rest-client 1.6.6 → 1.6.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.
Potentially problematic release.
This version of rest-client might be problematic. Click here for more details.
- data/history.md +5 -1
- metadata +75 -49
data/history.md
CHANGED
metadata
CHANGED
@@ -1,60 +1,78 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rest-client
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 6
|
9
|
+
- 7
|
10
|
+
version: 1.6.7
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Adam Wiggins
|
9
14
|
- Julien Kirch
|
10
15
|
autorequire:
|
11
16
|
bindir: bin
|
12
17
|
cert_chain: []
|
13
|
-
|
14
|
-
|
15
|
-
|
18
|
+
|
19
|
+
date: 2011-08-24 00:00:00 Z
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
16
22
|
name: mime-types
|
17
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
18
25
|
none: false
|
19
|
-
requirements:
|
20
|
-
- -
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 47
|
30
|
+
segments:
|
31
|
+
- 1
|
32
|
+
- 16
|
33
|
+
version: "1.16"
|
23
34
|
type: :runtime
|
24
|
-
|
25
|
-
|
26
|
-
- !ruby/object:Gem::Dependency
|
35
|
+
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
27
37
|
name: webmock
|
28
|
-
|
38
|
+
prerelease: false
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
29
40
|
none: false
|
30
|
-
requirements:
|
31
|
-
- -
|
32
|
-
- !ruby/object:Gem::Version
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
hash: 57
|
45
|
+
segments:
|
46
|
+
- 0
|
47
|
+
- 9
|
48
|
+
- 1
|
33
49
|
version: 0.9.1
|
34
50
|
type: :development
|
35
|
-
|
36
|
-
|
37
|
-
- !ruby/object:Gem::Dependency
|
51
|
+
version_requirements: *id002
|
52
|
+
- !ruby/object:Gem::Dependency
|
38
53
|
name: rspec
|
39
|
-
|
54
|
+
prerelease: false
|
55
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
40
56
|
none: false
|
41
|
-
requirements:
|
42
|
-
- -
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
hash: 3
|
61
|
+
segments:
|
62
|
+
- 0
|
63
|
+
version: "0"
|
45
64
|
type: :development
|
46
|
-
|
47
|
-
|
48
|
-
description: ! 'A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework
|
49
|
-
style of specifying actions: get, put, post, delete.'
|
65
|
+
version_requirements: *id003
|
66
|
+
description: "A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete."
|
50
67
|
email: rest.client@librelist.com
|
51
|
-
executables:
|
68
|
+
executables:
|
52
69
|
- restclient
|
53
70
|
extensions: []
|
54
|
-
|
71
|
+
|
72
|
+
extra_rdoc_files:
|
55
73
|
- README.rdoc
|
56
74
|
- history.md
|
57
|
-
files:
|
75
|
+
files:
|
58
76
|
- README.rdoc
|
59
77
|
- Rakefile
|
60
78
|
- VERSION
|
@@ -88,30 +106,38 @@ files:
|
|
88
106
|
- history.md
|
89
107
|
homepage: http://github.com/archiloque/rest-client
|
90
108
|
licenses: []
|
109
|
+
|
91
110
|
post_install_message:
|
92
111
|
rdoc_options: []
|
93
|
-
|
112
|
+
|
113
|
+
require_paths:
|
94
114
|
- lib
|
95
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
115
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
96
116
|
none: false
|
97
|
-
requirements:
|
98
|
-
- -
|
99
|
-
- !ruby/object:Gem::Version
|
100
|
-
|
101
|
-
|
117
|
+
requirements:
|
118
|
+
- - ">="
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
hash: 3
|
121
|
+
segments:
|
122
|
+
- 0
|
123
|
+
version: "0"
|
124
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
125
|
none: false
|
103
|
-
requirements:
|
104
|
-
- -
|
105
|
-
- !ruby/object:Gem::Version
|
106
|
-
|
126
|
+
requirements:
|
127
|
+
- - ">="
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
hash: 3
|
130
|
+
segments:
|
131
|
+
- 0
|
132
|
+
version: "0"
|
107
133
|
requirements: []
|
134
|
+
|
108
135
|
rubyforge_project:
|
109
|
-
rubygems_version: 1.8.
|
136
|
+
rubygems_version: 1.8.5
|
110
137
|
signing_key:
|
111
138
|
specification_version: 3
|
112
|
-
summary: Simple HTTP and REST client for Ruby, inspired by microframework syntax for
|
113
|
-
|
114
|
-
test_files:
|
139
|
+
summary: Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.
|
140
|
+
test_files:
|
115
141
|
- spec/abstract_response_spec.rb
|
116
142
|
- spec/base.rb
|
117
143
|
- spec/exceptions_spec.rb
|