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:
parent
e3d081ad47
commit
dca3b1213c
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue