httpclient 2.1.6.1 → 2.1.7

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.
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httpclient
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 2
7
- - 1
8
- - 6
9
- - 1
10
- version: 2.1.6.1
4
+ prerelease:
5
+ version: 2.1.7
11
6
  platform: ruby
12
7
  authors:
13
8
  - NAKAMURA, Hiroshi
@@ -15,7 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-01-06 00:00:00 +09:00
13
+ date: 2011-03-22 00:00:00 +09:00
19
14
  default_executable:
20
15
  dependencies: []
21
16
 
@@ -29,19 +24,29 @@ extra_rdoc_files: []
29
24
 
30
25
  files:
31
26
  - lib/oauthclient.rb
27
+ - lib/http-access2.rbc
32
28
  - lib/http-access2.rb
29
+ - lib/httpclient.rbc
33
30
  - lib/http-access2/cookie.rb
34
31
  - lib/http-access2/http.rb
35
32
  - lib/hexdump.rb
33
+ - lib/httpclient/ssl_config.rbc
36
34
  - lib/httpclient/cacert_sha1.p7s
35
+ - lib/httpclient/http.rbc
37
36
  - lib/httpclient/cookie.rb
37
+ - lib/httpclient/session.rbc
38
+ - lib/httpclient/auth.rbc
38
39
  - lib/httpclient/session.rb
40
+ - lib/httpclient/cookie.rbc
39
41
  - lib/httpclient/timeout.rb
40
42
  - lib/httpclient/util.rb
41
43
  - lib/httpclient/cacert.p7s
42
44
  - lib/httpclient/ssl_config.rb
43
45
  - lib/httpclient/connection.rb
44
46
  - lib/httpclient/auth.rb
47
+ - lib/httpclient/timeout.rbc
48
+ - lib/httpclient/connection.rbc
49
+ - lib/httpclient/util.rbc
45
50
  - lib/httpclient/http.rb
46
51
  - lib/httpclient.rb
47
52
  has_rdoc: true
@@ -58,21 +63,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
63
  requirements:
59
64
  - - ">="
60
65
  - !ruby/object:Gem::Version
61
- segments:
62
- - 0
63
66
  version: "0"
64
67
  required_rubygems_version: !ruby/object:Gem::Requirement
65
68
  none: false
66
69
  requirements:
67
70
  - - ">="
68
71
  - !ruby/object:Gem::Version
69
- segments:
70
- - 0
71
72
  version: "0"
72
73
  requirements: []
73
74
 
74
75
  rubyforge_project:
75
- rubygems_version: 1.3.7
76
+ rubygems_version: 1.6.2
76
77
  signing_key:
77
78
  specification_version: 3
78
79
  summary: gives something like the functionality of libwww-perl (LWP) in Ruby