convection 2.1.0 → 2.1.1

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: cb2010f68c26e062f363f9f6cd23d81116289bcc
4
- data.tar.gz: fa8a0b5abd46850ea5039a2a66455bc3a737dc88
3
+ metadata.gz: 02061f0e91085ee63ba5222db6991c4eba1a446e
4
+ data.tar.gz: c4f5a62d21357e404e7fd4e2ec287f38af0e2e38
5
5
  SHA512:
6
- metadata.gz: 47c4470be626ca85d8f01fc36bd37cdfecfb7d61ac06f75ef84e28d85ca134338822078ac5db164951ea3a023cdcabe8dcff9c2a4524894b517055f1e157187b
7
- data.tar.gz: bcc187ba6881d9037a1f56f5afebfbbc982a2573a14f7142a4170ac689048870def3d8ccd7aee6e1ed09bd80344580c94dbbc46cc94bde1ea671562baa5eef0c
6
+ metadata.gz: 669379f7312d53a65a6cd02294b9f786028a2bfabd31c8a2fa19476da0e6f7af697630bf23eb76622a833d2e6c20ae072f7c1191b5eafa2877e736e4781bd490
7
+ data.tar.gz: 0cc22c3896003722f701ac226d4e60254313f73e9cae8c0dfc9d28c9a74997ce1c68f9de107bbea8028bbef1e503b540eac68710c3c3ce810054c7efea5835b9
@@ -9,6 +9,7 @@ module Convection
9
9
  class CloudFrontViewerCertificate < ResourceProperty
10
10
  property :use_default, 'CloudFrontDefaultCertificate'
11
11
  property :iam_certificate, 'IamCertificateId'
12
+ property :acm_certificate_arn, 'AcmCertificateArn'
12
13
  property :minimum_protocol_version, 'MinimumProtocolVersion'
13
14
  property :ssl_support_method, 'SslSupportMethod'
14
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convection
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Manero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-02 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk