shirobai-performance 2026.0709.0000 → 2026.0713.0000

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: 14db2ef6c53a828bdc439c90f4f00aaebd12e17671279a96a4d110d5cb2cd2f9
4
- data.tar.gz: 18532cf76d85c01323f89e96d1c4695b96dafb1ff6032b0e323ebd93f808eba0
3
+ metadata.gz: 8da924b6a0a2e9919066f06042190a66ecc0dccab34e85e52256352e785ce538
4
+ data.tar.gz: d1f0ec11799ec8eaaefaa33907593c8a4df88eeb6eba7d9eb4594226b31147f3
5
5
  SHA512:
6
- metadata.gz: c38254b43bf6d2621906b5ccfc41b5b8e3ca22b13f66a07fbd9547b7dd963f82d9c321ae566b263f7a3a100c89102a70c7a000a9af8cb42fa9fa6140e77c792e
7
- data.tar.gz: 83a6116f358a960b54790ece4de3cefa820e2f9b1ee4bc841b315d56eb33ff6a3276adcca524abac2b2d18ed49cae09509d6290684ff050db72795f9a44a943b
6
+ metadata.gz: 6930a1cc5545d0b09b5fe737668d7d35544d0ae92a119ffc30c5e7cb993a19ed5d71e9924cc91e386a84035082a69422bd888b96c06b29b7d31a74c87245e6af
7
+ data.tar.gz: c364d0dbbe54e91a43dc0be7932828a3e56c5bab5e62128bfbd2888baa9932d532a6af3d8e285044867adf0c7c71070a328ce825bcc610ac64524344d33528a6
@@ -4,6 +4,6 @@ module Shirobai
4
4
  module Performance
5
5
  # Locked to the shirobai core gem version (release train: both gems
6
6
  # ship together and the gemspec pins `shirobai` to this exact version).
7
- VERSION = "2026.0709.0000"
7
+ VERSION = "2026.0713.0000"
8
8
  end
9
9
  end
@@ -42,3 +42,10 @@ Shirobai::Dispatch.register_plugin_packer(:performance) do |config|
42
42
  start_with = Shirobai::Cop::Performance::StartWith.bundle_args(config)
43
43
  [[1, end_with[0], start_with[0]], [[detect[0]]]]
44
44
  end
45
+
46
+ # Re-run the autocorrect-incompatibility alignment now that this gem's stock
47
+ # department and wrappers are enlisted: the core run happened before they
48
+ # existed, so lists like `Rails/SafeNavigation -> Style::RedundantSelf` or
49
+ # `RSpec/AlignLeftLetBrace -> Layout::ExtraSpacing` still name dismissed
50
+ # stock classes until this call (see Shirobai::Inject).
51
+ Shirobai::Inject.align_autocorrect_incompatibilities!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shirobai-performance
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.0709.0000
4
+ version: 2026.0713.0000
5
5
  platform: ruby
6
6
  authors:
7
7
  - fusagiko / takayamaki
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 2026.0709.0000
18
+ version: 2026.0713.0000
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 2026.0709.0000
25
+ version: 2026.0713.0000
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rubocop-performance
28
28
  requirement: !ruby/object:Gem::Requirement