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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3274b2370b044eee18344353bac664ff2cc832e
4
- data.tar.gz: e55680d31b2cef03f98ed25ae17e6c7ce8c24ca6
3
+ metadata.gz: 4b941a1757b8d7d073fd7374ac33fc4514052d04
4
+ data.tar.gz: b9ca8a84c09a05e2a85c827a28a3f646f4183b18
5
5
  SHA512:
6
- metadata.gz: 0c303d677cc846697aaa85e352e38f88eef20d029eee3e481e27304648ec021609a5e5110fce700e56a4daeaa485e0e6a644d6d0a08042df4d161be7ce9a93b3
7
- data.tar.gz: a95636b5b928afb2525733fa7fc533726d271c9191df63c09d7639c3f036586a1b5bcb1c5ab5da8b99cac75d9f67a70a15164da2c082614632bead6a780ba3d4
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
@@ -1,3 +1,3 @@
1
1
  module CloudFormer
2
- VERSION = '0.1.9'
2
+ VERSION = '0.1.10'
3
3
  end
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.9
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-16 00:00:00.000000000 Z
11
+ date: 2014-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport