shakapacker 9.6.0.rc.2 → 9.6.0.rc.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8de376ed8bf26aa80f043c1b4f1edfe9fe14e76b8b5db9d4d4bdfc6fc1b0c62
4
- data.tar.gz: 84db935f44746cc5ec67a1e71018bab24d1a17c2be17a27a4d6d894e35e4e106
3
+ metadata.gz: 91b1289878084594d98a465df5f8f812104e8a7000353bd165b860f345c1ccb4
4
+ data.tar.gz: 59b22bae3c4857c27f9cabc1f58cfe82e308be64fc41234d19aaaf4f92e8a794
5
5
  SHA512:
6
- metadata.gz: c9b75f026df4c043286fe9d068651de5c67eecd2c34a6946a6d708498d6c9cd032db716805126eb280ef72ef828582391d0579f304d30ccf736fd6d0d3ea6456
7
- data.tar.gz: 5574ca0d5f1992980e8f2cb615c76fb0934201493d0994fcef5a6824040ba3eb6a01d4aae087fc2941b3fa52529eb6f6ec71e1b4230f9c44c6379d4b0fdb141e
6
+ metadata.gz: 001aa4d2ba27ec6c06cdedaf98188f1ac016e86ce1f6fe50a7c4fbc5da143ddf2cabb4a9993e8f46af8671fc16972584d36da0a195d448436031148eedb39384
7
+ data.tar.gz: 7a80efd99fd69b656ab822153244e8a652b4c5a64e88fe8a975abb0e093009a42b21982b5779594490f317023bc8157a705973fedaa70ccd678ef6d4a77ed9c1
data/.gitignore CHANGED
@@ -20,6 +20,9 @@ yalc.lock
20
20
  # npm pack tarballs
21
21
  *.tgz
22
22
 
23
+ # Built gem files
24
+ *.gem
25
+
23
26
  # Config exporter output directory
24
27
  shakapacker-config-exports/
25
28
 
data/CHANGELOG.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  Changes since the last non-beta release.
13
13
 
14
- ## [v9.6.0-rc.2] - March 7, 2026
14
+ ## [v9.6.0-rc.3] - March 7, 2026
15
15
 
16
16
  ### Security
17
17
 
@@ -868,8 +868,8 @@ Note: [Rubygem is 6.3.0.pre.rc.1](https://rubygems.org/gems/shakapacker/versions
868
868
 
869
869
  See [CHANGELOG.md in rails/webpacker (up to v5.4.3)](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
870
870
 
871
- [Unreleased]: https://github.com/shakacode/shakapacker/compare/v9.6.0-rc.2...main
872
- [v9.6.0-rc.2]: https://github.com/shakacode/shakapacker/compare/v9.5.0...v9.6.0-rc.2
871
+ [Unreleased]: https://github.com/shakacode/shakapacker/compare/v9.6.0-rc.3...main
872
+ [v9.6.0-rc.3]: https://github.com/shakacode/shakapacker/compare/v9.5.0...v9.6.0-rc.3
873
873
  [v9.5.0]: https://github.com/shakacode/shakapacker/compare/v9.4.0...v9.5.0
874
874
  [v9.4.0]: https://github.com/shakacode/shakapacker/compare/v9.3.4...v9.4.0
875
875
  [v9.3.4]: https://github.com/shakacode/shakapacker/compare/v9.3.3...v9.3.4
@@ -1,4 +1,4 @@
1
1
  module Shakapacker
2
2
  # Change the version in package.json too, please!
3
- VERSION = "9.6.0.rc.2".freeze
3
+ VERSION = "9.6.0.rc.3".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shakapacker",
3
- "version": "9.6.0-rc.2",
3
+ "version": "9.6.0-rc.3",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "homepage": "https://github.com/shakacode/shakapacker",
6
6
  "bugs": {
data/shakapacker.gemspec CHANGED
@@ -29,7 +29,8 @@ Gem::Specification.new do |s|
29
29
  s.add_development_dependency "rubocop-performance"
30
30
 
31
31
  s.files = `git ls-files -z`.split("\x0").reject { |f|
32
- f.match(%r{^(test|spec|features|tmp|node_modules|packages|coverage|Gemfile.lock|rakelib)($|/)})
32
+ f.match(%r{^(test|spec|features|tmp|node_modules|packages|coverage|Gemfile.lock|rakelib)($|/)}) ||
33
+ f.end_with?(".gem")
33
34
  } + Dir.glob("sig/**/*.rbs")
34
35
 
35
36
  s.test_files = `git ls-files -- test/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shakapacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.6.0.rc.2
4
+ version: 9.6.0.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -426,7 +426,7 @@ homepage: https://github.com/shakacode/shakapacker
426
426
  licenses:
427
427
  - MIT
428
428
  metadata:
429
- source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.6.0-rc.2
429
+ source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.6.0-rc.3
430
430
  rdoc_options: []
431
431
  require_paths:
432
432
  - lib