Skip to content

Commit 2ec1621

Browse files
committed
Fix gem summary and description
1 parent f8f7741 commit 2ec1621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

date_validator.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
99
s.email = ["[email protected]"]
1010
s.homepage = "http://github.com/codegram/date_validator"
1111
s.license = "MIT"
12-
s.summary = %q{A simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3+, based on ActiveModel.}
13-
s.description = %q{A simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3+, based on ActiveModel. Currently supporting :after, :before, :after_or_equal_to and :before_or_equal_to options.}
12+
s.summary = %q{A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails 3+, based on ActiveModel.}
13+
s.description = %q{A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails 3+, based on ActiveModel. Currently supporting :after, :before, :after_or_equal_to and :before_or_equal_to options.}
1414

1515
s.rubyforge_project = "date_validator"
1616

0 commit comments

Comments
 (0)