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_config/Rakefile

17 lines
557 B
Text
Raw Normal View History

require 'echoe'
Echoe.new("mongrel_config") do |p|
p.summary = "Mongrel plugin that gives you web based config tool using Camping"
p.project = "mongrel"
p.test_pattern = "test/test_config.rb"
p.author="Zed A. Shaw"
p.dependencies = ['mongrel >=1.0.2', 'gem_plugin >=0.2.3', 'camping >=1.5']
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