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

oops, no fastthread on win32 (does not affect RCs)

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@637 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-10-11 07:00:43 +00:00
parent 7254a003ac
commit 1ed3f0a7f8

View file

@ -8,7 +8,7 @@ Echoe.new("mongrel") do |p|
p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc', 'ext/http11/http11.c']
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', 'fastthread >=1.0.1']
p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']
p.need_tar_gz = false
p.need_tgz = true