rest-client 1.7.2.rc1 → 1.7.2

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.

Files changed (3) hide show
  1. data/history.md +4 -0
  2. data/lib/restclient/version.rb +1 -1
  3. metadata +9 -6
data/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.7.2
2
+
3
+ - Ignore duplicate certificates in CA store on Windows
4
+
1
5
  # 1.7.1
2
6
 
3
7
  - Relax mime-types dependency to continue supporting mime-types 1.x series.
@@ -1,5 +1,5 @@
1
1
  module RestClient
2
- VERSION = '1.7.2.rc1' unless defined?(self::VERSION)
2
+ VERSION = '1.7.2' unless defined?(self::VERSION)
3
3
 
4
4
  def self.version
5
5
  VERSION
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.rc1
5
- prerelease: 6
4
+ version: 1.7.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - REST Client Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-13 00:00:00.000000000 Z
12
+ date: 2014-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: webmock
@@ -211,12 +211,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
211
  required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  none: false
213
213
  requirements:
214
- - - ! '>'
214
+ - - ! '>='
215
215
  - !ruby/object:Gem::Version
216
- version: 1.3.1
216
+ version: '0'
217
+ segments:
218
+ - 0
219
+ hash: 1102817666116175326
217
220
  requirements: []
218
221
  rubyforge_project:
219
- rubygems_version: 1.8.23.2
222
+ rubygems_version: 1.8.23
220
223
  signing_key:
221
224
  specification_version: 3
222
225
  summary: Simple HTTP and REST client for Ruby, inspired by microframework syntax for