valle.gemspec in valle-0.1.0 vs valle.gemspec in valle-0.2.0
- old
+ new
@@ -5,9 +5,10 @@
gem.authors = ["Anton Kalyaev"]
gem.email = ["anton.kalyaev@gmail.com"]
gem.description = %q{Valle automatically sets minimum and maximum values for the fields of your ActiveRecord model(s), so you shouldn't worry, that string length or ID value will exceed the permissible limit.}
gem.summary = %q{Built-in limit validations for your ActiveRecord model.}
gem.homepage = "http://github.com/kaize/valle"
+ gem.license = "MIT"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "valle"