cloudformation-ruby-dsl 0.4.6 → 0.4.7
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 +7 -0
- data/lib/cloudformation-ruby-dsl/cfntemplate.rb +1 -1
- data/lib/cloudformation-ruby-dsl/version.rb +1 -1
- metadata +10 -14
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: edc8c0654329cc7d730b77d8211b5293a446f379
|
|
4
|
+
data.tar.gz: fa138bff40757e9a486d9bbba0e91877ba808e44
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 4eb2b37a228912e225b689bfe2e03b56c06e0ad287bbab81361b5faa82a967b7f7211108e190aa5b2e90715f48813cb054230e8228562c33c1e23f2014c9086b
|
|
7
|
+
data.tar.gz: 7135a5a46a919fc1f6207a377fe7c3770c0020a6eaf14008bf933488ff113c6e6f33c5e83a627d202a5e97eac31f2540cd17d9ee57cecaf285486fbd7cffda92
|
|
@@ -203,7 +203,7 @@ def cfn_cmd(template)
|
|
|
203
203
|
end
|
|
204
204
|
|
|
205
205
|
def exec_describe_stack cfn_options_string
|
|
206
|
-
csv_data = exec_capture_stdout("cfn-cmd cfn-describe-stacks
|
|
206
|
+
csv_data = exec_capture_stdout("cfn-cmd cfn-describe-stacks #{cfn_options_string} --headers --show-long")
|
|
207
207
|
CSV.parse_line(csv_data, :headers => true, :converters => :nil_to_nil)
|
|
208
208
|
end
|
|
209
209
|
|
metadata
CHANGED
|
@@ -1,8 +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.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.4.7
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Shawn Smith
|
|
@@ -16,22 +15,20 @@ authors:
|
|
|
16
15
|
autorequire:
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
|
-
date: 2014-
|
|
18
|
+
date: 2014-11-03 00:00:00.000000000 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: detabulator
|
|
23
22
|
requirement: !ruby/object:Gem::Requirement
|
|
24
|
-
none: false
|
|
25
23
|
requirements:
|
|
26
|
-
- -
|
|
24
|
+
- - ">="
|
|
27
25
|
- !ruby/object:Gem::Version
|
|
28
26
|
version: '0'
|
|
29
27
|
type: :runtime
|
|
30
28
|
prerelease: false
|
|
31
29
|
version_requirements: !ruby/object:Gem::Requirement
|
|
32
|
-
none: false
|
|
33
30
|
requirements:
|
|
34
|
-
- -
|
|
31
|
+
- - ">="
|
|
35
32
|
- !ruby/object:Gem::Version
|
|
36
33
|
version: '0'
|
|
37
34
|
description: Ruby DSL library that provides a wrapper around the cfn-cmd.
|
|
@@ -80,7 +77,7 @@ executables:
|
|
|
80
77
|
extensions: []
|
|
81
78
|
extra_rdoc_files: []
|
|
82
79
|
files:
|
|
83
|
-
- .gitignore
|
|
80
|
+
- ".gitignore"
|
|
84
81
|
- Gemfile
|
|
85
82
|
- LICENSE.txt
|
|
86
83
|
- README.md
|
|
@@ -196,28 +193,27 @@ files:
|
|
|
196
193
|
- vendor/AWSCloudFormation-1.0.12/notice.txt
|
|
197
194
|
homepage: http://github.com/bazaarvoice/cloudformation-ruby-dsl
|
|
198
195
|
licenses: []
|
|
196
|
+
metadata: {}
|
|
199
197
|
post_install_message:
|
|
200
198
|
rdoc_options: []
|
|
201
199
|
require_paths:
|
|
202
200
|
- lib
|
|
203
201
|
- bin
|
|
204
202
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
205
|
-
none: false
|
|
206
203
|
requirements:
|
|
207
|
-
- -
|
|
204
|
+
- - ">="
|
|
208
205
|
- !ruby/object:Gem::Version
|
|
209
206
|
version: '0'
|
|
210
207
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
|
-
none: false
|
|
212
208
|
requirements:
|
|
213
|
-
- -
|
|
209
|
+
- - ">="
|
|
214
210
|
- !ruby/object:Gem::Version
|
|
215
211
|
version: '0'
|
|
216
212
|
requirements: []
|
|
217
213
|
rubyforge_project:
|
|
218
|
-
rubygems_version:
|
|
214
|
+
rubygems_version: 2.2.2
|
|
219
215
|
signing_key:
|
|
220
|
-
specification_version:
|
|
216
|
+
specification_version: 4
|
|
221
217
|
summary: Ruby DSL library that provides a wrapper around the cfn-cmd. Written by
|
|
222
218
|
[Bazaarvoice](http://www.bazaarvoice.com).
|
|
223
219
|
test_files: []
|