Sha256: 8fc4a77abaca3cf8fd8864aee9451714fe0c381404d0803b3bc599feebb88302
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' Echoe.new('nifty-generators', '0.3.2') do |p| p.project = "forked-niftygenerators" p.description = "A collection of useful generator scripts for Rails." p.url = "http://github.com/twilson63/nifty-generators" p.author = 'Tom Wilson, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twilson63-nifty-generators-0.3.2 | Rakefile |