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

dont fail if allison is missing

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@879 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-11-12 21:25:19 +00:00
parent e3d081ad47
commit dca3b1213c

View file

@ -11,7 +11,7 @@ e = Echoe.new("mongrel") do |p|
p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
p.ruby_version = '>= 1.8.4'
p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']
p.rdoc_template = `allison --path`.chomp
(p.rdoc_template = `allison --path`.chomp) rescue nil
p.need_tar_gz = false
p.need_tgz = true