dynamicloud 1.1.2 → 1.1.3

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: f8145c74d9446cf470a25d9045fcf73a2cb589ac
4
- data.tar.gz: 5299fd868b8e3d4683edf9b2d1d236b854bde99f
3
+ metadata.gz: 016f892db6c591b7973ad2b3bd61ba4169a1ae0b
4
+ data.tar.gz: 51f27223adea97982135f75771115b45d9d0e4ea
5
5
  SHA512:
6
- metadata.gz: 8eb301e24fb34dbc874ecf59a0a238742aed5c16dddf5d238ffaf0f29acb04b50bad9a6b50b77c498f58ec9ef66c3be4b4c00aecea500173e0c63d5734d53b80
7
- data.tar.gz: f4c04a97f5a17ed84b913f0d0625818fc5b1581659ff91e1c293bf75bb6c2b3e6ba531784ed8b358f7094d814302e1f6a30b98e239557a0f8268092ff3d6f0e7
6
+ metadata.gz: a2c57f201b49758ce779392c5d23b5e4c0222f94a19c1107ffed545210bf9bf370925d4c45f269422ffafdc035b45125aa7b8649659a45bdda5daadb82388f92
7
+ data.tar.gz: 1c94eeca48d2235f49a1c4bb475eec50f8409654d04033aedac046841bf46f650eaab73c969691c29e593d20307c163ad457466b3a1599207410fc633918924e
data/lib/configuration.rb CHANGED
@@ -40,7 +40,7 @@ class Configuration
40
40
  :url_update_selection => '/api_records/{csk}/{aci}/update_using_selection/{mid}',
41
41
  # this url must be executed using post method
42
42
  :url_delete_selection => '/api_records/{csk}/{aci}/delete_using_selection/{mid}',
43
- :version => '1.1.2'
43
+ :version => '1.1.3'
44
44
  }
45
45
  end
46
46
 
@@ -18,9 +18,6 @@ module DynamicService
18
18
  def self.call_service(service_url, params = {}, method = 'post', headers = {}, destiny = nil)
19
19
  http = HTTPClient.new
20
20
  http.connect_timeout = 10
21
-
22
- puts GEM_ROOT
23
-
24
21
  http.ssl_config.set_trust_ca("#{GEM_ROOT}/lib/cacert.pem")
25
22
 
26
23
  headers['User-Agent'] = 'Dynamicloud client'
@@ -1,3 +1,3 @@
1
1
  module Dynamicloud
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - dynamicloud