mongrel 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/doc/rdoc/classes/Mongrel/Const.html +1 -1
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/ext/http11/http11_c.html +1 -1
- data/doc/rdoc/files/lib/mongrel_rb.html +1 -1
- data/ext/http11/http11.c +1 -1
- data/lib/mongrel.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -53,7 +53,7 @@ task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc]
|
|
53
53
|
setup_extension("http11", "http11")
|
54
54
|
|
55
55
|
name="mongrel"
|
56
|
-
version="1.0"
|
56
|
+
version="1.0.1"
|
57
57
|
|
58
58
|
setup_gem(name, version) do |spec|
|
59
59
|
spec.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
|
@@ -153,7 +153,7 @@ SCRIPT_NAME.
|
|
153
153
|
<tr class="top-aligned-row context-row">
|
154
154
|
<td class="context-item-name">MONGREL_VERSION</td>
|
155
155
|
<td>=</td>
|
156
|
-
<td class="context-item-value">"1.0".freeze</td>
|
156
|
+
<td class="context-item-value">"1.0.1".freeze</td>
|
157
157
|
</tr>
|
158
158
|
<tr class="top-aligned-row context-row">
|
159
159
|
<td class="context-item-name">MONGREL_TMP_BASE</td>
|
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Mon Jan 22 20:46:59 -0800 2007
|
data/ext/http11/http11.c
CHANGED
@@ -556,7 +556,7 @@ void Init_http11()
|
|
556
556
|
DEF_GLOBAL(server_protocol, "SERVER_PROTOCOL");
|
557
557
|
DEF_GLOBAL(server_protocol_value, "HTTP/1.1");
|
558
558
|
DEF_GLOBAL(http_host, "HTTP_HOST");
|
559
|
-
DEF_GLOBAL(mongrel_version, "Mongrel 1.0");
|
559
|
+
DEF_GLOBAL(mongrel_version, "Mongrel 1.0.1");
|
560
560
|
DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
|
561
561
|
DEF_GLOBAL(port_80, "80");
|
562
562
|
|
data/lib/mongrel.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: mongrel
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version:
|
7
|
-
date: 2007-01-
|
6
|
+
version: 1.0.1
|
7
|
+
date: 2007-01-22 00:00:00 -08:00
|
8
8
|
summary: A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.
|
9
9
|
require_paths:
|
10
10
|
- lib
|