rubocop-cargosense 5.0.0 → 5.2.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: 3a2d54c2678ac20ccb034aadb177502419dd2713e1fb0b04ebe08c909b70756d
4
- data.tar.gz: 864c7885e5456bfde5b4d67d12d9aee93aff61e5964fc07345275546502f3976
3
+ metadata.gz: bbc76ab726950968ea63047db1c771535e29f4c1706c46dd8518d9ceea8a5efb
4
+ data.tar.gz: cfc6dd1344e0ff91bd12dae69e35af1290fd55e840bf4d64d818ea16c1ee3d32
5
5
  SHA512:
6
- metadata.gz: dc7737213907109e1b2075df2a9bcba9a36fbadbbafd8339a66fad020ece4f632b848ae73f8b66349e5583529589b304fb490642a04bd142eb23c062c895893b
7
- data.tar.gz: 752e90c4805452b230f5173b2235821743972db52fd267b959446e15dfb6a1143ef288143efd7521fbc10cd9d577067b0560aac8248e113786378d8a62cf2baa
6
+ metadata.gz: a4d47cff4a5b50ec01817e1c76d9ad02b2b23265bdf378fe6b46ec661bd22f43ab79dfbab44ceab751342c81c5226fc6294d11098835a19749b4489c8456bf52
7
+ data.tar.gz: e07c80a7aa498244be601554457482f7dddcae322ceb4496c43f4fde6532ac87beb49d07bdf598bc74142ccd24872b510129da9eccc2d8a6629b327379311a3e
data/README.md CHANGED
@@ -16,16 +16,16 @@ gem "rubocop-cargosense", require: false
16
16
 
17
17
  ## Usage
18
18
 
19
- Include rubocop-cargosense in your project's `.rubocop.yml` using [RuboCop's `require` directive](https://docs.rubocop.org/rubocop/extensions.html#loading-extensions):
19
+ Include rubocop-cargosense in your project's `.rubocop.yml` using [RuboCop's `plugins` directive](https://docs.rubocop.org/rubocop/extensions.html#loading-extensions):
20
20
 
21
21
  ```yaml
22
22
  # .rubocop.yml
23
- require:
23
+ plugins:
24
24
  - rubocop-cargosense
25
25
  ```
26
26
 
27
27
  > [!TIP]
28
- > If rubocop-cargosense is your project's only RuboCop extension, you can simplify the above directive: `require: rubocop-cargosense`
28
+ > If rubocop-cargosense is your project's only RuboCop extension, you can simplify the above directive: `plugins: rubocop-cargosense`
29
29
 
30
30
  Or, inherit rubocop-cargosense's default configuration using [RuboCop's `inherit_gem` directive](https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem):
31
31
 
@@ -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-factory_bot
6
6
  # @see https://github.com/rubocop/rubocop-factory_bot
7
7
 
8
- require: rubocop-factory_bot
8
+ plugins: rubocop-factory_bot
@@ -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
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module CargoSense
5
5
  NAME = "rubocop-cargosense"
6
- VERSION = "5.0.0"
6
+ VERSION = "5.2.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,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cargosense
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CargoSense
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-24 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -50,34 +50,28 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '2.20'
53
+ version: '2.22'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '2.20'
60
+ version: '2.22'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: rubocop-factory_bot
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '2.26'
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- version: 2.26.1
67
+ version: '2.27'
71
68
  type: :runtime
72
69
  prerelease: false
73
70
  version_requirements: !ruby/object:Gem::Requirement
74
71
  requirements:
75
72
  - - "~>"
76
73
  - !ruby/object:Gem::Version
77
- version: '2.26'
78
- - - ">="
79
- - !ruby/object:Gem::Version
80
- version: 2.26.1
74
+ version: '2.27'
81
75
  - !ruby/object:Gem::Dependency
82
76
  name: rubocop-performance
83
77
  requirement: !ruby/object:Gem::Requirement
@@ -146,14 +140,14 @@ dependencies:
146
140
  requirements:
147
141
  - - "~>"
148
142
  - !ruby/object:Gem::Version
149
- version: '2.30'
143
+ version: '2.31'
150
144
  type: :runtime
151
145
  prerelease: false
152
146
  version_requirements: !ruby/object:Gem::Requirement
153
147
  requirements:
154
148
  - - "~>"
155
149
  - !ruby/object:Gem::Version
156
- version: '2.30'
150
+ version: '2.31'
157
151
  description: Reusable RuboCop configuration for CargoSense's Ruby projects.
158
152
  email:
159
153
  - rubygems@cargosense.com
@@ -188,7 +182,7 @@ metadata:
188
182
  changelog_uri: https://github.com/CargoSense/rubocop-cargosense/releases
189
183
  default_lint_roller_plugin: RuboCop::CargoSense::Plugin
190
184
  rubygems_mfa_required: 'true'
191
- source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v5.0.0
185
+ source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v5.2.0
192
186
  post_install_message:
193
187
  rdoc_options: []
194
188
  require_paths: