From 2ec1621d82231ba64f7dd7450d0c0018d7b4994d Mon Sep 17 00:00:00 2001 From: mrcasals Date: Fri, 16 Jul 2021 14:24:54 +0200 Subject: [PATCH] Fix gem summary and description --- date_validator.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/date_validator.gemspec b/date_validator.gemspec index 64b3dac..3f3c62b 100755 --- a/date_validator.gemspec +++ b/date_validator.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |s| s.email = ["info@codegram.com"] s.homepage = "http://github.com/codegram/date_validator" s.license = "MIT" - s.summary = %q{A simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3+, based on ActiveModel.} - 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.} + s.summary = %q{A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails 3+, based on ActiveModel.} + 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.} s.rubyforge_project = "date_validator"