Skip to content

Commit ab88bd5

Browse files
authored
Add license information to the gemspec (#88)
1 parent 3f65e74 commit ab88bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

date_validator.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
88
s.authors = ["Oriol Gual", "Josep M. Bach", "Josep Jaume Rey"]
99
s.email = ["[email protected]"]
1010
s.homepage = "http://github.com/codegram/date_validator"
11+
s.license = "MIT"
1112
s.summary = %q{A simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3+, based on ActiveModel.}
1213
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.}
1314

0 commit comments

Comments
 (0)