Sha256: 602d85ab582e9f61aaf374c8392890b3206f05aee00d4960803861574245d2bb
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.4') 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.4 | Rakefile |