shakapacker 9.6.0.rc.3 → 9.6.0

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: 91b1289878084594d98a465df5f8f812104e8a7000353bd165b860f345c1ccb4
4
- data.tar.gz: 59b22bae3c4857c27f9cabc1f58cfe82e308be64fc41234d19aaaf4f92e8a794
3
+ metadata.gz: 29ddbd1208812fcd408ad972572976c01e8f0054bf77ce2a94dea8427ae5b43c
4
+ data.tar.gz: 8442839f7b882c54f5ab55b8fdff2ebcded5d2a162ac9afa6ff0ddac8e0405a0
5
5
  SHA512:
6
- metadata.gz: 001aa4d2ba27ec6c06cdedaf98188f1ac016e86ce1f6fe50a7c4fbc5da143ddf2cabb4a9993e8f46af8671fc16972584d36da0a195d448436031148eedb39384
7
- data.tar.gz: 7a80efd99fd69b656ab822153244e8a652b4c5a64e88fe8a975abb0e093009a42b21982b5779594490f317023bc8157a705973fedaa70ccd678ef6d4a77ed9c1
6
+ metadata.gz: 125a9aa76ca650ae26419fcafd57030110cf580d59cd160027f9d8260aa9bad422acf5781a9276e4ac3cf63a1940948f37ca29af3cbe645cbdfa09a7395adf90
7
+ data.tar.gz: '0160691ce913ee23585e136a17061681e7aab3af08a39b96e97542444e311d86807de7d2385ed1d51590e7a58aef2c936c34cb342f95db15fdd0e3c18579f246'
data/CHANGELOG.md CHANGED
@@ -9,9 +9,7 @@
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
- Changes since the last non-beta release.
13
-
14
- ## [v9.6.0-rc.3] - March 7, 2026
12
+ ## [v9.6.0] - March 7, 2026
15
13
 
16
14
  ### Security
17
15
 
@@ -868,8 +866,8 @@ Note: [Rubygem is 6.3.0.pre.rc.1](https://rubygems.org/gems/shakapacker/versions
868
866
 
869
867
  See [CHANGELOG.md in rails/webpacker (up to v5.4.3)](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
870
868
 
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
869
+ [Unreleased]: https://github.com/shakacode/shakapacker/compare/v9.6.0...main
870
+ [v9.6.0]: https://github.com/shakacode/shakapacker/compare/v9.5.0...v9.6.0
873
871
  [v9.5.0]: https://github.com/shakacode/shakapacker/compare/v9.4.0...v9.5.0
874
872
  [v9.4.0]: https://github.com/shakacode/shakapacker/compare/v9.3.4...v9.4.0
875
873
  [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.3".freeze
3
+ VERSION = "9.6.0".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shakapacker",
3
- "version": "9.6.0-rc.3",
3
+ "version": "9.6.0",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "homepage": "https://github.com/shakacode/shakapacker",
6
6
  "bugs": {
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.3
4
+ version: 9.6.0
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.3
429
+ source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.6.0
430
430
  rdoc_options: []
431
431
  require_paths:
432
432
  - lib