cloud_former 0.2.3 → 0.2.4

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: d9f88684f64ca1234d1593891245b28a2a660413
4
- data.tar.gz: e1dc0ea51285a8d0d02dd73f4c6f7a054eac914c
3
+ metadata.gz: 1fe0f677aaf78657f09160fe28da125a2135290c
4
+ data.tar.gz: 1293f04022ff5da19c48d672d25f40b1fa6150b8
5
5
  SHA512:
6
- metadata.gz: 1d16e75ce0f9290567a3b2944db9c5783245c9a1d0739aebf930e4e49731edf9598870418c118b30bd00f5f1af9071324b89bc8cef2c8b01ba76f7be73d27e12
7
- data.tar.gz: c78cd39e9fb0cbd28b2d0a7215193a5359ce6a9ac4621483066521d1ab9c9e2561e3547d3619ca15937601b6bc4f1da370739c927a68bdfc86ad5982d387f2b6
6
+ metadata.gz: af6a2e89fbcaeb5595e9a67e3f6d8a4c5e0a01acf15c342acec93caf03b1fe5db1e1544ca8acce2545b894a0aa79bc56f3ca9ad29db9d6c92f10d3141a8fd847
7
+ data.tar.gz: 27287707af4ea3630a6547e777b99d77440db0c24acdc42675794a679712a907ca67ff28398a21d0f25f45d09f923d2a0f5f85eb83f6260c18f1ffd85e38c6c1
@@ -10,8 +10,8 @@ module CloudFormer
10
10
  attr_reader :aws_type
11
11
  attr_reader :metadata_items
12
12
 
13
- aws_attribute :depends_on, type: String
14
- aws_attribute :deletion_policy, list: true, type: String
13
+ aws_attribute :depends_on, list: true, type: String
14
+ aws_attribute :deletion_policy, 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.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_former
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aubrey Holland