dynamicloud 1.0.7 → 1.0.8

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: cba21d70fd5f48452ba189563b5620ae70990e45
4
- data.tar.gz: c1ccfb216b2f212ffd0c2f92af87307384847805
3
+ metadata.gz: 930ae2aeebb427a9e1186076fd7ab288fcc4b070
4
+ data.tar.gz: 3cebf3f1783d509464c02cbc613180f919b0e359
5
5
  SHA512:
6
- metadata.gz: 7d49821576e5eea36c5295f2a706af93db3cbd1a7e82348d744f20d6019542c1e98babc629315a5a6344127db05d596799b30c49c4583157ccb815aaa79304dd
7
- data.tar.gz: d201cbd149e9bea9fc0998fcc33906e8269cda8a9050faad12b2c2068c772e099dd3e635a8d21e0673ec52992c2d1056a783db09d7c592bd0826604d602d4cf0
6
+ metadata.gz: 65e4467d55d0f4d4c620ebd25be1f24a173d273fb1a3f4cb396494815bbadb88af312de23a8f610f1c46a855e48c58a46a6201e622721df16cbb3544ba0dd280
7
+ data.tar.gz: b25f0d40037e7f50ef070477afb4da0bfa4558b69d42523e73e9b2c5ec616723acdd41b2bacd9f4cd0f63ef19ea42bc1b91cb3c9d18598e0ccd8be7c989d5000
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.7'
45
+ :version => '1.0.8'
46
46
  }
47
47
  end
48
48
 
@@ -16,6 +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
19
20
 
20
21
  headers['User-Agent'] = 'Dynamicloud client'
21
22
  headers['API_Version'] = Configuration::PROPERTIES.get_property :version
@@ -1,3 +1,3 @@
1
1
  module Dynamicloud
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - dynamicloud