shirobai-rspec 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: 7a73330fe18d5f58a09e051463f6072c5dd4fefc91600459640adc00d3cc5ce2
4
- data.tar.gz: dada93df314d81800637e9d14a93940d9cd67097d5671fe636d261c6515b9b4f
3
+ metadata.gz: a279d159ca4916f3a6374ec7a3e4e0ac6dfb2d424e5e649ec4161434b31db187
4
+ data.tar.gz: eae7d2cf277683bd702b85bcf8726362a827f3e9361e685511886380abea3ec3
5
5
  SHA512:
6
- metadata.gz: 1b9225390133b623be2a87797d411001de0a7cb415245ca0e1c5055b5d4b70aa9f1bd658d20030ce07698423a116a8b9014e5fdebf5131c61afb6bba0bbb74d5
7
- data.tar.gz: 54689cbadf3ac1cda17865f99c481a2e9223ca3c926fd7141f6821a7bf7c7b7f828c88736837ea8aa7e7deabde4c55134de87bff5a05c582e7e7454836cfbbea
6
+ metadata.gz: 732e58bc7aa2b0cd94c7e323fb6b90c7b85a6b6ec53ed9104d35a8060dbba2a18c14c1963c3220ec6270ecdf0ff6e7bfa8f4e7e027708fd1da1be106e7d67289
7
+ data.tar.gz: a5208019d9ea1476d6fcbefc1ac1ef930bec7122710fcfce256240df7f38450aa69111b86acd07c5fd0bf4e9b64e183a34d42ee3bb78de6733a41c04c8e666fa
@@ -4,6 +4,6 @@ module Shirobai
4
4
  module RSpec
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
@@ -173,3 +173,10 @@ Shirobai::Dispatch.register_plugin_packer(
173
173
  Shirobai::RSpec.relevant_file?(config, processed_source.file_path)
174
174
  end
175
175
  ) { |config| Shirobai::RSpec.segment(config) }
176
+
177
+ # Re-run the autocorrect-incompatibility alignment now that this gem's stock
178
+ # department and wrappers are enlisted: the core run happened before they
179
+ # existed, so lists like `Rails/SafeNavigation -> Style::RedundantSelf` or
180
+ # `RSpec/AlignLeftLetBrace -> Layout::ExtraSpacing` still name dismissed
181
+ # stock classes until this call (see Shirobai::Inject).
182
+ Shirobai::Inject.align_autocorrect_incompatibilities!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shirobai-rspec
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-rspec
28
28
  requirement: !ruby/object:Gem::Requirement