cfhighlander 0.13.4 → 0.13.5

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: f2ef383460b3c5843bd3af1dd3e54fb9e3ba36636668b78acd27a1e6d7736f06
4
- data.tar.gz: '0291604c86e8b1695e8d9eccc36c32df08ab4d810bc44b5d6536720c47cea4f8'
3
+ metadata.gz: 6986d1aa375977e4d182ba9a6038147b293fb59f07ba38fb15e1eb4951eb88f8
4
+ data.tar.gz: 52436f4aa3fa6d1b37f30c52e6cefef4ec82cd984d05a18f1831c900de33cbe2
5
5
  SHA512:
6
- metadata.gz: a7f358fe0f1f480e147f7246c89633929e72244329d35f5893cdebbfbbe7e2e26030bfde637ab0e4e545a681df16fd4fe1989a9c200c78a31ea03b4485cf1c84
7
- data.tar.gz: 7046c8d2a9975cbac9e175ba832765be2555fe32498942a4257e707b099cf1701a3a0dab892c988f56af79167aae795b030b4a7a5473bfe8a1fad154c1214858
6
+ metadata.gz: d8a337c74e627de564dbcfc349de6761f1844b23303a6100d53d386fdedce26fda9615491a1c2e09119a32ac9a4323aebf2e9ba6746267e00a90927c76ae30a5
7
+ data.tar.gz: d3d22679b3d2961f83caac36cecb088edb642044aa99629948de9795b45baee173b2b14170c46e22665db8e7de02bb5d466927a608c94851ee261f268a4ca356
@@ -1,3 +1,3 @@
1
1
  module Cfhighlander
2
- VERSION="0.13.4".freeze
2
+ VERSION="0.13.5".freeze
3
3
  end
@@ -115,7 +115,7 @@ module Cfhighlander
115
115
  value = { "Fn::And" => [{"Condition" => sub_component.condition}, value]}
116
116
  end
117
117
  # Adds the condition to the inlined resource if it doesn't already have a condition
118
- if element_name == 'Resources'
118
+ if element_name == 'Resources' || element_name == 'Outputs'
119
119
  value['Condition'] = sub_component.condition unless value.has_key?('Condition')
120
120
  end
121
121
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfhighlander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.4
4
+ version: 0.13.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikola Tosic
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-04-19 00:00:00.000000000 Z
13
+ date: 2024-04-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: highline