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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3a649d0e04854b4207945c9b426ee5b0e7b6b9a
4
- data.tar.gz: 4882820003b414f5be911d8f5d4e737b06c670bc
3
+ metadata.gz: c707d73d196cd9205362d7d4f3ab42aa7b9b91a3
4
+ data.tar.gz: a0907c4a52a003dfef58ffffe9a692e7427e2264
5
5
  SHA512:
6
- metadata.gz: 2c605604f0e32d83829e4af3005ffbcc89c315794763cf686d5bb61d996708b7688a1d6f531526379be86e837273c54d2d28901875eb88b60e6cb5720d04765d
7
- data.tar.gz: 1fb5979a4e5bab43422dea729ee16c18c5c31db7c0d8b649dcb2b2d5a3d789e4274618c0b7f318f45ca3dc9dc1987b9583f02f7b897ede0aa5230ec2bd8ea105
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.
@@ -65,7 +65,7 @@ module AwsStack
65
65
 
66
66
  def read_param_file
67
67
  param_file = if @paramfile.class == NilClass
68
- "params/#{@environment}/#{File.basename @templatefile}"
68
+ "output/params/#{@environment}/#{File.basename @templatefile}"
69
69
  else
70
70
  @paramfile
71
71
  end
@@ -1,3 +1,3 @@
1
1
  module AwsStack
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
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.1
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-10-04 00:00:00.000000000 Z
11
+ date: 2017-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler