jetpacker 0.4.1 → 0.4.2
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.jetpacker.md +3 -0
- data/lib/jetpacker/version.rb +1 -1
- data/lib/webpacker/turbine.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df1221ad81b92c23d011cf87e4c16d1525da1f24ebdd2e92b9c88c9029834352
|
|
4
|
+
data.tar.gz: e6c61fd899a868b081f65f2a46cecaa666d1e1a6ce4ac6f3c8a69a1562a51be2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0ed831b2814182aa956bb6514efeecf23bd0438999e5dbd080e5e2521864e34fa0620e011d49696066db8ba0d73460ee354e7fc10b219a583e80e7466b74091
|
|
7
|
+
data.tar.gz: cf2163df1d0f080341ecfe871cd220b495290309ec790d87bf9374bdf04353ed2510492fba3fbc8971f801155409d74db0e2b95a3dc40242a97c18b515e3248f
|
data/CHANGELOG.jetpacker.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [0.4.2]
|
|
7
|
+
- fix jets turbine
|
|
8
|
+
|
|
6
9
|
## [0.4.1]
|
|
7
10
|
- add app/assets to resolved paths by default
|
|
8
11
|
|
data/lib/jetpacker/version.rb
CHANGED
data/lib/webpacker/turbine.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jetpacker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -289,8 +289,8 @@ homepage: https://github.com/tongueroo/jetpacker
|
|
|
289
289
|
licenses:
|
|
290
290
|
- MIT
|
|
291
291
|
metadata:
|
|
292
|
-
source_code_uri: https://github.com/tongueroo/jetpacker/tree/v0.4.
|
|
293
|
-
changelog_uri: https://github.com/tongueroo/jetpacker/blob/v0.4.
|
|
292
|
+
source_code_uri: https://github.com/tongueroo/jetpacker/tree/v0.4.2
|
|
293
|
+
changelog_uri: https://github.com/tongueroo/jetpacker/blob/v0.4.2/CHANGELOG.md
|
|
294
294
|
post_install_message:
|
|
295
295
|
rdoc_options: []
|
|
296
296
|
require_paths:
|