webpacker-jets 3.2.100 → 3.2.101
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +9 -2
- data/lib/install/template.rb +1 -1
- data/lib/webpacker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5e670d90d1c40a15cbb0fb21d7e8532c61977c750ddd77cd4500f9dab8eb6d8
|
4
|
+
data.tar.gz: 5fb23d168bc30c9b4c0be9d42a6d015a77eeef95970e13264e0d23c7f60f5a62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fba13d750d510428f516cef7da4736d461b35de5f4469ea0f822c8264ba7dcd70a1bc15af420399165f0124723aa223292ddbcc4aab7a9b7aa26d0595a059c18
|
7
|
+
data.tar.gz: eafd4cab4ea8dd0d3549358ae0463e8d94d680bf51abb3bea3c2aaef9c8d9d0fb1e96ed50b49af1aaf440c625b31787e21302bf52123476df2ac516dd3231cc3
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,15 @@
|
|
1
1
|
# Webpacker
|
2
2
|
|
3
|
-
|
3
|
+
## Version Numbering Scheme
|
4
4
|
|
5
|
-
|
5
|
+
Since this project is a fork of the rails/webpacker project. We try to **loosely** follow it's version numbering. However, we cannot use the same exact git tag because git tags are globally unique. As a workaround, we'll add at least 100 to the patch version number. Example:
|
6
|
+
|
7
|
+
Gem Name | Version Number
|
8
|
+
--- | ---
|
9
|
+
webpacker | 3.2.0
|
10
|
+
webpacker-jets | 3.2.100
|
11
|
+
|
12
|
+
Note, sometimes it's not exactly 100 as there are sometimes additional fixes on the jets fork side only.
|
6
13
|
|
7
14
|
## Release
|
8
15
|
|
data/lib/install/template.rb
CHANGED
data/lib/webpacker/version.rb
CHANGED