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 +4 -4
- data/lib/shirobai/rspec/version.rb +1 -1
- data/lib/shirobai-rspec.rb +7 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a279d159ca4916f3a6374ec7a3e4e0ac6dfb2d424e5e649ec4161434b31db187
|
|
4
|
+
data.tar.gz: eae7d2cf277683bd702b85bcf8726362a827f3e9361e685511886380abea3ec3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 732e58bc7aa2b0cd94c7e323fb6b90c7b85a6b6ec53ed9104d35a8060dbba2a18c14c1963c3220ec6270ecdf0ff6e7bfa8f4e7e027708fd1da1be106e7d67289
|
|
7
|
+
data.tar.gz: a5208019d9ea1476d6fcbefc1ac1ef930bec7122710fcfce256240df7f38450aa69111b86acd07c5fd0bf4e9b64e183a34d42ee3bb78de6733a41c04c8e666fa
|
data/lib/shirobai-rspec.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
25
|
+
version: 2026.0713.0000
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: rubocop-rspec
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|