Rakefile in inherited_resources-0.9.3 vs Rakefile in inherited_resources-0.9.4

- old
+ new

@@ -1,15 +1,16 @@ # encoding: UTF-8 require 'rake' require 'rake/testtask' require 'rake/rdoctask' +require File.join(File.dirname(__FILE__), 'lib', 'inherited_resources', 'version') begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "inherited_resources" - s.version = "0.9.3" + s.version = InheritedResources::VERSION s.rubyforge_project = "inherited_resources" 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."