about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
-rw-r--r--bin/mongrel_rails6
-rw-r--r--ext/http11/http11.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index fd07ddf..e5a82fa 100644
--- a/Rakefile
+++ b/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.13.5"
+version="0.3.14"
 
 setup_gem(name, version) do |spec|
   spec.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 230b04b..a59a591 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -32,9 +32,9 @@ module Mongrel
         ['-C', '--config PATH', "Use a config file", :@config_file, nil],
         ['-S', '--script PATH', "Load the given file as an extra config script", :@config_script, nil],
         ['-G', '--generate PATH', "Generate a config file for use with -C", :@generate, nil],
-        [nil, '--user USER', "User to run as", :@user, nil],
-        [nil, '--group GROUP', "Group to run as", :@group, nil],
-        [nil, '--prefix PATH', "URL prefix for Rails app", :@prefix, nil]
+        ['', '--user USER', "User to run as", :@user, nil],
+        ['', '--group GROUP', "Group to run as", :@group, nil],
+        ['', '--prefix PATH', "URL prefix for Rails app", :@prefix, nil]
       ]
     end
 
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 3b7dc3e..ee4d02d 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -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.13.5");
+  DEF_GLOBAL(mongrel_version, "Mongrel 0.3.14");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");