rest-client 1.7.2.rc1-x86-mswin32 → 1.7.2-x86-mswin32

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.

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: x86-mswin32
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
@@ -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: 1.3.1
232
+ version: '0'
233
+ segments:
234
+ - 0
235
+ hash: 2953586671238918350
233
236
  requirements: []
234
237
  rubyforge_project:
235
- rubygems_version: 1.8.23.2
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