horizon_client 0.2.6 → 0.2.7

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: f88cb47957fb024957724cd51d41b7a860c2f51d
4
- data.tar.gz: 4cede3f8e3d121b385424bb87b66597e50bd7d39
3
+ metadata.gz: 1c71f0a69510d13ca47557ac7b780de06e6184ed
4
+ data.tar.gz: 0502a6fdcce798c9d3a958e14b981e4429caea13
5
5
  SHA512:
6
- metadata.gz: f5f3a0280a35da47214609ba5aecdacda4ffc120892568f6e109a5a0ea43f7b1b9183715bafab8cbafaf9d162458e06c699b241b17024c20016c96dcc3d12f6b
7
- data.tar.gz: 9cfe3a44bb9ffe251ea44890fef3452146056bb90acc92dad7365c992bf8f8e24b1ea5328cd3871efe56025992eb14e121c5d045c5f8f5fba5ee63007a4f056c
6
+ metadata.gz: cfb12e41b67ea48b9783f00f053f3addd25dad948163be7f3df87e4aeeb0cf414ed68ed36afdc8d803eeda989c6acd4d3bd9a56ce584d40c235d70a9982b5342
7
+ data.tar.gz: 6580898aa4dbf5b4e1d8dac3aece1d5c723e41e4fb4cb308cc979576c6c87f02477011e0c6fc8dd6bfa4101b51ea4cbc77d68e9b77119badcfb52de28db437df
@@ -9,6 +9,8 @@ module HorizonClient
9
9
  conn.response :raise_error
10
10
  conn.use HorizonClient::Response::ParseXml
11
11
  conn.use HorizonClient::Request::EncodeXml
12
+ conn.options.timeout = 20
13
+ conn.options.open_timeout = 2
12
14
 
13
15
  conn.adapter Faraday.default_adapter
14
16
  end
@@ -1,3 +1,3 @@
1
1
  module HorizonClient
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: horizon_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - MAK IT
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler