uc3-sam-sceptre 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 8daa12905f3990e4c33824a11edc030f69b7166baf06b87f69bd6d79e61ccf14
4
- data.tar.gz: 1e3e7c42fdcf229e00e7dff93e30fd1ae84ee5fa807169fa3430a6031967b38b
3
+ metadata.gz: 64fdd8ce5b3381224cc3d9599724258ef949bf00616ba090f759f3024b021563
4
+ data.tar.gz: 47cc57eca27a3a792dd370c5d57840ac5356489fa1b1ad7d3d98c9f31143da90
5
5
  SHA512:
6
- metadata.gz: 738b38c44834d8fcf7a72646c45c8c8d6681533fa1b50ae4481089767f4a5024308b22dfc0d8f91466dcd67309a0c797220740021cb35a145fbfb930e71f8e8d
7
- data.tar.gz: d04e2615d5e6201bce35f3dacd6fb650ba5548e342e895af29bf0e83a5cbdab86f794fc294c1c0cdcca5e95dd4be75a7e09d8244a785f233b39b71b08dda7366
6
+ metadata.gz: ae05c6e2581a4d4b81eaff17108646a5b08873a503507f1f88e0dac850853dd191427150c778e929526419ac189ffd8c52b87c707d87978441639cf1bd941054
7
+ data.tar.gz: 489ff775002d7a6efd27fb1940049226858cb61122c87011ee4e7c542ba14a11d3577171ee872604b6ef7569b5c7ac064452aabb48ff5fcbd4856ce0c15f67bd
data/README.md CHANGED
@@ -151,7 +151,7 @@ This gem will automatically append the `:program + :service + :subservice + :env
151
151
 
152
152
  #### Build the bundle
153
153
 
154
- You will need to run `bundle config path ./ && bundle install` so that this gem is installed and ready
154
+ You will need to run `bundle install` so that this gem is installed and ready
155
155
 
156
156
  #### Add the Sceptre hook
157
157
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3SamSceptre
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
@@ -71,7 +71,7 @@ module Uc3SamSceptre
71
71
  "--confirm-changeset #{!@auto}",
72
72
  '--capabilities CAPABILITY_NAMED_IAM',
73
73
  '--disable-rollback false',
74
- "--tags #{_sam_tags(admin_email: _locate_value(key: @admin_email_key)}",
74
+ "--tags #{_sam_tags(admin_email: _locate_value(key: @admin_email_key))}",
75
75
  "--parameter-overrides #{_build_deploy_overrides}"
76
76
  ]
77
77
  # Add the S3 or ECR details depending on what we're working with
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-sam-sceptre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley