Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Bump version to `2.2.2`
  Fix includes for :rfc and :strict modes from Gemfile
  • Loading branch information
karlwilbur committed Dec 11, 2020
2 parents 7c0f32f + 719b934 commit 9aab0b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This file is used to list changes made in `email_validator`.
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.2.2 (2020-12-10)

* [karlwilbur] - Fix includes for `:rfc` and `:strict` modes from `Gemfile`

## 2.2.1 (2020-12-10)

* [karlwilbur] - Modify regexp to:
Expand Down
6 changes: 2 additions & 4 deletions email_validator.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'email_validator'
s.version = '2.2.1'
s.version = '2.2.2'
s.authors = ['Brian Alexander', 'Karl Wilbur']
s.summary = 'An email validator for Rails 3+.'
s.description = 'An email validator for Rails 3+. See homepage for details: http://github.com/K-and-R/email_validator'
Expand All @@ -12,9 +12,7 @@ Gem::Specification.new do |s|
README.md
CHANGELOG.md
]
s.files = Dir[
'lib/*.rb'
]
s.files = `git ls-files -- lib/*`.split("\n")
s.require_paths = %w[lib]

s.test_files = `git ls-files -- spec/*`.split("\n")
Expand Down

0 comments on commit 9aab0b9

Please sign in to comment.