waistband 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,13 @@ module Waistband
46
46
  hosts: hosts,
47
47
  randomize_hosts: true,
48
48
  retry_on_failure: retries,
49
- reload_on_failure: reload_on_failure
49
+ reload_on_failure: reload_on_failure,
50
+ transport_options: {
51
+ request: {
52
+ open_timeout: @yml_config['timeout'],
53
+ timeout: @yml_config['timeout']
54
+ }
55
+ }
50
56
  )
51
57
  end
52
58
 
@@ -1,3 +1,3 @@
1
1
  module Waistband
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waistband
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-13 00:00:00.000000000 Z
12
+ date: 2014-03-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport