mongrel 1.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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">&quot;1.0&quot;.freeze</td>
156
+ <td class="context-item-value">&quot;1.0.1&quot;.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>
@@ -1 +1 @@
1
- Fri Jan 19 19:30:51 -0800 2007
1
+ Mon Jan 22 20:46:59 -0800 2007
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Tue Dec 19 17:22:22 -0800 2006</td>
59
+ <td>Mon Jan 22 07:52:07 -0800 2007</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Tue Dec 19 17:22:29 -0800 2006</td>
59
+ <td>Mon Jan 22 07:51:36 -0800 2007</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -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
 
@@ -125,7 +125,7 @@ module Mongrel
125
125
  REQUEST_URI='REQUEST_URI'.freeze
126
126
  REQUEST_PATH='REQUEST_PATH'.freeze
127
127
 
128
- MONGREL_VERSION="1.0".freeze
128
+ MONGREL_VERSION="1.0.1".freeze
129
129
 
130
130
  MONGREL_TMP_BASE="mongrel".freeze
131
131
 
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: "1.0"
7
- date: 2007-01-19 00:00:00 -08:00
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