cloud_former 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cloud_former/template.rb +2 -0
- data/lib/cloud_former/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b941a1757b8d7d073fd7374ac33fc4514052d04
|
4
|
+
data.tar.gz: b9ca8a84c09a05e2a85c827a28a3f646f4183b18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13c1a10b00f8b7cb3553fd925f3cacc91aa6df087b92d13df1d630f91f659736df4c51e7c1f63e6bfa561e539fdb3833ad8ab6100284c0c96decff371d6e795e
|
7
|
+
data.tar.gz: 0e45ff11c6c9036658578f8483624bd7be53041c03383d031ce06cfe0590be7967f786a9cbbb4c5c92c77166698685c0317c014eaf6b00e00720ae311dcc0fb3
|
@@ -43,6 +43,8 @@ module CloudFormer
|
|
43
43
|
@outputs.each do |output|
|
44
44
|
if (output[1].is_a?(Resource) || output[1].is_a?(Parameter))
|
45
45
|
output_res[output[0]] = { 'Value' => { 'Ref' => output[1].name } }
|
46
|
+
elsif output[1].is_a?(Function)
|
47
|
+
output_res[output[0]] = { 'Value' => output[1].dump_json }
|
46
48
|
else
|
47
49
|
output_res[output[0]] = { 'Value' => output[1] }
|
48
50
|
end
|
data/lib/cloud_former/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloud_former
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aubrey Holland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|