valle.gemspec in valle-0.0.2 vs valle.gemspec in valle-0.0.3

- old
+ new

@@ -2,11 +2,11 @@ require File.expand_path('../lib/valle/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Anton Kalyaev"] gem.email = ["anton.kalyaev@gmail.com"] - gem.description = %q{Valle adds validators to all the fields of your ActiveRecord models, so you should not think that string length or ID value exceeds the permissible limits} - gem.summary = %q{Set automatically the minimum and maximum values for your ActiveRecord model fields} + 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.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)/})