cloudformation-ruby-dsl 0.4.10 → 0.4.11
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8538fca31a8ff409e404bfc7730f6ee4edcc577e
|
4
|
+
data.tar.gz: cff8518a2114ffd576abd524f47a5d29f844127d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c4ae2ae27b8c5a1e1dc0610736e9c34255f7ac3f1be750dec9564aa70093bb350bdc0596e22a17b161f404c204a281cb2d2e94a0e5890153be1b8e1b5cae197
|
7
|
+
data.tar.gz: f6e8e6c344d521b8edd8a45a009e221ba6d487a0a88a98cd4c53ff306b9083050f0fb99a25401eb64701cb566b901984a7c26bec0cbc19ba10a656e88ecf3793
|
@@ -207,7 +207,7 @@ end
|
|
207
207
|
|
208
208
|
def exec_describe_stack cfn_options_string
|
209
209
|
csv_data = exec_capture_stdout("cfn-cmd cfn-describe-stacks #{cfn_options_string} --headers --show-long")
|
210
|
-
CSV.parse_line(csv_data, :headers => true, :converters => :nil_to_nil)
|
210
|
+
CSV.parse_line(csv_data, :quote_char => "'", :headers => true, :converters => :nil_to_nil)
|
211
211
|
end
|
212
212
|
|
213
213
|
def exec_capture_stdout command
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudformation-ruby-dsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shawn Smith
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2015-03-
|
18
|
+
date: 2015-03-26 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: detabulator
|