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 +4 -4
- data/CHANGELOG.md +3 -5
- data/lib/shakapacker/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29ddbd1208812fcd408ad972572976c01e8f0054bf77ce2a94dea8427ae5b43c
|
|
4
|
+
data.tar.gz: 8442839f7b882c54f5ab55b8fdff2ebcded5d2a162ac9afa6ff0ddac8e0405a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|
872
|
-
[v9.6.0
|
|
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
|
data/lib/shakapacker/version.rb
CHANGED
data/package.json
CHANGED
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
|
|
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
|
|
429
|
+
source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.6.0
|
|
430
430
|
rdoc_options: []
|
|
431
431
|
require_paths:
|
|
432
432
|
- lib
|