mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
java doesn't depend on cgi_multipart_eof_fix anymore
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/branches/stable_1-1@909 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
04cf081f43
commit
6161ec88f7
1 changed files with 3 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -10,7 +10,7 @@ e = Echoe.new("mongrel") do |p|
|
|||
p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
|
||||
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.dependencies = ['gem_plugin >=0.2.3']
|
||||
(p.rdoc_template = `allison --path`.chomp) rescue nil
|
||||
|
||||
p.need_tar_gz = false
|
||||
|
@ -31,6 +31,7 @@ e = Echoe.new("mongrel") do |p|
|
|||
extensions.clear
|
||||
self.files += ['lib/http11.so']
|
||||
self.platform = Gem::Platform::WIN32
|
||||
add_dependency('cgi_multipart_eof_fix', '>= 2.4')
|
||||
when /java/
|
||||
extensions.clear
|
||||
self.files += ['lib/http11.jar']
|
||||
|
@ -38,6 +39,7 @@ e = Echoe.new("mongrel") do |p|
|
|||
else
|
||||
add_dependency('daemons', '>= 1.0.3')
|
||||
add_dependency('fastthread', '>= 1.0.1')
|
||||
add_dependency('cgi_multipart_eof_fix', '>= 2.4')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue