jets 1.8.13 → 1.8.14

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: 17d014ad7944c4dc88d523ef6532cb8d2f78060336956bb21611b4660e1876ec
4
- data.tar.gz: a5139114178444da44ffc4733686350e4aef5d7e4b6fde846a64aa3c3046bd74
3
+ metadata.gz: 3e53a13510e76193e0f4b17aa1d61e6b7bdd81b89d1a23d379ab07447fc7cd88
4
+ data.tar.gz: 22cf54af01c7f4f2c20b72f2eda78094f479209d39cf7939bb9dcf3d600a633d
5
5
  SHA512:
6
- metadata.gz: '0037294a33d28720e8b93e9ea344e8f6da0476ea0b284ad7031b41b524a6742f98d3d611f7ce17c3c014cfb034cc10fed3d9e4426f178b6989d746bd30fadf73'
7
- data.tar.gz: 28906c65ff8ec40ff9bc1e6201b67f480a268a965c1222f93fe17b958ab63ac88972f7ee3a0aa8d239335728d6adc52e965aa3827f52c6fac60bf0ad1fe15650
6
+ metadata.gz: b0f5d9d5566f4f1065a8615ac2fa5bf04c47909db3c18940cc68e4c2856616c2ea95a8707952a9e8e98e6c43454e42f727ba8a8c048df11b403e2de6a1c41ea9
7
+ data.tar.gz: 3c3ce163ccc81e749c0955f33652d1ed7640b626364f82a98033e484650c56296c5853998863e5e59b40d93f99e0fc7d1b946e095d1b53fe770f022bf2353a81
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## [1.8.14]
7
+ - update jets-gems
8
+
6
9
  ## [1.8.13]
7
10
  - s3_event: fix s3 bucket ensure_exists check
8
11
 
data/lib/jets/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jets
2
- VERSION = "1.8.13"
2
+ VERSION = "1.8.14"
3
3
  end
@@ -76,7 +76,7 @@ Your current lambdagems sources:
76
76
  Jets is unable to build a deployment package that will work on AWS Lambda without the required pre-compiled gems. To remedy this, you can:
77
77
 
78
78
  * Use another gem that does not require compilation.
79
- * Create your own custom layer with the gem: http://rubyonjets.com/docs/custom-lambda-layers/
79
+ * Create your own custom layer with the gem: http://rubyonjets.com/docs/extras/custom-lambda-layers/
80
80
  <% if agree.yes? -%>
81
81
  * No need to report this to us, as we've already been notified.
82
82
  <% elsif agree.no? -%>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.13
4
+ version: 1.8.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionmailer