Sha256: 69eb146b4440550479f0742566668076e37fae4235e2f667fad96e800e4ddf77
Contents?: true
Size: 310 Bytes
Versions: 2
Compression:
Stored size: 310 Bytes
Contents
require 'hoe' Hoe.new('<%= @project_name %>', '1.0.0') do |p| p.summary = 'A Rails application.' # FIXME! p.developer('Your Name', 'you@example.com') # FIXME! p.extra_deps << ['rails', '~> 2.3.2'] p.extra_deps << ['harker', '~> <%= Harker::VERSION %>'] end Rake.undo('test') if Rake.respond_to? :undo
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
technomancy-harker-0.5.2 | lib/harker/templates/hoe.erb |
harker-0.5.3 | lib/harker/templates/hoe.erb |