net-http-persistent 1.2 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 1.2.1 / 2010-05-25
2
+
3
+ * Bug Fixes
4
+ * Don't alter Net::BufferedIO#rbuf_fill on 1.9+
5
+
1
6
  === 1.2 / 2010-05-20
2
7
 
3
8
  * Minor Enhancements
@@ -23,5 +23,5 @@ class Net::BufferedIO #:nodoc:
23
23
  end
24
24
  end
25
25
  end
26
- end
26
+ end if RUBY_VERSION < '1.9'
27
27
 
@@ -36,7 +36,7 @@ class Net::HTTP::Persistent
36
36
  ##
37
37
  # The version of Net::HTTP::Persistent use are using
38
38
 
39
- VERSION = '1.2'
39
+ VERSION = '1.2.1'
40
40
 
41
41
  ##
42
42
  # Error class for errors raised by Net::HTTP::Persistent. Various
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-http-persistent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- version: "1.2"
9
+ - 1
10
+ version: 1.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Eric Hodel
@@ -35,7 +36,7 @@ cert_chain:
35
36
  x52qPcexcYZR7w==
36
37
  -----END CERTIFICATE-----
37
38
 
38
- date: 2010-05-20 00:00:00 -07:00
39
+ date: 2010-05-25 00:00:00 -07:00
39
40
  default_executable:
40
41
  dependencies:
41
42
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file