dynamicloud 1.0.8 → 1.0.9

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
2
  SHA1:
3
- metadata.gz: 930ae2aeebb427a9e1186076fd7ab288fcc4b070
4
- data.tar.gz: 3cebf3f1783d509464c02cbc613180f919b0e359
3
+ metadata.gz: 5d07f7dd3c9733d40ae9c1c7bf4047edb0984d71
4
+ data.tar.gz: 957fe3275bfb06ad050bdc3f2f506d15407d4db0
5
5
  SHA512:
6
- metadata.gz: 65e4467d55d0f4d4c620ebd25be1f24a173d273fb1a3f4cb396494815bbadb88af312de23a8f610f1c46a855e48c58a46a6201e622721df16cbb3544ba0dd280
7
- data.tar.gz: b25f0d40037e7f50ef070477afb4da0bfa4558b69d42523e73e9b2c5ec616723acdd41b2bacd9f4cd0f63ef19ea42bc1b91cb3c9d18598e0ccd8be7c989d5000
6
+ metadata.gz: 1f111b09cf754e916274b5096e5979872044ff74902d1901f2db3f608e94fdfa821f4c9a9a8af153102e0327f339cbf8c42fa8ae6b93a114e43b6d698e59d993
7
+ data.tar.gz: c2610e93b79401df9354cd137ad4e9a061e3a5c7a3e3c5771ecac736a489e00160338db8fd94ff8b2ed4ec23945752f34676a4b040b94e315f92d496214bdc7b
data/lib/configuration.rb CHANGED
@@ -42,7 +42,7 @@ class Configuration
42
42
  :url_update_selection => '/api_records/{csk}/{aci}/update_using_selection/{mid}',
43
43
  # this url must be executed using post method
44
44
  :url_delete_selection => '/api_records/{csk}/{aci}/delete_using_selection/{mid}',
45
- :version => '1.0.8'
45
+ :version => '1.0.9'
46
46
  }
47
47
  end
48
48
 
@@ -17,6 +17,7 @@ module DynamicService
17
17
  http = HTTPClient.new
18
18
  http.connect_timeout = 10
19
19
  http.ssl_config.ssl_version = :TLSv1
20
+ http.ssl_config.options |= OpenSSL::SSL::OP_NO_SSLv3
20
21
 
21
22
  headers['User-Agent'] = 'Dynamicloud client'
22
23
  headers['API_Version'] = Configuration::PROPERTIES.get_property :version
@@ -1,3 +1,3 @@
1
1
  module Dynamicloud
2
- VERSION = '1.0.8'
2
+ VERSION = '1.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamicloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - dynamicloud