cloudformation-ruby-dsl 0.4.10 → 0.4.11

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: c269055c86355a4f4298deb5dd63b32e691f7010
4
- data.tar.gz: 981ac195a9ed4ea89bf0fd2d73a891fdd789f050
3
+ metadata.gz: 8538fca31a8ff409e404bfc7730f6ee4edcc577e
4
+ data.tar.gz: cff8518a2114ffd576abd524f47a5d29f844127d
5
5
  SHA512:
6
- metadata.gz: 132caba3cd8edc5fa3e6a8a094bddb2603e7c9f5f5c3517fe84d7f9b407f6bf43315f1cc229f56d48ad62ea8a475d9c5e3eeeaa76b6c8ef84a3819cca232df9e
7
- data.tar.gz: a50e9ade298a8079218021d03369c5f8809a076a3ed23cc6f3eadcd9fe358c9990ee9f288736b9455e2e4947b2e66f213940507befeac39fb0753132871fecdf
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
@@ -15,7 +15,7 @@
15
15
  module Cfn
16
16
  module Ruby
17
17
  module Dsl
18
- VERSION = "0.4.10"
18
+ VERSION = "0.4.11"
19
19
  end
20
20
  end
21
21
  end
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.10
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-10 00:00:00.000000000 Z
18
+ date: 2015-03-26 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: detabulator