Rakefile in nifty-generators-0.2.4 vs Rakefile in nifty-generators-0.3.0
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('nifty-generators', '0.2.4') do |p|
+Echoe.new('nifty-generators', '0.3.0') do |p|
p.project = "niftygenerators"
p.description = "A collection of useful generator scripts for Rails."
p.url = "http://github.com/ryanb/nifty-generators"
p.author = 'Ryan Bates'
p.email = "ryan (at) railscasts (dot) com"