Rakefile in rails3-jquery-autocomplete-0.2.2 vs Rakefile in rails3-jquery-autocomplete-0.2.3

- old
+ new

@@ -8,10 +8,10 @@ gem.summary = %Q{Use jQuery's autocomplete plugin with Rails 3.} gem.description = %Q{Use jQuery's autocomplete plugin with Rails 3.} gem.email = "david.padilla@crowdint.com" gem.homepage = "http://github.com/crowdint/rails3-jquery-autocomplete" gem.authors = ["David Padilla"] - # gem.add_development_dependency "thoughtbot-shoulda", ">= 0" + gem.add_development_dependency "rails", ">= 3.0.0.rc2" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end