Rakefile in rails3-jquery-autocomplete-0.2.3 vs Rakefile in rails3-jquery-autocomplete-0.3.0
- old
+ new
@@ -9,9 +9,11 @@
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 "rails", ">= 3.0.0.rc2"
+ gem.files = %w(README.markdown Rakefile) + Dir.glob("{lib,test}/**/*")
+
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end