Rakefile in mongoid_i18n-0.2.0 vs Rakefile in mongoid_i18n-0.2.1

- old
+ new

@@ -14,11 +14,11 @@ It will take care of locales for you when using find or criteria. } gem.email = "papipo@gmail.com" gem.homepage = "http://github.com/Papipo/mongoid_i18n" gem.authors = ["Rodrigo Álvarez"] - gem.add_dependency "mongoid", '>= 2.0.0.beta.20' - gem.add_development_dependency "rspec", "2.1.0" + gem.add_dependency "mongoid", '>= 2.0.0' + gem.add_development_dependency "rspec" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"