sailthru-client 4.2.0 → 4.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/sailthru/client.rb +1 -1
- data/lib/sailthru/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 98ca2d7c3b92ab2cf3b57f04fe2fc2e90bb001b9e7764dde912d2e8abbfe5302
|
4
|
+
data.tar.gz: d6d6934ec86c3989ac01e6288655a3a05366bd598d38b5168d2959d8bd6128f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efab240273101df1e0e4e74853e1cde11076658d8f30f575e777b53e74cdfc4a6a09af9bf3acf5323f454d1a4590d5ed35027aa10a42c3b2b935458f3d9b8c24
|
7
|
+
data.tar.gz: b0aa34e1343c072f7bbbca9d1c98a291a818fc731dd15d1c4838a308510bf5f12c1d1c8c5c7df5d2ef15c111c83323de9b210014161bda74021dd9610ef93658
|
data/CHANGELOG.md
CHANGED
data/lib/sailthru/client.rb
CHANGED
@@ -880,7 +880,7 @@ module Sailthru
|
|
880
880
|
http = Net::HTTP::Proxy(@proxy_host, @proxy_port).new(_uri.host, _uri.port)
|
881
881
|
|
882
882
|
if _uri.scheme == 'https'
|
883
|
-
http.ssl_version = :
|
883
|
+
http.ssl_version = :TLSv1_2
|
884
884
|
http.use_ssl = true
|
885
885
|
http.verify_mode = OpenSSL::SSL::VERIFY_NONE if @verify_ssl != true # some openSSL client doesn't work without doing this
|
886
886
|
http.ssl_timeout = @opts[:http_ssl_timeout] || 5
|
data/lib/sailthru/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sailthru-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Prajwal Tuladhar
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2020-07-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: json
|
@@ -191,8 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
|
-
|
195
|
-
rubygems_version: 2.4.6
|
194
|
+
rubygems_version: 3.0.3
|
196
195
|
signing_key:
|
197
196
|
specification_version: 4
|
198
197
|
summary: A simple client library to remotely access the Sailthru REST API.
|