ezcater_rubocop 5.2.0 → 5.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d802b49e1f9a3ff4cfe473c8b642b1b0d6fc48fb283fb7eb11da28896bc42091
4
- data.tar.gz: 249b847953b3b3a5a118e46a7018b6683f588d73555bfdf5ed399e6022ccd2e0
3
+ metadata.gz: 30c8d52abd3c39c8b776dbaff56aa94f2f010cf6866579b21a00084f22a42c1f
4
+ data.tar.gz: dc12424a0dd777560c4657ae87539264ec40f6553b3b6aa6aa963051fbc919d2
5
5
  SHA512:
6
- metadata.gz: c9f105d31cceed61063a5a5f43ee52d14c122664c1f53a71fa73481222b06b3769010473c344e6884a4a065581d2c1fbc5ab1682c43308670c40e75da0c569ed
7
- data.tar.gz: 66a67817b96392aecfaaa5d2a9172b48e83b173866c374a0f6c31bb062c23b4efaaba3efd4059dd1bc41a4636efb91d9bdcfb034a84805ab1f8191b13652cac1
6
+ metadata.gz: 54bb2d3b45ff6bd48f4ab289bb885e3e1c2635cb4b4bfc44d74086d3b46a39db1bb8c1f3c83f53901931f4a9a015ebe3beb780019f078dd5713a64ba41e11aa7
7
+ data.tar.gz: cbeb087b43166a7f874603862ad0f909e930ee051c89a3f4862dbe18c0a62e2b6bf58d9657155d8dfd5b569bf1d56b6b83804181394fa8e88d0da19ba9d2f68b
data/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@ This gem is moving onto its own [Semantic Versioning](https://semver.org/) schem
6
6
 
7
7
  Prior to v1.0.0 this gem was versioned based on the `MAJOR`.`MINOR` version of RuboCop. The first release of the ezcater_rubocop gem was `v0.49.0`.
8
8
 
9
+ ## 5.2.1
10
+ - Fix the has the wrong namespace for `RSpec/Capybara/CurrentPathExpectation` and `RSpec/Capybara/VisibilityMatcher` cops, since [they've been extracted](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md#2180-2023-01-16) into a separate repo [rubocop-capybara](https://github.com/rubocop/rubocop-capybara).
11
+
9
12
  ## 5.2.0
10
13
 
11
14
  - Add an explicit rule for `Style/HashSyntax`, setting `EnforcedShorthandSyntax: either`.
data/conf/rubocop.yml CHANGED
@@ -233,13 +233,13 @@ Rails/Pick:
233
233
  Rails/RedundantForeignKey:
234
234
  Enabled: true
235
235
 
236
- RSpec/Capybara/CurrentPathExpectation:
236
+ Capybara/CurrentPathExpectation:
237
237
  Enabled: true
238
238
 
239
- RSpec/Capybara/FeatureMethods:
239
+ Capybara/VisibilityMatcher:
240
240
  Enabled: true
241
241
 
242
- RSpec/Capybara/VisibilityMatcher:
242
+ RSpec/Capybara/FeatureMethods:
243
243
  Enabled: true
244
244
 
245
245
  RSpec/EmptyHook:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EzcaterRubocop
4
- VERSION = "5.2.0"
4
+ VERSION = "5.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezcater_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler