mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Version bump to 0.3.17.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@414 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
1a16539f42
commit
d173a9c253
3 changed files with 3 additions and 4 deletions
3
Rakefile
3
Rakefile
|
@ -53,7 +53,7 @@ task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc]
|
|||
setup_extension("http11", "http11")
|
||||
|
||||
name="mongrel"
|
||||
version="0.3.16"
|
||||
version="0.3.17"
|
||||
|
||||
setup_gem(name, version) do |spec|
|
||||
spec.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
|
||||
|
@ -79,7 +79,6 @@ setup_gem(name, version) do |spec|
|
|||
|
||||
spec.add_dependency('gem_plugin', '>= 0.2.1')
|
||||
spec.add_dependency('cgi_multipart_eof_fix', '>= 0.2.1')
|
||||
spec.add_dependency('fastthread', '>= 0.1')
|
||||
end
|
||||
|
||||
task :install do
|
||||
|
|
|
@ -556,7 +556,7 @@ void Init_http11()
|
|||
DEF_GLOBAL(server_protocol, "SERVER_PROTOCOL");
|
||||
DEF_GLOBAL(server_protocol_value, "HTTP/1.1");
|
||||
DEF_GLOBAL(http_host, "HTTP_HOST");
|
||||
DEF_GLOBAL(mongrel_version, "Mongrel 0.3.16");
|
||||
DEF_GLOBAL(mongrel_version, "Mongrel 0.3.17");
|
||||
DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
|
||||
DEF_GLOBAL(port_80, "80");
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ module Mongrel
|
|||
REQUEST_URI='REQUEST_URI'.freeze
|
||||
REQUEST_PATH='REQUEST_PATH'.freeze
|
||||
|
||||
MONGREL_VERSION="0.3.16".freeze
|
||||
MONGREL_VERSION="0.3.17".freeze
|
||||
|
||||
# TODO: this use of a base for tempfiles needs to be looked at for security problems
|
||||
MONGREL_TMP_BASE="mongrel".freeze
|
||||
|
|
Loading…
Reference in a new issue