rack 1.3.4 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rack might be problematic. Click here for more details.
- data/README.rdoc +3 -0
- data/lib/rack/backports/uri/common_192.rb +1 -0
- data/rack.gemspec +1 -1
- metadata +5 -5
data/README.rdoc
CHANGED
@@ -370,6 +370,9 @@ run on port 11211) and memcache-client installed.
|
|
370
370
|
* Fix an issue where BodyProxy could cause an infinite recursion
|
371
371
|
* Add some supporting files for travis-ci
|
372
372
|
|
373
|
+
* October 17, 2011: Twentieth public release 1.3.5
|
374
|
+
* Fix annoying warnings caused by the backport in 1.3.4
|
375
|
+
|
373
376
|
== Contact
|
374
377
|
|
375
378
|
Please post bugs, suggestions and patches to
|
data/rack.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 5
|
10
|
+
version: 1.3.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Christian Neukirchen
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-10-
|
18
|
+
date: 2011-10-18 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: bacon
|
@@ -306,7 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
306
306
|
requirements: []
|
307
307
|
|
308
308
|
rubyforge_project: rack
|
309
|
-
rubygems_version: 1.8.
|
309
|
+
rubygems_version: 1.8.11
|
310
310
|
signing_key:
|
311
311
|
specification_version: 3
|
312
312
|
summary: a modular Ruby webserver interface
|