standard-rspec 0.4.0 → 0.5.0

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: fface10ef20743484460ba0407176d622741ec178907604f46056a51aa5ba8ef
4
- data.tar.gz: 6c8fac9df19952d82f09782527b4f41e58c83594122a7b1f8644f3c9fc70d6f5
3
+ metadata.gz: 1b11d082229eddcceb2aaa86d971f54e7995787862f73430c85e374092d338f6
4
+ data.tar.gz: be54e1b2d0fcd5777317664c25264e6283e103604a50cc8b858f2f92906a0db6
5
5
  SHA512:
6
- metadata.gz: 20d4d89548caae226c54111c563cf2661f963e099b06e91927a4ca3d1f98582bfd1f03aa61207a1aed1f11238286c75282b171fd73e91842d9f9aec30e8b8eb7
7
- data.tar.gz: 16255bba858b73caf238fcf6abf23c08b26310989bd19063f52fd3857bc8e4ac5c48c64ca42bfcbb03aa3e5d0025dc857cfa2d68e7f37524f6712e54bcbda4d9
6
+ metadata.gz: b1410e25cf615be32bc3c28e1fd990352a74289b4b23209ef933498f010a55e4491140d747ddcfffbf4b7c4b9aef3547658e15b0ae865ca5b59ca859d89800fa
7
+ data.tar.gz: d5acb14b8046787186a87434ab4debf57d90aedeb8248f82b64e38fb8ae44182fd2812d09c3723466c3e6fcd4ad160d17a3b9ae2c21e3a305f39eb304437a1c0
data/config/base.yml CHANGED
@@ -1045,19 +1045,19 @@ RSpec/Yield:
1045
1045
  Capybara:
1046
1046
  Enabled: true
1047
1047
 
1048
- Capybara/CurrentPathExpectation:
1048
+ Capybara/RSpec/CurrentPathExpectation:
1049
1049
  Description: Checks that no expectations are set on Capybara's `current_path`.
1050
1050
  Enabled: true
1051
1051
  VersionAdded: '1.18'
1052
1052
  VersionChanged: '2.0'
1053
- StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/CurrentPathExpectation
1053
+ StyleGuide: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/RSpec/CurrentPathExpectation
1054
1054
 
1055
- Capybara/VisibilityMatcher:
1055
+ Capybara/RSpec/VisibilityMatcher:
1056
1056
  Description: Checks for boolean visibility in capybara finders.
1057
1057
  Enabled: true
1058
1058
  VersionAdded: '1.39'
1059
1059
  VersionChanged: '2.0'
1060
- StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/VisibilityMatcher
1060
+ StyleGuide: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/RSpec/VisibilityMatcher
1061
1061
 
1062
1062
  FactoryBot:
1063
1063
  Enabled: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Standard
4
4
  module Rspec
5
- VERSION = "0.4.0"
5
+ VERSION = "0.5.0"
6
6
  end
7
7
  end
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
35
35
  spec.add_dependency "rubocop-rspec", "~> 3.9"
36
36
  spec.add_dependency "rubocop-factory_bot", "~> 2.27"
37
37
  spec.add_dependency "rubocop-rspec_rails", "~> 2.31"
38
- spec.add_dependency "rubocop-capybara", "~> 2.22"
38
+ spec.add_dependency "rubocop-capybara", "~> 2.23"
39
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - shilin-anton
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-26 00:00:00.000000000 Z
11
+ date: 2026-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '2.22'
75
+ version: '2.23'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '2.22'
82
+ version: '2.23'
83
83
  description:
84
84
  email:
85
85
  - anton.d.shilin@gmail.com