net-http-persistent 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
@@ -1,4 +1,2 @@
1
- �R��
2
- �J��q�oYl������c<
3
- � 
4
- l��o!��� �Ѱn���h@p�w�Fs���̍�� }~5� ��+J_)�de�#�g�DM\&a���4���'�}�K���k���1t�l���W����Bo�PU-"�f�+%�g�#�:������KMv�#^�=��\��lw1�&�J�=��B�bTc1�",���;��
1
+ S�t���;�
2
+ <������T���.��_Rm���BvIZ&t;�|�5���6!1y+PW� qn��t�}���C�?D��4�1�J�a0R�*��I�s��s�o�k�V��z�*+���nֆ1�G�:�3F�O�?Yy�����t̲� �"�Ԇg�7p֦r*����{J�0�gjw�'g��b{]Ƴ/����A=�P�칦��/\/,���:�֮�֒�3��B\�qz��2s��`��>��Br
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 1.2.3 / 2010-06-29
2
+
3
+ * Bug Fixes
4
+ * Fix example code (pointed out by Alex Stahl)
5
+
1
6
  === 1.2.2 / 2010-06-22
2
7
 
3
8
  * Bug Fixes
@@ -22,12 +22,12 @@ require 'uri'
22
22
  # Example:
23
23
  #
24
24
  # uri = URI.parse 'http://example.com/awesome/web/service'
25
- # http = Net::HTTP::Persistent
25
+ # http = Net::HTTP::Persistent.new
26
26
  # stuff = http.request uri # performs a GET
27
27
  #
28
28
  # # perform a POST
29
29
  # post_uri = uri + 'create'
30
- # post = Net::HTTP::Post.new uri.path
30
+ # post = Net::HTTP::Post.new post_uri.path
31
31
  # post.set_form_data 'some' => 'cool data'
32
32
  # http.request post_uri, post # URI is always required
33
33
 
@@ -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.2'
39
+ VERSION = '1.2.3'
40
40
 
41
41
  ##
42
42
  # Error class for errors raised by Net::HTTP::Persistent. Various
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 2
10
- version: 1.2.2
9
+ - 3
10
+ version: 1.2.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: 2010-06-22 00:00:00 -07:00
39
+ date: 2010-06-29 00:00:00 -07:00
40
40
  default_executable:
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file