lucid-cumulus 0.11.11 → 0.11.13

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
  SHA256:
3
- metadata.gz: ee281f018339d55e7248ffaebe5578389a90626fdb6e38c6ec862badaec3b03f
4
- data.tar.gz: 451dd3738640c6b3d7311943b88abf0d92295ce3763c6a2d0da233768d6f7fce
3
+ metadata.gz: c649e221a9a55e7a1275e21747366a2217301ac609dedfb2e954a16fb1b5a1e6
4
+ data.tar.gz: 38bc146d6d1d757bc0155e7aa381e29c17e56d1d6ec168e6783251f04ddc5f51
5
5
  SHA512:
6
- metadata.gz: 377090adeebc64d2d946813036c823cc1bde41dd0b7bb66d7144b905f6467d0602aa809ca8135163355c247a33e27f0c93f6c12cf86668e2ecdc404940346b4a
7
- data.tar.gz: 2c500618e3dd99a2be26efdaef6ebd65d895ee9db265368980578e1a16eebeefdc7f7fc6882382a244094c67e1098c8515bcdcc290624d7183e0815b92d89765
6
+ metadata.gz: e8b582222f32d953e3dd6c2e3afe97b649e5295f966bae80350e9fb80b5a3c29674869a5ed099b67bd9e608ea478c5dce8e1cb84748de667d299bc058bc996d4
7
+ data.tar.gz: 490f1b06d7920da8c05061a147014526c30b805f75b1b4ee6f99107490bf2c2f31828dad70f3e5f92ce3932d778654c11a7e1b17a7e455b23d9de13497d8b47b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lucid-cumulus (0.11.11)
4
+ lucid-cumulus (0.11.13)
5
5
  aws-sdk (~> 3.0)
6
6
  deepsort (~> 0.1)
7
7
  parse-cron (~> 0.1.4)
@@ -111,7 +111,7 @@ GEM
111
111
  aws-sdk-configservice (1.5.0)
112
112
  aws-sdk-core (~> 3)
113
113
  aws-sigv4 (~> 1.0)
114
- aws-sdk-core (3.13.0)
114
+ aws-sdk-core (3.13.1)
115
115
  aws-partitions (~> 1.0)
116
116
  aws-sigv4 (~> 1.0)
117
117
  jmespath (~> 1.0)
@@ -163,10 +163,10 @@ GEM
163
163
  aws-sdk-elasticbeanstalk (1.3.0)
164
164
  aws-sdk-core (~> 3)
165
165
  aws-sigv4 (~> 1.0)
166
- aws-sdk-elasticloadbalancing (1.1.0)
166
+ aws-sdk-elasticloadbalancing (1.2.0)
167
167
  aws-sdk-core (~> 3)
168
168
  aws-sigv4 (~> 1.0)
169
- aws-sdk-elasticloadbalancingv2 (1.6.0)
169
+ aws-sdk-elasticloadbalancingv2 (1.7.0)
170
170
  aws-sdk-core (~> 3)
171
171
  aws-sigv4 (~> 1.0)
172
172
  aws-sdk-elasticsearchservice (1.3.0)
@@ -187,7 +187,7 @@ GEM
187
187
  aws-sdk-glacier (1.5.0)
188
188
  aws-sdk-core (~> 3)
189
189
  aws-sigv4 (~> 1.0)
190
- aws-sdk-glue (1.2.0)
190
+ aws-sdk-glue (1.3.0)
191
191
  aws-sdk-core (~> 3)
192
192
  aws-sigv4 (~> 1.0)
193
193
  aws-sdk-greengrass (1.2.0)
@@ -232,7 +232,7 @@ GEM
232
232
  aws-sdk-kinesisvideomedia (1.0.0)
233
233
  aws-sdk-core (~> 3)
234
234
  aws-sigv4 (~> 1.0)
235
- aws-sdk-kms (1.3.0)
235
+ aws-sdk-kms (1.4.0)
236
236
  aws-sdk-core (~> 3)
237
237
  aws-sigv4 (~> 1.0)
238
238
  aws-sdk-lambda (1.2.0)
@@ -307,7 +307,7 @@ GEM
307
307
  aws-sdk-pricing (1.0.0)
308
308
  aws-sdk-core (~> 3)
309
309
  aws-sigv4 (~> 1.0)
310
- aws-sdk-rds (1.9.0)
310
+ aws-sdk-rds (1.10.0)
311
311
  aws-sdk-core (~> 3)
312
312
  aws-sigv4 (~> 1.0)
313
313
  aws-sdk-redshift (1.1.0)
@@ -34,7 +34,7 @@ module Cumulus
34
34
  end
35
35
 
36
36
  if self.origin_ssl_protocols
37
- ssl_protocol_diffs = self.origin_ssl_protocols.diff(aws.origin_ssl_protocols)
37
+ ssl_protocol_diffs = self.origin_ssl_protocols.diff(aws && aws.origin_ssl_protocols)
38
38
  else
39
39
  if aws.origin_ssl_protocols && aws.origin_protocol_policy != "http-only"
40
40
  ssl_protocol_diffs = OriginSslProtocols.new([]).diff(aws.origin_ssl_protocols)
@@ -4,7 +4,7 @@ require "bundler"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "lucid-cumulus"
7
- s.version = "0.11.11"
7
+ s.version = "0.11.13"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Keilan Jackson", "Mark Siebert"]
10
10
  s.email = "cumulus@lucidchart.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid-cumulus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.11
4
+ version: 0.11.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keilan Jackson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-09 00:00:00.000000000 Z
12
+ date: 2018-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk