1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/projects/mongrel_console/Rakefile

16 lines
484 B
Text
Raw Normal View History

require 'echoe'
Echoe.new("mongrel_console") do |p|
p.summary = "Provides a combined Mongrel and Rails IRB console."
p.project = "mongrel"
p.author="Zed A. Shaw"
p.dependencies = ['gem_plugin >=0.2.3', 'mongrel >=1.0.2']
p.need_tar_gz = false
p.need_tgz = true
p.certificate_chain = ['~/p/configuration/gem_certificates/mongrel/mongrel-public_cert.pem',
'~/p/configuration/gem_certificates/evan_weaver-mongrel-public_cert.pem']
p.require_signed = true
end