jets 1.9.6 → 1.9.7
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/application.rb +1 -0
- data/lib/jets/version.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: 4b6e7b6b9b9d45a93c29db948c614b8b7a3d3b165b77ee9840a758e335ae3702
|
4
|
+
data.tar.gz: 6e80e53b5e966f5b8cb0d55887f33c796d24b1f808ed6f23ac7c45f054bccdb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2054ef9e8261cdd1348b1135659cbb19ea3f2b4af55025dd8c64f6db5d7be9a67432c4f4efaa6f7171ece9dfd7ecf9050f265a556ae50b0789d54c360d75cfb
|
7
|
+
data.tar.gz: f327acc8bd139f3b1eb3d6c43a5a7fd55d56e6202fa7ac158aa4425eef55f0f85f6fda2ca398f249b9b7ba3910c362dfa6c0310821002ed3b1db97309c05b716
|
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.9.7]
|
7
|
+
- #271 fix deploy for job mode with no config/routes.rb file
|
8
|
+
|
6
9
|
## [1.9.6]
|
7
10
|
- #268 Fix starter crud.js due to core-js module
|
8
11
|
- #269 Bundler.setup to fix namespace autovivification
|
data/lib/jets/application.rb
CHANGED
data/lib/jets/version.rb
CHANGED
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.9.
|
4
|
+
version: 1.9.7
|
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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionmailer
|