gc_ruboconfig 5.0.1 → 5.0.3

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/capybara.yml +7 -4
  3. data/rails.yml +3 -1
  4. data/rubocop.yml +4 -2
  5. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bd1445396bb5bbe16b7de627178ae2a3bbb0290a16d62f4ca277340b64bc8c9
4
- data.tar.gz: 67307338f4e635c1801da4b8141b8f5f5c073ca84d8009425afe90b45effdd32
3
+ metadata.gz: 7b4dd81e5b0761c31fca4901fee98b9632f500ae73bf09e6c1e4d42a4ee3d7d9
4
+ data.tar.gz: a87244e375f1a3374f68eb32513b93adc900f1fa2989fb41862898d7fd703972
5
5
  SHA512:
6
- metadata.gz: 1040a69328dde29d2935c1a5b08085d674a5bea723876aa35a7bb61844247e2c7521a1e7fc58aa5075d5a9ecb6a0651213da22edfd0ee71788f006e7c971a977
7
- data.tar.gz: 4f6fc490091a01623eb5edb1c652ce1e5a501907c57320d2cd16bce8dc35071c87e9391e61350eb8459a996d36da7a700bfaac25a5133812e9d48a799c35d355
6
+ metadata.gz: 8f6a47842284bd10474cea8f70b95b3301d2d4202cee0672493194b9fb3d92a8c969cc99f616622cd68b3d4702160ad12ddec49123dbdbce73dd599fa186063e
7
+ data.tar.gz: bea32b95e3a36d7e2a8ddbd7e25dc067751d78308276649286cdc9dc5eed03d76b83de593c5ff0d4f3a70ebf03d7ce27042c55fcf5b7e8be17f566e3bf69faef
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/rails.yml CHANGED
@@ -1,5 +1,7 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rails
3
+
4
+ require:
3
5
  - rubocop-rspec_rails
4
6
 
5
7
  Rails/AddColumnIndex:
data/rubocop.yml CHANGED
@@ -1,6 +1,8 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rspec
3
3
  - rubocop-performance
4
+
5
+ require:
4
6
  - rubocop-factory_bot
5
7
 
6
8
  AllCops:
@@ -656,7 +658,7 @@ RSpec/SortMetadata: # new in 2.14
656
658
  Enabled: true
657
659
 
658
660
  # Seems to be buggy, causes an infinite loop for `subjects` named `create`
659
- RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
661
+ FactoryBot/ConsistentParenthesesStyle: # new in 2.14
660
662
  Enabled: false
661
663
 
662
664
  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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-10 00:00:00.000000000 Z
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 2.30.0
97
- description:
97
+ description:
98
98
  email:
99
99
  - developers@gocardless.com
100
100
  executables: []
@@ -108,7 +108,7 @@ homepage: https://github.com/gocardless/ruboconfig
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}
111
- post_install_message:
111
+ post_install_message:
112
112
  rdoc_options: []
113
113
  require_paths:
114
114
  - lib
@@ -123,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.5.9
127
- signing_key:
126
+ rubygems_version: 3.5.11
127
+ signing_key:
128
128
  specification_version: 4
129
129
  summary: GoCardless's shared Rubocop configuration, conforming to our house style
130
130
  test_files: []