cfhighlander 0.7.0.alpha.1539554880 → 0.7.0.alpha.1542197749
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/util/cloudformation.util.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dde2e5e8d2339516ffc2f84fcfa9bb483e92963d7c4191a9abe63c33cb442a5b
|
4
|
+
data.tar.gz: a7ec96f5783cef4c1afb0ceefeeba982d88963a51cc1f02bfdb06e39d8292d11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38c47a7a96432b55608cdd752253e222b7517bff1542bdb80940684fc998357ca4d8db0c032a9633e9f2c67cb59619aa9a431757e67516f158301a50d9a6d3ad
|
7
|
+
data.tar.gz: d39d296cd5c8713506c658ff6a59aad85ec50fb27f47907b348ac40474a81ca093e150a92e762d7fe2077ba72dbe50ab246c50621729e4db3b20f43023a5b7d3
|
@@ -44,7 +44,7 @@ module Cfhighlander
|
|
44
44
|
model = component.cfn_model_raw
|
45
45
|
template.subcomponents.each do |sub_component|
|
46
46
|
next unless sub_component.inlined
|
47
|
-
model['Resources'].delete(sub_component.
|
47
|
+
model['Resources'].delete(sub_component.cfn_name)
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
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.7.0.alpha.
|
4
|
+
version: 0.7.0.alpha.1542197749
|
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: 2018-
|
13
|
+
date: 2018-11-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: highline
|
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
298
298
|
version: 1.3.1
|
299
299
|
requirements: []
|
300
300
|
rubyforge_project:
|
301
|
-
rubygems_version: 2.7.
|
301
|
+
rubygems_version: 2.7.8
|
302
302
|
signing_key:
|
303
303
|
specification_version: 4
|
304
304
|
summary: DSL on top of cfndsl. Manage libraries of cloudformation components
|