vx-service_connector 0.2.3 → 0.2.4

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: 861923cd715d3004134db100517fbf03ff7b8211
4
- data.tar.gz: c35339eb3375eee679caf463d18d956cf376d5f2
3
+ metadata.gz: c4f52402620fba003688d9092114020581c2c453
4
+ data.tar.gz: b04784ad7b9e39b7559d1c32d144fa80487a734c
5
5
  SHA512:
6
- metadata.gz: 19e2ed470839000bcd3d77da5567df8af6673e0ea19e3c20300b62691d3d34c1165c4ac73cc50f8cf56e5cfd8e02c886c85b9c5606af05388ef96113612d3735
7
- data.tar.gz: 68ce31a093c99131f3c8aee7626b2dbd52a7b923d7a1ad7dbb5d17677ae191b6b96a31c96ce25b573b247cd4552f41629550a7df53d6bd323a7c9030cacc145c
6
+ metadata.gz: 01a05b7fc0ca931f59e20a86e09d3fc225698e08d76dff4941259fb313e300a9320dd33842778526bd603a97db883cde2b8bdc7c7aa4cc34d7118226fb7df110
7
+ data.tar.gz: d22a2b88e8111e5343d11bbbcb5e90e976f2dd930bb8aec8d6b0d6401ac31c9bb5f8d7451186ba46a6df65bb968fb3ca62a5fc5be5615bc225c7ad24b874d908
@@ -63,8 +63,8 @@ module Vx
63
63
  http.headers['accept'] = 'application/json'
64
64
  http.headers['PRIVATE-TOKEN'] = private_token
65
65
  http.ssl.verify = false
66
- http.options[:timeout] = 20
67
- http.options[:open_timeout] = 20
66
+ http.options[:timeout] = 5
67
+ http.options[:open_timeout] = 5
68
68
  end
69
69
  end
70
70
  end
@@ -1,5 +1,5 @@
1
1
  module Vx
2
2
  module ServiceConnector
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-service_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky