cloud_former 0.2.2 → 0.2.3

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: a4c8a68c6dbba764ed9592811f60b64d56937cd4
4
- data.tar.gz: 809444c414974df80dc820771cf583a3233b4b22
3
+ metadata.gz: d9f88684f64ca1234d1593891245b28a2a660413
4
+ data.tar.gz: e1dc0ea51285a8d0d02dd73f4c6f7a054eac914c
5
5
  SHA512:
6
- metadata.gz: fb87d449d9242617c4d6622697243e2be3d66dc07636ad54528d897a98e271cb8a7aaee1f65d2628a31f74bdd27003a38f81f50894ce347ef10c4afc8954f912
7
- data.tar.gz: fbb0e683f728e49d9b4c2af7e22bec64b81e298dad455fb6c3e5060a81a30047cdb09f6371125d16012db49b201a61190219a45422a8ecfda6a7b1e69ff89f5b
6
+ metadata.gz: 1d16e75ce0f9290567a3b2944db9c5783245c9a1d0739aebf930e4e49731edf9598870418c118b30bd00f5f1af9071324b89bc8cef2c8b01ba76f7be73d27e12
7
+ data.tar.gz: c78cd39e9fb0cbd28b2d0a7215193a5359ce6a9ac4621483066521d1ab9c9e2561e3547d3619ca15937601b6bc4f1da370739c927a68bdfc86ad5982d387f2b6
@@ -11,7 +11,7 @@ module CloudFormer
11
11
  attr_reader :metadata_items
12
12
 
13
13
  aws_attribute :depends_on, type: String
14
- aws_attribute :deletion_policy, type: String
14
+ aws_attribute :deletion_policy, list: true, type: String
15
15
 
16
16
  def initialize(name, &block)
17
17
  @name = name
@@ -1,3 +1,3 @@
1
1
  module CloudFormer
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
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.2.2
4
+ version: 0.2.3
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-08-08 00:00:00.000000000 Z
11
+ date: 2014-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport