rest-client 1.7.2.rc1-x86-mingw32 → 1.7.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rest-client might be problematic. Click here for more details.
- data/history.md +4 -0
- data/lib/restclient/version.rb +1 -1
- metadata +9 -6
data/history.md
CHANGED
data/lib/restclient/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rest-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.2
|
5
|
-
prerelease:
|
4
|
+
version: 1.7.2
|
5
|
+
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
8
8
|
- REST Client Team
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-07-
|
12
|
+
date: 2014-07-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: webmock
|
@@ -227,12 +227,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
227
227
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
228
228
|
none: false
|
229
229
|
requirements:
|
230
|
-
- - ! '
|
230
|
+
- - ! '>='
|
231
231
|
- !ruby/object:Gem::Version
|
232
|
-
version:
|
232
|
+
version: '0'
|
233
|
+
segments:
|
234
|
+
- 0
|
235
|
+
hash: 3727275727251817129
|
233
236
|
requirements: []
|
234
237
|
rubyforge_project:
|
235
|
-
rubygems_version: 1.8.23
|
238
|
+
rubygems_version: 1.8.23
|
236
239
|
signing_key:
|
237
240
|
specification_version: 3
|
238
241
|
summary: Simple HTTP and REST client for Ruby, inspired by microframework syntax for
|