sailthru-client 4.2.0 → 4.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4cdd3ac1402c2254ff33c683caca69b2d8b6b0de
4
- data.tar.gz: 53c72b791956befc9626a4c9ce7cbe3a817ccca2
2
+ SHA256:
3
+ metadata.gz: 98ca2d7c3b92ab2cf3b57f04fe2fc2e90bb001b9e7764dde912d2e8abbfe5302
4
+ data.tar.gz: d6d6934ec86c3989ac01e6288655a3a05366bd598d38b5168d2959d8bd6128f0
5
5
  SHA512:
6
- metadata.gz: 9570a75d2271b75789efafa77c8a61b4baa7028ed7541dcabb9d660671ecce031808454df337660772d9eeb087a9061b2d676176fd04c9dd37b4941b737fdac6
7
- data.tar.gz: 6c38603b1bd381729b0913571e20d5c873c7e4f7c9fec0eaa3c5d6ff0d944b2752db651a41c58f0c004fa2b0242e1c87da31293455c8884286fe9fbb6f0e120f
6
+ metadata.gz: efab240273101df1e0e4e74853e1cde11076658d8f30f575e777b53e74cdfc4a6a09af9bf3acf5323f454d1a4590d5ed35027aa10a42c3b2b935458f3d9b8c24
7
+ data.tar.gz: b0aa34e1343c072f7bbbca9d1c98a291a818fc731dd15d1c4838a308510bf5f12c1d1c8c5c7df5d2ef15c111c83323de9b210014161bda74021dd9610ef93658
@@ -1,3 +1,6 @@
1
+ ## 4.3.0
2
+ - Update TLS version to 1.2
3
+
1
4
  ## 4.2.0
2
5
  - added save_content supporting all fields from updated api
3
6
  - push_content is now deprecated in favour of save_content
@@ -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 = :TLSv1
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
@@ -1,3 +1,3 @@
1
1
  module Sailthru
2
- VERSION = '4.2.0'
2
+ VERSION = '4.3.0'
3
3
  end
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.2.0
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: 2018-06-26 00:00:00.000000000 Z
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
- rubyforge_project:
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.