dynamicloud 1.0.9 → 1.1.0

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: 5d07f7dd3c9733d40ae9c1c7bf4047edb0984d71
4
- data.tar.gz: 957fe3275bfb06ad050bdc3f2f506d15407d4db0
3
+ metadata.gz: 655a054b33b0457d2820bea88d7fc116cce6f6e5
4
+ data.tar.gz: 79abde7f1b204750ea231eddb88b5705126c29c8
5
5
  SHA512:
6
- metadata.gz: 1f111b09cf754e916274b5096e5979872044ff74902d1901f2db3f608e94fdfa821f4c9a9a8af153102e0327f339cbf8c42fa8ae6b93a114e43b6d698e59d993
7
- data.tar.gz: c2610e93b79401df9354cd137ad4e9a061e3a5c7a3e3c5771ecac736a489e00160338db8fd94ff8b2ed4ec23945752f34676a4b040b94e315f92d496214bdc7b
6
+ metadata.gz: 4909b1495a6e2b31da22eff7881c89399353b2dbd2741a281977a303728169a3d33a0d9bd16634bf404a15f65ad71f95c58a2b5d967501fc1d01aa3a71dbd6e1
7
+ data.tar.gz: 4f951021dfca5c055c36f1bbb71f8d31976dc819ef8a5f290b2842945d88832aadd2e0df189a726432722f1599be90b8497c4ae53f6d708667edd57f6f05d020
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.9'
45
+ :version => '1.1.0'
46
46
  }
47
47
  end
48
48
 
@@ -16,8 +16,7 @@ module DynamicService
16
16
  def self.call_service(service_url, params = {}, method = 'post', headers = {}, destiny = nil)
17
17
  http = HTTPClient.new
18
18
  http.connect_timeout = 10
19
- http.ssl_config.ssl_version = :TLSv1
20
- http.ssl_config.options |= OpenSSL::SSL::OP_NO_SSLv3
19
+ http.ssl_config.ssl_version = :SSLv23
21
20
 
22
21
  headers['User-Agent'] = 'Dynamicloud client'
23
22
  headers['API_Version'] = Configuration::PROPERTIES.get_property :version
@@ -1,3 +1,3 @@
1
1
  module Dynamicloud
2
- VERSION = '1.0.9'
2
+ VERSION = '1.1.0'
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.9
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dynamicloud