gc_ruboconfig 5.0.1 → 5.0.2

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 +7 -4
  3. data/rubocop.yml +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bd1445396bb5bbe16b7de627178ae2a3bbb0290a16d62f4ca277340b64bc8c9
4
- data.tar.gz: 67307338f4e635c1801da4b8141b8f5f5c073ca84d8009425afe90b45effdd32
3
+ metadata.gz: ea6a999894065907fe62eff684bbd066b74bf3a792f5f33dbcdcf2c7144b7df5
4
+ data.tar.gz: 026ca5b066568378cf52b27e0e9f88f71c05c80e06029845bbbe647b96b54355
5
5
  SHA512:
6
- metadata.gz: 1040a69328dde29d2935c1a5b08085d674a5bea723876aa35a7bb61844247e2c7521a1e7fc58aa5075d5a9ecb6a0651213da22edfd0ee71788f006e7c971a977
7
- data.tar.gz: 4f6fc490091a01623eb5edb1c652ce1e5a501907c57320d2cd16bce8dc35071c87e9391e61350eb8459a996d36da7a700bfaac25a5133812e9d48a799c35d355
6
+ metadata.gz: f7baf2ce7d72b13823ec9830601074bbd1e66e9dea48026bb305893cbe5f59bbcebe62e9f2005c273f9ea9d2b6a8eb28278db6475785e9d9ccfe8e44ecbdb1b7
7
+ data.tar.gz: df92b361c9d5865e530ebb84693de023df96bc0634fc31686b12fcd561098b350cc45e1c9d2a0fcdb37ef1fb6585a215adc4b66adaf7a6fe05bc35e7c73817af
data/capybara.yml CHANGED
@@ -2,14 +2,17 @@ require:
2
2
  - rubocop-capybara
3
3
 
4
4
  # new in 2.13
5
- RSpec/Capybara/SpecificFinders:
5
+ Capybara/SpecificFinders:
6
6
  Enabled: true
7
7
 
8
- RSpec/Capybara/SpecificMatcher: # new in 2.12
8
+ # new in 2.12
9
+ Capybara/SpecificMatcher:
9
10
  Enabled: true
10
11
 
11
- RSpec/Capybara/NegationMatcher: # new in 2.14
12
+ # new in 2.14
13
+ Capybara/NegationMatcher:
12
14
  Enabled: true
13
15
 
14
- RSpec/Capybara/SpecificActions: # new in 2.14
16
+ # new in 2.14
17
+ Capybara/SpecificActions:
15
18
  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
- RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
659
+ FactoryBot/ConsistentParenthesesStyle: # new in 2.14
660
660
  Enabled: false
661
661
 
662
662
  Style/AndOr:
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.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-10 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop