Rakefile in template-0.4.0 vs Rakefile in template-0.5.0

- old
+ new

@@ -19,10 +19,10 @@ gem.description = "Creates a bunch of files that most apps will have. Shoudl be used at the beginning of the project. Stops the tedious job of having to set up page templates etc" gem.email = "paul.brennan@ahc.uk.com" gem.authors = ["Yule"] # Include your dependencies below. Runtime dependencies are required when using your gem, # and development dependencies are only needed for development (ie running rake tasks, tests, etc) - # gem.add_runtime_dependency 'jabber4r', '> 0.1' + gem.add_runtime_dependency 'simple-navigation', '> 3.0' # gem.add_development_dependency 'rspec', '> 1.2.3' end Jeweler::RubygemsDotOrgTasks.new require 'rake/testtask'