Rakefile in nifty-generators-0.1.8 vs Rakefile in nifty-generators-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('nifty-generators', '0.1.8') do |p| +Echoe.new('nifty-generators', '0.2.0') do |p| p.project = "niftygenerators" p.summary = "A collection of useful generator scripts for Rails." p.description = "A collection of useful generator scripts for Rails." p.url = "http://github.com/ryanb/nifty-generators" p.author = 'Ryan Bates'