aws-sdk-utils 0.0.29 → 0.0.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfndsl_converger.rb +1 -1
- data/lib/cloudformation_converger.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b0a97dd35f47097dba75d35eafc1202518e8c94
|
4
|
+
data.tar.gz: e0920a38fcf8323243e78c219ea7948149e4581f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6c247c087b84813d4db2e5cdc43f041e52a8401dd15de6b1f7add7cc168e6ee1e1449d48198c11ac7e9ae148eeb029e63526c44a770b5103a68f50f8e6d7339
|
7
|
+
data.tar.gz: b3e9d16beafa90312e14d75ace9f8321a53f14237cab5c6f75749a16b38a7d0f97d72d00f48880b72f0ceb2271b345fb2a7377bec4c239a0510a17519b8dae92
|
data/lib/cfndsl_converger.rb
CHANGED
@@ -89,7 +89,7 @@ class CfndslConverger
|
|
89
89
|
rescue Exception => error
|
90
90
|
if error.to_s =~ /No updates are to be performed/
|
91
91
|
STDERR.puts 'no updates necessary'
|
92
|
-
return stack_outputs_hash(stack) if stack.
|
92
|
+
return stack_outputs_hash(stack) if stack.stack_status =~ /COMPLETE/
|
93
93
|
else
|
94
94
|
raise error
|
95
95
|
end
|
@@ -48,7 +48,7 @@ class CloudFormationConverger
|
|
48
48
|
rescue Exception => error
|
49
49
|
if error.to_s =~ /No updates are to be performed/
|
50
50
|
STDERR.puts 'no updates necessary'
|
51
|
-
return stack_outputs_hash(stack) if stack.
|
51
|
+
return stack_outputs_hash(stack) if stack.stack_status =~ /COMPLETE/
|
52
52
|
else
|
53
53
|
raise error
|
54
54
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- someguy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|