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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03bbb0abff1aee334bbe60b255688a098b5713f6f7d675de12ede6298c6ddb87
4
- data.tar.gz: 78faf4416bd058d5ba3442a20ffd5ac34f7f406c6e1fe5eb5fcb64ef39b61aab
3
+ metadata.gz: ad193ece2721896d4cb226a3c9de94552e09a2c522f73c178869371649ff32e1
4
+ data.tar.gz: 1fefe61d2408bbe3767d8e220198c461cffbc73d9c4dba6a6ae65ccac0f54d5c
5
5
  SHA512:
6
- metadata.gz: 29bede0e47aba00c65533df9696d675927830b50f954f3ec3ca6f7417bb036057c3089cdd986cad0327bcc73081226991acb265e8c99d6d915d5b2fdc5942ae5
7
- data.tar.gz: bda139c9e52f5dbbac07d95304baeca8186ce23ec2cb2f9099fab7af4d2488f586026232560480eacd2fa502502a3c15742df2e0a94f57a5f548cd81c1502a65
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
@@ -4,7 +4,7 @@ module RuboCop
4
4
  module Capybara
5
5
  # Version information for the Capybara RuboCop plugin.
6
6
  module Version
7
- STRING = '2.22.0'
7
+ STRING = '2.22.1'
8
8
  end
9
9
  end
10
10
  end
@@ -6,6 +6,7 @@ require 'yaml'
6
6
  require 'rubocop'
7
7
 
8
8
  require_relative 'rubocop/capybara/plugin'
9
+ require_relative 'rubocop/capybara/version'
9
10
 
10
11
  require_relative 'rubocop/cop/capybara/mixin/capybara_help'
11
12
  require_relative 'rubocop/cop/capybara/mixin/css_attributes_parser'
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.0
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 00:00:00.000000000 Z
10
+ date: 2025-03-12 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: lint_roller