convection 2.2.24 → 2.2.25

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: 33c5cc1e3e997ce76be5aaaf5439e31c04f585cc
4
- data.tar.gz: e296791e6887c44c820c10f82cce6b65f68820cb
3
+ metadata.gz: 3d7be53b2aac1f8cf346df0402b55ace67b27c6f
4
+ data.tar.gz: '07998e62f2b7d742d3802e03299aecb054059507'
5
5
  SHA512:
6
- metadata.gz: 6a207f938830223d21aa69a2336abd46a264901ccb8cc8c7cf41e95711e8c7538b3f57a05da094dd8ea373b20cdac650d1031d6d4d53d9428fed6f879dae96af
7
- data.tar.gz: 83f36fffa68589191e7285575f3627efb5e0ac2f50d8b4907d89db2c11fa0b107e0e9c95694c9fa133d0af344611829d1c6812d4d855c93587e006f08a7bc5ba
6
+ metadata.gz: fc71906db82d960825b417c33795ed61d56bcf92c067266d05c7eecac1581441b980706fb9887174aa6137acd9da0f0b0dfd431b7727cf2f78a2dbe58c3e4779
7
+ data.tar.gz: 1ea90d2195e2fe15cc42ac0a1bbdd15091ab55ea1837e503727220d7468264fc6f77fccc36b820e52c6db58907a5e16f14d237644f00108284e8f5b1498993d1
@@ -56,7 +56,7 @@ module Convection
56
56
  property :snapshot_identifier, 'SnapshotIdentifier'
57
57
  property :storage_encrypted, 'StorageEncrypted'
58
58
 
59
- property :vpc_security_group, 'VPCSecurityGroupIds', :type => :list
59
+ property :vpc_security_group, 'VpcSecurityGroupIds', :type => :list
60
60
 
61
61
  def render(*args)
62
62
  super.tap do |resource|
@@ -95,8 +95,8 @@ class Convection::Model::Template::Resource
95
95
  expect(subject['DBSubnetGroupName']).to eq('subnet_group')
96
96
  end
97
97
 
98
- it 'sets the VPCSecurityGroupIds' do
99
- expect(subject['VPCSecurityGroupIds']).to match_array(['test-security-group-1', 'test-security-group-2'])
98
+ it 'sets the VpcSecurityGroupIds' do
99
+ expect(subject['VpcSecurityGroupIds']).to match_array(['test-security-group-1', 'test-security-group-2'])
100
100
  end
101
101
 
102
102
  it 'sets the ReplicationSourceIdentifier' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convection
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.24
4
+ version: 2.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Manero