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

Exclude mongrel_service executable from being _linked_ by RubyGems.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@737 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
luislavena 2007-10-23 01:11:18 +00:00
parent 06c0892040
commit a6c058e7a6

View file

@ -13,6 +13,8 @@ echoe_spec = Echoe.new("mongrel_service") do |p|
p.platform = Gem::Platform::WIN32
p.dependencies = ['gem_plugin >=0.2.3', 'mongrel >=1.0.2', 'win32-service >=0.5.0']
p.executable_pattern = ""
p.need_tar_gz = false
p.need_zip = true
p.certificate_chain = ['~/gem_certificates/mongrel-public_cert.pem',