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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/jets/version.rb +1 -1
- data/vendor/jets-gems/lib/jets/gems/check.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e53a13510e76193e0f4b17aa1d61e6b7bdd81b89d1a23d379ab07447fc7cd88
|
|
4
|
+
data.tar.gz: 22cf54af01c7f4f2c20b72f2eda78094f479209d39cf7939bb9dcf3d600a633d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0f5d9d5566f4f1065a8615ac2fa5bf04c47909db3c18940cc68e4c2856616c2ea95a8707952a9e8e98e6c43454e42f727ba8a8c048df11b403e2de6a1c41ea9
|
|
7
|
+
data.tar.gz: 3c3ce163ccc81e749c0955f33652d1ed7640b626364f82a98033e484650c56296c5853998863e5e59b40d93f99e0fc7d1b946e095d1b53fe770f022bf2353a81
|
data/CHANGELOG.md
CHANGED
data/lib/jets/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2019-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionmailer
|