Rakefile in inherited_resources-1.0.3 vs Rakefile in inherited_resources-1.0.4
- old
+ new
@@ -14,10 +14,10 @@
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]*", "init.rb", "{lib}/**/*"]
+ s.files = FileList["[A-Z]*", "rails/init.rb", "{lib}/**/*"]
s.add_dependency("responders", "~> 0.4.3")
s.add_dependency("has_scope", "~> 0.4.2")
end
Jeweler::GemcutterTasks.new