rubocop-cargosense 5.0.0 → 5.1.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: 47e427564924c7169b02c46366aa450d0f31e9dcbba8be805d544f452dd7fe91
4
+ data.tar.gz: 7620979cada542c525021ac06b21822bb4418d640d8bb253655d0079b283e07a
5
5
  SHA512:
6
- metadata.gz: dc7737213907109e1b2075df2a9bcba9a36fbadbbafd8339a66fad020ece4f632b848ae73f8b66349e5583529589b304fb490642a04bd142eb23c062c895893b
7
- data.tar.gz: 752e90c4805452b230f5173b2235821743972db52fd267b959446e15dfb6a1143ef288143efd7521fbc10cd9d577067b0560aac8248e113786378d8a62cf2baa
6
+ metadata.gz: 81e5117301f394394f1ae32a8a587adad525c16e6ed20dd86a6d80486e993443f136a72cd48a9cd6b8c86ac6c1844a070bdd96b9d490c7cef8e611ca480d3639
7
+ data.tar.gz: be4f79a1d681207f894a355381c44219a6ac8e144a3b0d7be1d4aa049ad80e4775b8afd2ef378c6401afec7d50970b0f769d8e3b74eadecf8479b77b490ba061
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,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
@@ -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.1.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.1.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -64,20 +64,14 @@ dependencies:
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
@@ -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.1.0
192
186
  post_install_message:
193
187
  rdoc_options: []
194
188
  require_paths: