net-http-persistent 1.2.2 → 1.2.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 +2 -4
- data/History.txt +5 -0
- data/lib/net/http/persistent.rb +3 -3
- metadata +4 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
@@ -1,4 +1,2 @@
|
|
1
|
-
|
2
|
-
�J��
|
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���.��_R�m���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
data/lib/net/http/persistent.rb
CHANGED
@@ -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
|
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.
|
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.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-
|
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
|