mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
require all new versions
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@608 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
de7b623241
commit
21a6e8a7ce
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -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 = /^projects/
|
||||
p.ruby_version = '>= 1.8.4'
|
||||
p.dependencies = ['gem_plugin >=0.2.2', 'cgi_multipart_eof_fix >=2']
|
||||
p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']
|
||||
|
||||
p.need_tar_gz = false
|
||||
p.need_tgz = true
|
||||
|
@ -23,7 +23,7 @@ Echoe.new("mongrel") do |p|
|
|||
platform = Gem::Platform::WIN32
|
||||
else
|
||||
add_dependency('daemons', '>= 1.0.3')
|
||||
add_dependency('fastthread', '>= 0.6.2')
|
||||
add_dependency('fastthread', '>= 1.0.1')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue