gc_ruboconfig 5.0.0 → 5.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/capybara.yml +5 -6
  3. data/rubocop.yml +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56fc9b47dd827c11a774f4bd742f613452f971da27885ccf8fd94ef0fc6fe1ae
4
- data.tar.gz: b1707bcf11a66d13c0f44c0a06f4b751b78236b4b2124214e56c614e47c13b5b
3
+ metadata.gz: 8bd1445396bb5bbe16b7de627178ae2a3bbb0290a16d62f4ca277340b64bc8c9
4
+ data.tar.gz: 67307338f4e635c1801da4b8141b8f5f5c073ca84d8009425afe90b45effdd32
5
5
  SHA512:
6
- metadata.gz: 90988a5afb17429470f6f9e4b3d47ae0bb224a89ffa56caaee3e6300ab5d55373767c68c104c80103719b122ee7f2e6b4c875e74c3e85a11cba065cfd66f2192
7
- data.tar.gz: 46f5869760e993db6e1c8754df9e111cfb6646f0acc0ab26129dc30dd941a4c9c898ee9f6a09e77179a2ae696376b627a7901e733064e3ada0193eae89b72d48
6
+ metadata.gz: 1040a69328dde29d2935c1a5b08085d674a5bea723876aa35a7bb61844247e2c7521a1e7fc58aa5075d5a9ecb6a0651213da22edfd0ee71788f006e7c971a977
7
+ data.tar.gz: 4f6fc490091a01623eb5edb1c652ce1e5a501907c57320d2cd16bce8dc35071c87e9391e61350eb8459a996d36da7a700bfaac25a5133812e9d48a799c35d355
data/capybara.yml CHANGED
@@ -2,15 +2,14 @@ require:
2
2
  - rubocop-capybara
3
3
 
4
4
  # new in 2.13
5
- Capybara/SpecificFinders:
5
+ RSpec/Capybara/SpecificFinders:
6
6
  Enabled: true
7
7
 
8
- # new in 2.12
9
- Capybara/SpecificMatcher:
8
+ RSpec/Capybara/SpecificMatcher: # new in 2.12
10
9
  Enabled: true
11
-
12
- Capybara/NegationMatcher: # new in 2.14
10
+
11
+ RSpec/Capybara/NegationMatcher: # new in 2.14
13
12
  Enabled: true
14
13
 
15
- Capybara/SpecificActions: # new in 2.14
14
+ RSpec/Capybara/SpecificActions: # new in 2.14
16
15
  Enabled: false
data/rubocop.yml CHANGED
@@ -656,7 +656,7 @@ RSpec/SortMetadata: # new in 2.14
656
656
  Enabled: true
657
657
 
658
658
  # Seems to be buggy, causes an infinite loop for `subjects` named `create`
659
- FactoryBot/ConsistentParenthesesStyle: # new in 2.14
659
+ RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
660
660
  Enabled: false
661
661
 
662
662
  Style/AndOr:
@@ -665,4 +665,4 @@ Style/AndOr:
665
665
 
666
666
  # Autocorrect is a little simplified and can lead to confusion
667
667
  RSpec/ExampleWording:
668
- Enabled: false
668
+ Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gc_ruboconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-13 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop