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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bba74bedf0fdd79363526be7bedd09df55a3b98003ed8904881e6ca3b9531941
4
- data.tar.gz: 0c8a3a3408168405f2af060e7e4cf8a59c935c36a38c40ec2a3b1b50fa656a31
3
+ metadata.gz: e5e670d90d1c40a15cbb0fb21d7e8532c61977c750ddd77cd4500f9dab8eb6d8
4
+ data.tar.gz: 5fb23d168bc30c9b4c0be9d42a6d015a77eeef95970e13264e0d23c7f60f5a62
5
5
  SHA512:
6
- metadata.gz: 337b284305fd2a4ca5020aa5cf463954bc0ceec2a287b614cdc8a34ef2700a23b5e94cf81894fb032c7c90f43b0ab55fe5d497e597a6d11203b7c45965d6b6e9
7
- data.tar.gz: 128c98bd3117cb03bb8a3ffbbde5e10669bace9147c92d54e228a45e9371f02c0274cea052e433d7d95906376948e179b9c65640a164582a86e1146cb8c79851
6
+ metadata.gz: fba13d750d510428f516cef7da4736d461b35de5f4469ea0f822c8264ba7dcd70a1bc15af420399165f0124723aa223292ddbcc4aab7a9b7aa26d0595a059c18
7
+ data.tar.gz: eafd4cab4ea8dd0d3549358ae0463e8d94d680bf51abb3bea3c2aaef9c8d9d0fb1e96ed50b49af1aaf440c625b31787e21302bf52123476df2ac516dd3231cc3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webpacker-jets (3.2.100)
4
+ webpacker-jets (3.2.101)
5
5
  activesupport (>= 4.2)
6
6
  rack-proxy (>= 0.6.1)
7
7
  railties (>= 4.2)
data/README.md CHANGED
@@ -1,8 +1,15 @@
1
1
  # Webpacker
2
2
 
3
- NOTE: This is a fork of [rails/webpacker](https://github.com/rails/webpacker) to work with [jets](http://rubyonjets.com/). The master branch tries to mirror the upstream repo and jets changes are actually in the [tongueroo/webpacker jets branch](https://github.com/tongueroo/webpacker/tree/jets).
3
+ ## Version Numbering Scheme
4
4
 
5
- In that branch the gem is also renamed and released as webpacker-jets.
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
 
@@ -18,7 +18,7 @@ unless defined?(Jets)
18
18
  end
19
19
 
20
20
  say "Installing binstubs"
21
- run "bundle binstubs webpacker"
21
+ run "bundle binstubs webpacker-jets"
22
22
 
23
23
  if File.exists?(".gitignore")
24
24
  append_to_file ".gitignore", <<-EOS
@@ -5,5 +5,5 @@ module Webpacker
5
5
  # Example:
6
6
  # webpacker-jets 3.2.100 # added 100 to the patch version
7
7
  # webpacker 3.2.0 # original
8
- VERSION = "3.2.100".freeze
8
+ VERSION = "3.2.101".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpacker-jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.100
4
+ version: 3.2.101
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen