dynamicloud 1.1.0 → 1.1.1

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: 655a054b33b0457d2820bea88d7fc116cce6f6e5
4
- data.tar.gz: 79abde7f1b204750ea231eddb88b5705126c29c8
3
+ metadata.gz: 9a8b019e1114190ddaa5703d3d1970b1a8171b46
4
+ data.tar.gz: f991bb8fc838dbb6014736ebd24ca0038c16f639
5
5
  SHA512:
6
- metadata.gz: 4909b1495a6e2b31da22eff7881c89399353b2dbd2741a281977a303728169a3d33a0d9bd16634bf404a15f65ad71f95c58a2b5d967501fc1d01aa3a71dbd6e1
7
- data.tar.gz: 4f951021dfca5c055c36f1bbb71f8d31976dc819ef8a5f290b2842945d88832aadd2e0df189a726432722f1599be90b8497c4ae53f6d708667edd57f6f05d020
6
+ metadata.gz: c48cabdc6ef5922ae672d6e5d688ddd9ca82b6b6bd8f7903378d30dfd2af81b28d086333744f362b6cc0c6862ed5f4664aa520975b06869aae31cdfb93e356b4
7
+ data.tar.gz: c322effcb7bd5a649432cad95f22ec36ee5c8573427acf5db819d290dc4021c93c2224dc8bb5a7b9728172a7700b4eb61900103258ef48c56c1c20de658d1dab
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.1.0'
45
+ :version => '1.1.1'
46
46
  }
47
47
  end
48
48
 
@@ -16,7 +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 = :SSLv23
19
+ http.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_NONE
20
20
 
21
21
  headers['User-Agent'] = 'Dynamicloud client'
22
22
  headers['API_Version'] = Configuration::PROPERTIES.get_property :version
@@ -1,3 +1,3 @@
1
1
  module Dynamicloud
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dynamicloud