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.

@@ -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
@@ -50,5 +50,6 @@ module URI
50
50
  str.gsub(/\+|%\h\h/, TBLDECWWWCOMP_).force_encoding(enc)
51
51
  end
52
52
 
53
+ remove_const :WFKV_
53
54
  WFKV_ = '(?:[^%#=;&]*(?:%\h\h[^%#=;&]*)*)' # :nodoc:
54
55
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rack"
3
- s.version = "1.3.4"
3
+ s.version = "1.3.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "a modular Ruby webserver interface"
6
6
 
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 4
10
- version: 1.3.4
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-01 00:00:00 Z
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.10
309
+ rubygems_version: 1.8.11
310
310
  signing_key:
311
311
  specification_version: 3
312
312
  summary: a modular Ruby webserver interface