Rakefile in on_the_spot-1.0.1 vs Rakefile in on_the_spot-1.0.2

- old
+ new

@@ -9,12 +9,13 @@ gem.summary = %Q{unobtrusive in place editing} gem.description = %Q{Unobtrusive in place editing, using jEditable; only works in Rails 3} gem.email = "nathan@dixis.com" gem.homepage = "http://github.com/nathanvda/on_the_spot" gem.authors = ["Nathan Van der Auwera"] - gem.add_development_dependency "rspec", ">= 2.0.0rc" + gem.add_development_dependency "rspec", ">= 2.6.0" gem.add_development_dependency "actionpack", ">= 3.0.0" gem.add_dependency "json_pure", ">= 1.4.6" + gem.licenses = ["MIT"] # 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"