net-http-persistent 2.5.1 → 2.5.2

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.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- Q{�� xp�c{���$G.�Ա ~�B�
2
- 3�[I�Q���Ilg ��ߓ��|���A���ɯ�?��Z���+�~���ÜѓL��<�@����w�Bzp�˘^c&�/7�cY�9(y�i}�׷
1
+ ZG�a���C����*c�@��,���g���Y�&�G��>�^r�?F��0�׏ϙ�8^^�
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 2.5.2 / 2012-02-13
2
+
3
+ * Bug fix
4
+ * Fix variable shadowing warning.
5
+
1
6
  === 2.5.1 / 2012-02-10
2
7
 
3
8
  * Bug fix
@@ -172,7 +172,7 @@ class Net::HTTP::Persistent
172
172
  ##
173
173
  # The version of Net::HTTP::Persistent you are using
174
174
 
175
- VERSION = '2.5.1'
175
+ VERSION = '2.5.2'
176
176
 
177
177
  ##
178
178
  # Error class for errors raised by Net::HTTP::Persistent. Various
@@ -445,8 +445,8 @@ class Net::HTTP::Persistent
445
445
  generation_key = @generation_key) # :nodoc:
446
446
  timeouts = thread[@timeout_key]
447
447
 
448
- (0...generation).each do |generation|
449
- conns = thread[generation_key].delete generation
448
+ (0...generation).each do |old_generation|
449
+ conns = thread[generation_key].delete old_generation
450
450
 
451
451
  conns.each_value do |conn|
452
452
  finish conn, thread
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-http-persistent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 5
9
- - 1
10
- version: 2.5.1
9
+ - 2
10
+ version: 2.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Hodel
@@ -36,7 +36,7 @@ cert_chain:
36
36
  YJY7T/W2n+eWy8WuPhzVUkyzguj0bQe27NDeabgCh2mHd4Hynk2AkYh8MQ==
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2012-02-10 00:00:00 Z
39
+ date: 2012-02-13 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
metadata.gz.sig CHANGED
Binary file