rubocop-cargosense 5.1.0 → 6.0.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47e427564924c7169b02c46366aa450d0f31e9dcbba8be805d544f452dd7fe91
4
- data.tar.gz: 7620979cada542c525021ac06b21822bb4418d640d8bb253655d0079b283e07a
3
+ metadata.gz: 976949f8460f8979b2949d905ca92d50cada77eba36a9e22a8d523d194b9194d
4
+ data.tar.gz: d2869a1dc6ccf6c75ca06aac0e0a0f78e645117a80553e36933d246e6e6c87f1
5
5
  SHA512:
6
- metadata.gz: 81e5117301f394394f1ae32a8a587adad525c16e6ed20dd86a6d80486e993443f136a72cd48a9cd6b8c86ac6c1844a070bdd96b9d490c7cef8e611ca480d3639
7
- data.tar.gz: be4f79a1d681207f894a355381c44219a6ac8e144a3b0d7be1d4aa049ad80e4775b8afd2ef378c6401afec7d50970b0f769d8e3b74eadecf8479b77b490ba061
6
+ metadata.gz: 925e948d0d9d7dc138af2862fc94a0857478cd5fd58499d71c69d03101fc1869eb95df49c8510f89291e5fb51ad92b8c05c4d04e990708617b25e6a395b16596
7
+ data.tar.gz: 0101e8f8e805fbf4da07c167e08734b8d399243c449de9128514afd9a2fda542eb16d676ecd1b41f3122b67e59deaceb5a32a7e6e5e56b044a8c5a363a3c4916
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![Gem](https://img.shields.io/gem/v/rubocop-cargosense.svg?logo=rubygems&style=for-the-badge)](https://rubygems.org/gems/rubocop-cargosense)
6
6
  [![Downloads](https://img.shields.io/gem/dt/rubocop-cargosense.svg?logo=rubygems&style=for-the-badge)](https://rubygems.org/gems/rubocop-cargosense)
7
- [![Build](https://img.shields.io/github/actions/workflow/status/CargoSense/rubocop-cargosense/ci.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/CargoSense/rubocop-cargosense/actions/workflows/ci.yml)
7
+ [![Build](https://img.shields.io/github/actions/workflow/status/CargoSense/rubocop-cargosense/ci.yml?logo=github&style=for-the-badge)](https://github.com/CargoSense/rubocop-cargosense/actions/workflows/ci.yml)
8
8
 
9
9
  ## Installation
10
10
 
@@ -5,7 +5,7 @@
5
5
  # @see https://docs.rubocop.org/rubocop-capybara
6
6
  # @see https://github.com/rubocop/rubocop-capybara
7
7
 
8
- require: rubocop-capybara
8
+ plugins: rubocop-capybara
9
9
 
10
10
  Capybara/ClickLinkOrButtonStyle:
11
11
  EnforcedStyle: strict
@@ -5,4 +5,4 @@
5
5
  # @see https://docs.rubocop.org/rubocop-rspec_rails
6
6
  # @see https://github.com/rubocop/rubocop-rspec_rails
7
7
 
8
- require: rubocop-rspec_rails
8
+ plugins: rubocop-rspec_rails
@@ -57,6 +57,12 @@ Style/StringMethods:
57
57
  Style/SymbolArray:
58
58
  EnforcedStyle: brackets
59
59
 
60
+ Style/TrailingCommaInArrayLiteral:
61
+ EnforcedStyleForMultiline: diff_comma
62
+
63
+ Style/TrailingCommaInHashLiteral:
64
+ EnforcedStyleForMultiline: diff_comma
65
+
60
66
  Style/WordArray:
61
67
  EnforcedStyle: brackets
62
68
 
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module CargoSense
5
5
  NAME = "rubocop-cargosense"
6
- VERSION = "5.1.0"
6
+ VERSION = "6.0.0"
7
7
  HOMEPAGE = "https://github.com/CargoSense/rubocop-cargosense"
8
8
  DESCRIPTION = "Reusable RuboCop configuration for CargoSense's Ruby projects."
9
9
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cargosense
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 6.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CargoSense
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: lint_roller
@@ -30,34 +29,28 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '1.72'
34
- - - ">="
35
- - !ruby/object:Gem::Version
36
- version: 1.72.2
32
+ version: '1.73'
37
33
  type: :runtime
38
34
  prerelease: false
39
35
  version_requirements: !ruby/object:Gem::Requirement
40
36
  requirements:
41
37
  - - "~>"
42
38
  - !ruby/object:Gem::Version
43
- version: '1.72'
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: 1.72.2
39
+ version: '1.73'
47
40
  - !ruby/object:Gem::Dependency
48
41
  name: rubocop-capybara
49
42
  requirement: !ruby/object:Gem::Requirement
50
43
  requirements:
51
44
  - - "~>"
52
45
  - !ruby/object:Gem::Version
53
- version: '2.20'
46
+ version: '2.22'
54
47
  type: :runtime
55
48
  prerelease: false
56
49
  version_requirements: !ruby/object:Gem::Requirement
57
50
  requirements:
58
51
  - - "~>"
59
52
  - !ruby/object:Gem::Version
60
- version: '2.20'
53
+ version: '2.22'
61
54
  - !ruby/object:Gem::Dependency
62
55
  name: rubocop-factory_bot
63
56
  requirement: !ruby/object:Gem::Requirement
@@ -140,14 +133,14 @@ dependencies:
140
133
  requirements:
141
134
  - - "~>"
142
135
  - !ruby/object:Gem::Version
143
- version: '2.30'
136
+ version: '2.31'
144
137
  type: :runtime
145
138
  prerelease: false
146
139
  version_requirements: !ruby/object:Gem::Requirement
147
140
  requirements:
148
141
  - - "~>"
149
142
  - !ruby/object:Gem::Version
150
- version: '2.30'
143
+ version: '2.31'
151
144
  description: Reusable RuboCop configuration for CargoSense's Ruby projects.
152
145
  email:
153
146
  - rubygems@cargosense.com
@@ -182,8 +175,7 @@ metadata:
182
175
  changelog_uri: https://github.com/CargoSense/rubocop-cargosense/releases
183
176
  default_lint_roller_plugin: RuboCop::CargoSense::Plugin
184
177
  rubygems_mfa_required: 'true'
185
- source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v5.1.0
186
- post_install_message:
178
+ source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v6.0.0
187
179
  rdoc_options: []
188
180
  require_paths:
189
181
  - lib
@@ -198,8 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
190
  - !ruby/object:Gem::Version
199
191
  version: '0'
200
192
  requirements: []
201
- rubygems_version: 3.5.22
202
- signing_key:
193
+ rubygems_version: 3.6.8
203
194
  specification_version: 4
204
195
  summary: Reusable RuboCop configuration for CargoSense's Ruby projects.
205
196
  test_files: []