Sha256: bf9a0da603724f4b1b20b6637bf48e24c807ae146e655acfc558b9fc488d2d5a
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' 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" p.ignore_pattern = ["script/*"] p.development_dependencies = [] end Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
minerva-nifty-generators-0.3.0 | Rakefile |
nifty-generators-0.3.0 | Rakefile |