Rakefile in inherited_resources-1.0.6 vs Rakefile in inherited_resources-1.1.pre

- old
+ new

@@ -14,12 +14,12 @@ s.summary = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important." s.email = "jose.valim@gmail.com" s.homepage = "http://github.com/josevalim/inherited_resources" s.description = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important." s.authors = ['José Valim'] - s.files = FileList["[A-Z]*", "rails/init.rb", "{lib}/**/*"] - s.add_dependency("responders", "~> 0.4.6") - s.add_dependency("has_scope", "~> 0.5.0") + s.files = FileList["[A-Z]*", "init.rb", "{lib}/**/*"] + s.add_dependency("responders", "~> 0.5.0") + s.add_dependency("has_scope", "~> 0.4.2") end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"