gc_ruboconfig 3.6.0 → 3.6.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +4 -4
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3ae9168a8296e93a0ccfc35d2add30b80900f87e39ccbce190f8697fe4545d3
4
- data.tar.gz: bde69f67961e4a288463d0824bc1bd88292ffd4c0d0a45e2d5919b31519193d8
3
+ metadata.gz: 91a0722b6b20e1e638fede03c2586c5ff7838c7de6ad0f3d85a451e2c994fa6d
4
+ data.tar.gz: 002204536510f088f901d0990ee89330d379586fbc1238bdbf2fa207df6af18c
5
5
  SHA512:
6
- metadata.gz: b6fc3be679b5214d44d7b220290c54df24491761bbb9b15048938dd03f6b2311cfa50984bfefb8bb7e6e83b013ce80679e0d1a2beae705a2f522a3ce148e6016
7
- data.tar.gz: 8f3f8f11ccfac222baaa4b0cc5b3ccac123f6bf1b51441fbaa2147ad3bf8f2818f87bd509668363f6b5210afff8cae1cc8ea22c18083a6189f1f554054a74378
6
+ metadata.gz: cd854a4e8028612e4ca49f324f5c6f193fc1705e2de9f0053fcabda2fa86bf2d04e257fe028fd2bbf5c1bf8c7f7ff1ee55bb78d7d369c4d0082a3cf9edd3addf
7
+ data.tar.gz: b6e99bdb004f20676a5747a4ae5b31c1265f1f2c76d79c891c08bdc4ca6d835bef0635396eb3888d4d106f1a3090173d2ea895426fe034767e51356035b4d6a5
data/rubocop.yml CHANGED
@@ -639,11 +639,11 @@ RSpec/NoExpectationExample:
639
639
  Enabled: false
640
640
 
641
641
  # new in 2.13
642
- RSpec/Capybara/SpecificFinders:
642
+ Capybara/SpecificFinders:
643
643
  Enabled: true
644
644
 
645
645
  # new in 2.12
646
- RSpec/Capybara/SpecificMatcher:
646
+ Capybara/SpecificMatcher:
647
647
  Enabled: true
648
648
 
649
649
  Lint/DuplicateMagicComment: # new in 1.37
@@ -658,10 +658,10 @@ Style/RedundantStringEscape: # new in 1.37
658
658
  RSpec/SortMetadata: # new in 2.14
659
659
  Enabled: true
660
660
 
661
- RSpec/Capybara/NegationMatcher: # new in 2.14
661
+ Capybara/NegationMatcher: # new in 2.14
662
662
  Enabled: true
663
663
 
664
- RSpec/Capybara/SpecificActions: # new in 2.14
664
+ Capybara/SpecificActions: # new in 2.14
665
665
  Enabled: false
666
666
 
667
667
  # Seems to be buggy, causes an infinite loop for `subjects` named `create`
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: 3.6.0
4
+ version: 3.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-28 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: 2.14.2
69
- description:
69
+ description:
70
70
  email:
71
71
  - developers@gocardless.com
72
72
  executables: []
@@ -79,7 +79,7 @@ homepage: https://github.com/gocardless/ruboconfig
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}
82
- post_install_message:
82
+ post_install_message:
83
83
  rdoc_options: []
84
84
  require_paths:
85
85
  - lib
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubygems_version: 3.3.7
98
- signing_key:
98
+ signing_key:
99
99
  specification_version: 4
100
100
  summary: GoCardless's shared Rubocop configuration, conforming to our house style
101
101
  test_files: []