mongoid_token.gemspec in mongoid_token-0.9.1 vs mongoid_token.gemspec in mongoid_token-1.0.0

- old
+ new

@@ -8,13 +8,13 @@ s.platform = Gem::Platform::RUBY s.authors = ["Nicholas Bruning"] s.email = ["nicholas@bruning.com.au"] s.homepage = "http://github.com/thetron/mongoid_token" s.summary = %q{A little random, unique token generator for Mongoid documents.} - s.description = %q{Mongoid token is a gem for creating random, unique tokens for mongoid documents, when you want shorter URLs.} + s.description = %q{Mongoid token is a gem for creating random, unique tokens for mongoid documents. Highly configurable and great for making URLs a little more compact.} s.rubyforge_project = "mongoid_token" - s.add_dependency 'activesupport', '>= 3.0.0' + s.add_dependency 'activesupport', '>= 3.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]