httpi-adapter-typhoeus 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 7fa0f50036e0d9dddef069de0b98a59235451d79040305751112d30025572e53
4
- data.tar.gz: 7d8dd135ce3841ae0decb330d0f64938ee96e70d17d62e6a1a885e2c98d9d1a4
3
+ metadata.gz: 69fcf7b6d7eec854eac68b312da8ad5a9c68195a7c7c8f2267d9168adc5953a8
4
+ data.tar.gz: 2c63462d54a5235eb1364a82557a8e71f13223bba023f0178b583ffcaf3b1f36
5
5
  SHA512:
6
- metadata.gz: a6a41bdb9a4cf45e508558d0a2f494e90df42aa875b0343d5cb3ca97040cc9bc7ff527ad526e266101fb98d678714bee84c399a0e8bf18a3b73820be367af1e1
7
- data.tar.gz: 30f02075ec7959b766840c8875816f1419a0a84626b0c38916a408cb9fa56cd2439aa017f9e5ee4410a62f2f319e338e9dbe3e0b1b465fc5cdeb3015c44e5354
6
+ metadata.gz: be018663fb70e96023796b79d895128cc8e8f6d04eeed115f06e20d7e98dc27b49c337efd32614a2fa0e5a9b94362d5e3a9318f673f9e6a1f5813f218d7503f6
7
+ data.tar.gz: 7f647ff6fb6b255f0fda08f9ab0676a5ba696a857e6fb74bd64c068a15c00a6d7f4f8d965d708dfba9665b28c7eb5ecabe5c6599ddc973fcfda8ec84627f35cd
data/README.md CHANGED
@@ -26,7 +26,7 @@ Or install it yourself as:
26
26
  Configure `HTTPI` to use the `Typhoeus` adapter globally:
27
27
 
28
28
  ```ruby
29
- HTTPI.adapter = :curb
29
+ HTTPI.adapter = :typhoeus
30
30
  ```
31
31
 
32
32
  If you're using [Savon](https://github.com/savonrb/savon) and want to configure one specific
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "httpi-adapter-typhoeus"
6
- spec.version = "1.0.0"
6
+ spec.version = "1.0.1"
7
7
  spec.authors = ["Micke Lisinge"]
8
8
  spec.email = ["micke@apoex.se"]
9
9
 
@@ -71,6 +71,7 @@ module HTTPI
71
71
 
72
72
  if ssl.verify_mode == :none
73
73
  @client.options[:ssl_verifyhost] = 0
74
+ @client.options[:ssl_verifypeer] = false
74
75
  else
75
76
  @client.options[:ssl_verifyhost] = 2
76
77
  @client.options[:ssl_verifypeer] = ssl.verify_mode == :peer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httpi-adapter-typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-27 00:00:00.000000000 Z
11
+ date: 2022-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -120,7 +120,7 @@ metadata:
120
120
  homepage_uri: https://github.com/apoex/httpi-adapter-typhoeus
121
121
  source_code_uri: https://github.com/apoex/httpi-adapter-typhoeus
122
122
  changelog_uri: https://github.com/apoex/httpi-adapter-typhoeus
123
- post_install_message:
123
+ post_install_message:
124
124
  rdoc_options: []
125
125
  require_paths:
126
126
  - lib
@@ -135,8 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  requirements: []
138
- rubygems_version: 3.0.3
139
- signing_key:
138
+ rubygems_version: 3.3.3
139
+ signing_key:
140
140
  specification_version: 4
141
141
  summary: An adapter for HTTPI that uses Typhoeus
142
142
  test_files: []