cloudformation-tool 0.9.0.1 → 0.9.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e948781a997b22548ec5adf8ff16d7eb0bbc3db
|
|
4
|
+
data.tar.gz: dfef8541f9c310b4a69b064ee7206b3827e6d0be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2e5f5a9026d6fc920c232b0fad618beb951c5b79d8e1507b715ea690fb7c9597e25e6ec1361c19b706ae78203cd5ee411a6c445e7841c2cbe7a0371f354d44a
|
|
7
|
+
data.tar.gz: 2ab9fb5203d7fa729a70640c215dc0db4721e61b2a8b9ba7010a1390425893e87c1d30c3bedb22168ae20543968ded5001b42b561f47151e5d07b7978323eefe
|
|
@@ -50,7 +50,7 @@ module CloudFormationTool
|
|
|
50
50
|
def fixShorthand(text)
|
|
51
51
|
text.gsub(/(?:(\s*)([^![:space:]]+))?(\s+)!(\w+)/) do |match|
|
|
52
52
|
case $4
|
|
53
|
-
when *%w(Base64 FindInMap GetAtt GetAZs ImportValue Join Select Sub
|
|
53
|
+
when *%w(Base64 FindInMap GetAtt GetAZs ImportValue Join Select Sub Split
|
|
54
54
|
And Equals If Not Or)
|
|
55
55
|
($2.nil? ? "" : "#{$1}#{$2}\n#{$1} ") + "#{$3}\"Fn::#{$4}\":"
|
|
56
56
|
when 'Ref'
|