awsstack 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/awsstack/cloudformation.rb +1 -1
- data/lib/awsstack/version.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: c707d73d196cd9205362d7d4f3ab42aa7b9b91a3
|
4
|
+
data.tar.gz: a0907c4a52a003dfef58ffffe9a692e7427e2264
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb243ebe84565cc35bd2148e1e9ec938a2a203e92df09bf780faf07dacded63ea690bbbacd075d8ba6959ac5c5fa1ea24f46318ed43bef5b96d11163441f7162
|
7
|
+
data.tar.gz: 4b4bf0a9be7739db9c67aeccf50c5b293e9ff877e94e329668b7243b06f608d325a771f38f659d2fc1688674b8473797ae680adf35cf8158e0925f19ca244b15
|
data/README.md
CHANGED
@@ -57,7 +57,7 @@ you can then install this gem
|
|
57
57
|
### params file
|
58
58
|
|
59
59
|
To pass parameters to the CFN with this script, create a json file with the same
|
60
|
-
name as the template file but in the directory <repo>/params/<env>/<template>
|
60
|
+
name as the template file but in the directory <repo>/output/params/<env>/<template>
|
61
61
|
The content should look like this.
|
62
62
|
|
63
63
|
This file will automatically be used and the params passed to CFN.
|
data/lib/awsstack/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: awsstack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan - Zipkid - Goethals
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|