bora 1.7.3 → 1.7.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8341ab9a54348ed208ab7f80e6dff064085addba
4
- data.tar.gz: bef43d91f862dab8c05e3a545022a58420e1bb80
3
+ metadata.gz: 4a011f2daa41c1a575839fbd2a41f2714351f92e
4
+ data.tar.gz: 15d06db8d1b9596145b36be6dd2b7b53ffaa8eb4
5
5
  SHA512:
6
- metadata.gz: 85607d542b6d9f74079ff0a985fefd250abef7cd9b0fc04e6125245b0c0eee2377237da42ba8d306777e3bcef39e7940e4a2d3403f49685120b40ecc25405aab
7
- data.tar.gz: 8a35a107af984574158b79438f0c52860bd15ad94a0a36e3590093a516a809bd71769e5a711d7b94381be9fb15eeafd5b165fa606e1cc2afb1e30da9b189038c
6
+ metadata.gz: 8681b18a4f6d9c1c325d1cee7b8023fc437b7fed231ce27d1fbfee96a20ca93a6fa1e68deb616e0a03551688c989e6dcb1b0e7399be1d642bf5ca8fa55707caa
7
+ data.tar.gz: 0c354e73d14fe2afc1bb01c1f565a2cd3241f6ee92957c2774a9b57f2ce32ba497e508a32da3e76214c94bbccab229ba39a01e3b3b75c2f5955d150cb4fc0176
@@ -112,7 +112,9 @@ class Bora
112
112
 
113
113
  def cloudformation
114
114
  @cfn ||= begin
115
- @region ? Aws::CloudFormation::Client.new(region: @region) : Aws::CloudFormation::Client.new
115
+ options = { retry_limit: 10 }
116
+ options[:region] = @region if @region
117
+ Aws::CloudFormation::Client.new(options)
116
118
  end
117
119
  end
118
120
 
@@ -1,3 +1,3 @@
1
1
  class Bora
2
- VERSION = '1.7.3'.freeze
2
+ VERSION = '1.7.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bora
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.3
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Blaxland
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk