cloudformation-tool 0.4.0 → 0.4.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: ea4d03ffcb514c887abcec0c712afed72c743f76
4
- data.tar.gz: 0b1a375be3b6e62989f15145b2c483ece932427d
3
+ metadata.gz: d20f67bcc37c49351026eb98cef017457edc1f32
4
+ data.tar.gz: 38ff68d4a7bb51911051098d13540b5549093629
5
5
  SHA512:
6
- metadata.gz: 46dba8a5f1b5754ed7e4a19022a88153cc370a556b17c260142c3f4e59d0cea847f682e555f764a549bfc2566538edc6c638f4a7cf964bac51f0b1060f6c506d
7
- data.tar.gz: 376779ced42644adc13227d5532f450e4b9cf7c42b2a12bdd99d86eea565e43824cedda316bfdc0ec500b1ba3b57e37244cfc00e1d19248d78d42f067f36abce
6
+ metadata.gz: 1ecb42453c9cd9152c221aa204d76d1286b57daae0fb969a5bda8cab794a32e34e1c1855f78c9b3f24b82d918ca0bc95dcb00cf179b10281b4a8780f500f3134
7
+ data.tar.gz: 5e35126a9b55dd57ad87378934cface4dcb24fc6877d8ff9f2bea8e8aa9962e7ea8f6e621259bc64a2002d4bd7e3685cb0d24896c4401c53a8e780bd113bf5fe
@@ -124,7 +124,7 @@ module CloudFormationTool
124
124
  end
125
125
  end
126
126
 
127
- def resolveVale(value)
127
+ def resolveVal(value)
128
128
  case value
129
129
  when Hash
130
130
  if value['Ref']
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oded Arbel