uc3-sam-sceptre 0.0.5 → 0.0.6

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: 0bcbd555e1d6fb8d83e3e157ca3856f5d4d6bbaa34cee3d6206b5ce772a45c19
4
- data.tar.gz: 2c88ac3b031e2698a5d262af687e459ff10c7c6af96d3cb3ab73d5bb538ec1d0
3
+ metadata.gz: 7e03b622a3e43e876825d8d6f6aa6f3ad596bcaaceab514404285c409630d4ac
4
+ data.tar.gz: 906a724eb85a5856802a62552824ace1cf2c242f445cb1680167cffd06d12036
5
5
  SHA512:
6
- metadata.gz: a14779034552e37dcac36636392347b5a3c4279694880e6ab110c6d0eca364f958ba0a9849daa6cb4e399f940d11c0cf0162e62a6b31b73115c1cce638a7088f
7
- data.tar.gz: 2f07359d9466b57aefb5b6993cf279c5974193f61914f60608ae98edd566d7d590894ed10cc1106e1ec5cebf82462db407325ad9e949e5249a02d28f9de7ff69
6
+ metadata.gz: 5db8398b1fbae1c78e8ecfc554e6de8cbb19c8a02c6659afc8df1d4ffb8410ac8bb85a525747f09a1413742479cd742521439d754f7eff609a90c855d68e64c7
7
+ data.tar.gz: df58714eef33bc4c1e1202b437bd961a18ba760b4a77cdfd3da968e250fe58d7af329d908dc8e8edc429da407a2c6f1253b93a48e14d86a75aa101049f7572ae
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3SamSceptre
4
- VERSION = '0.0.5'
4
+ VERSION = '0.0.6'
5
5
  end
@@ -107,7 +107,7 @@ module Uc3SamSceptre
107
107
  msg = "Unable to locate value for #{hash[:stack_export_name]}! Make sure you have exported it from the CF Stack."
108
108
  raise ProxyError, msg if val.nil?
109
109
 
110
- overrides << { _sam_param(key: hash.fetch(:template_param_name, hash[:stack_export_name]), value: val) }
110
+ overrides << _sam_param(key: hash.fetch(:template_param_name, hash[:stack_export_name]), value: val)
111
111
  end
112
112
 
113
113
  @static_cf_params.each do { |hash| overrides << _sam_param(key: hash[:template_param_name], value: hash[:value]) }
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley