rubocop-cargosense 3.1.0 → 4.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 +4 -4
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdb8c9e0d9dc008c27ab21a7b3245d5b19fe86b2c70e93331f9e96e155119d16
|
4
|
+
data.tar.gz: 76348e8ef6a212f5cae80ea60932e8feeb08368ee85bf9ad9bb6e0342cc6d6f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a06c36046a17a7bd3885327da40befdeb43b50d81050a50f89cafbef3bd2630ff6b106f3c3ac45b3278684c5112805b4cc7cd57b08eb37e12dfba6064a782803
|
7
|
+
data.tar.gz: 7780994fca4779b0991fea24e662ba82ff42bf07b579a45d0f85c8f91d399e6491a54761b20cedd0be969b5d69f0503755cf93f55b5c09ebd56594f8e40178b6
|
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:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CargoSense
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -167,8 +167,8 @@ metadata:
|
|
167
167
|
bug_tracker_uri: https://github.com/CargoSense/rubocop-cargosense/issues
|
168
168
|
changelog_uri: https://github.com/CargoSense/rubocop-cargosense/releases
|
169
169
|
rubygems_mfa_required: 'true'
|
170
|
-
source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/
|
171
|
-
post_install_message:
|
170
|
+
source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v4.0.0
|
171
|
+
post_install_message:
|
172
172
|
rdoc_options: []
|
173
173
|
require_paths:
|
174
174
|
- lib
|
@@ -176,15 +176,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
176
176
|
requirements:
|
177
177
|
- - ">="
|
178
178
|
- !ruby/object:Gem::Version
|
179
|
-
version: '3.
|
179
|
+
version: '3.3'
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
181
|
requirements:
|
182
182
|
- - ">="
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
187
|
-
signing_key:
|
186
|
+
rubygems_version: 3.5.22
|
187
|
+
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: Reusable RuboCop configuration for CargoSense's Ruby projects.
|
190
190
|
test_files: []
|