httpi 2.2.6 → 2.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2a6ca966957f93efb1b07b859d41b08539b9af8
4
- data.tar.gz: 1f6e86b25d395cb9c2865d3983eb3a270d345cd9
3
+ metadata.gz: 498e0d42bbd55c69f3af23ceed4a8cccd5ef67a0
4
+ data.tar.gz: ecc70c0b81c7589367cb251cd2212d1ae0860491
5
5
  SHA512:
6
- metadata.gz: b824b5b23daff84b3440b16fd56576a377ce5c02e5178d9f6994ad88fac05aeac465999a80e293083a351aa8658eca4388159e3f5545b185f2369eb31521b4e0
7
- data.tar.gz: b7d465a83a459e33e4cd6aca4fe3921f88c431825c8aa8a764ab382873c6f1404082b71f976c6d813d970f1e92d6c6b4fea2133fd4ba8a9eed7e9b04f043712a
6
+ metadata.gz: c0aee94848b721977728c3c88aac525fd3765765e07811bf9d5cd789124570b13013a45ca56837579686505812b5020b28e0fcc2cb49312aefe1c590ed58aeb9
7
+ data.tar.gz: 96bd3a4d7bf1b6a9bc2b529f780241e4a70db8fdbb32be36ad92ff9cd9369cecc9b09dc03055e879803ab7c0e3fe5b0cdd97d99a3dd0c13d7ced78dc38608cf7
@@ -1,3 +1,7 @@
1
+ ### 2.2.7
2
+
3
+ * Fix: [#131](https://github.com/savonrb/httpi/pull/131) Excon adapter should respect :ssl_version
4
+
1
5
  ### 2.2.6
2
6
 
3
7
  * Fix: [#128](https://github.com/savonrb/httpi/pull/128) Fix for libcURL crash on some ssystems.
@@ -66,6 +66,7 @@ module HTTPI
66
66
  opts[:ssl_ca_file] = ssl.ca_cert_file if ssl.ca_cert_file
67
67
  opts[:client_cert] = ssl.cert if ssl.cert
68
68
  opts[:client_key] = ssl.cert_key if ssl.cert_key
69
+ opts[:ssl_version] = ssl.ssl_version if ssl.ssl_version
69
70
  end
70
71
 
71
72
  opts
@@ -1,3 +1,3 @@
1
1
  module HTTPI
2
- VERSION = '2.2.6'
2
+ VERSION = '2.2.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httpi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.6
4
+ version: 2.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-22 00:00:00.000000000 Z
12
+ date: 2014-09-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack