cloudformation-ruby-dsl 0.4.12 → 0.4.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/cloudformation-ruby-dsl.gemspec +1 -0
- data/lib/cloudformation-ruby-dsl/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 678a2f4ff5840cbb0f38f8f4fc57ba551a2766e1
|
4
|
+
data.tar.gz: 7ccb03b36234df337eeacc80e56b16a6be9e4523
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56ee4564fe8f278a2a124b0adbc2d06da0248e1ad29c10109c284eacd58a02cf2e93967bde3d2dc3e71a331669beba3f458edc47658cb9a2fde54699e916869a
|
7
|
+
data.tar.gz: d63db9972aaa9b1879805742203c0995968280c5d7bb9e23b42c45eab3530be164c3ed8e6a5ef97630d1ae37c022e39d950c4a03d0223f195982aa62d027d0b1
|
data/README.md
CHANGED
@@ -73,3 +73,7 @@ Additional capabilities for file inclusion, etc.
|
|
73
73
|
- `load_from_file(filename)`: load the named file by a given type; currently handles YAML, JSON, and Ruby
|
74
74
|
- `interpolate(string)`: embed CFN references into a string (`{{ref('Service')}}`) for later interpretation by the CFN engine
|
75
75
|
- `Table.load(filename)`: load a table from the listed file, which can then be turned into mappings (via `get_map`)
|
76
|
+
|
77
|
+
### Default Region
|
78
|
+
|
79
|
+
The tool defaults to region 'us-east-1'. To change this set either 'EC2_REGION' or 'AWS_DEFAULT_REGION' environment variables.
|
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.13
|
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-
|
18
|
+
date: 2015-04-14 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: detabulator
|
@@ -59,6 +59,20 @@ dependencies:
|
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: bundler
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
type: :runtime
|
70
|
+
prerelease: false
|
71
|
+
version_requirements: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
62
76
|
description: Ruby DSL library that provides a wrapper around the cfn-cmd.
|
63
77
|
email:
|
64
78
|
- Shawn.Smith@bazaarvoice.com
|