rubocop-capybara 2.22.0 → 2.22.1
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 +5 -0
- data/lib/rubocop/capybara/version.rb +1 -1
- data/lib/rubocop-capybara.rb +1 -0
- 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: ad193ece2721896d4cb226a3c9de94552e09a2c522f73c178869371649ff32e1
|
4
|
+
data.tar.gz: 1fefe61d2408bbe3767d8e220198c461cffbc73d9c4dba6a6ae65ccac0f54d5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c59e247dac850cc730bf1e7d0f0b090622f75411c9eabd25f7ad6bb553651227021c0c39b3ec490239254353cb992f190c0ab9ad6dfa5b119f155186c7199b3
|
7
|
+
data.tar.gz: c2b6063f6a2c3e603fe27ac11546d14bb21b96a24f1a18e01ea117370d882edb03c621259e4d41179788b1d77eb2288c5d7109c5ef13e1ef28d065a01a6ae136
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
## Edge (Unreleased)
|
4
4
|
|
5
|
+
## 2.22.1 (2025-03-12)
|
6
|
+
|
7
|
+
- Fix incorrect plugin version. ([@koic])
|
8
|
+
|
5
9
|
## 2.22.0 (2025-03-10)
|
6
10
|
|
7
11
|
- Add `Capybara/AmbiguousClick` cop and make soft-deprecated `Capybara/ClickLinkOrButtonStyle` cop. If you want to use `EnforcedStyle: strict`, use `Capybara/AmbiguousClick` cop instead. ([@ydah])
|
@@ -84,6 +88,7 @@
|
|
84
88
|
[@bquorning]: https://github.com/bquorning
|
85
89
|
[@darhazer]: https://github.com/Darhazer
|
86
90
|
[@earlopain]: https://github.com/earlopain
|
91
|
+
[@koic]: https://github.com/koic
|
87
92
|
[@onumis]: https://github.com/onumis
|
88
93
|
[@oskarsezerins]: https://github.com/OskarsEzerins
|
89
94
|
[@pirj]: https://github.com/pirj
|
data/lib/rubocop-capybara.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.22.
|
4
|
+
version: 2.22.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yudai Takada
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: lint_roller
|