valle.gemspec in valle-1.0.1 vs valle.gemspec in valle-1.1.0

- old
+ new

@@ -1,7 +1,6 @@ # -*- encoding: utf-8 -*- -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 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.} @@ -12,10 +11,10 @@ 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" gem.require_paths = ["lib"] - gem.version = Valle::VERSION + gem.version = "1.1.0" gem.add_dependency 'activerecord', '>= 3.0' gem.add_dependency 'activesupport' end