net-http-persistent 2.3.2 → 2.3.3

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
Binary file
@@ -1,3 +1,9 @@
1
+ === 2.3.3
2
+
3
+ * Bug fix
4
+ * Fix persisting SSL sessions through HTTP proxies. Mechanize issue #178 by
5
+ Robert Poor.
6
+
1
7
  === 2.3.2
2
8
 
3
9
  * Bug fix
@@ -149,7 +149,7 @@ class Net::HTTP::Persistent
149
149
  ##
150
150
  # The version of Net::HTTP::Persistent you are using
151
151
 
152
- VERSION = '2.3.2'
152
+ VERSION = '2.3.3'
153
153
 
154
154
  ##
155
155
  # Error class for errors raised by Net::HTTP::Persistent. Various
@@ -63,7 +63,7 @@ class Net::HTTP::Persistent::SSLReuse < Net::HTTP
63
63
  @socket.writeline "Proxy-Authorization: Basic #{credential}"
64
64
  end
65
65
  @socket.writeline ''
66
- HTTPResponse.read_new(@socket).value
66
+ Net::HTTPResponse.read_new(@socket).value
67
67
  end
68
68
  # Server Name Indication (SNI) RFC 3546
69
69
  s.hostname = @address if s.respond_to? :hostname=
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 2
10
- version: 2.3.2
9
+ - 3
10
+ version: 2.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Hodel
@@ -36,7 +36,7 @@ cert_chain:
36
36
  x52qPcexcYZR7w==
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2011-11-09 00:00:00 Z
39
+ date: 2011-12-21 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements: []
132
132
 
133
133
  rubyforge_project: net-http-persistent
134
- rubygems_version: 1.8.10
134
+ rubygems_version: 1.8.12
135
135
  signing_key:
136
136
  specification_version: 3
137
137
  summary: Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8
metadata.gz.sig CHANGED
Binary file