simplycop 2.11.0 → 2.11.1
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
- data/.ruby-version +1 -1
- data/catalog-info.yaml +1 -1
- data/lib/simplycop/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 574185b46cbfc2b07855b3af6988c9bebf470f6041de56a13be35f8d07d6fc33
|
|
4
|
+
data.tar.gz: 04b6d3cf696ece3d326b820a37098cc9395e3ee7d41965aff504ed76525da582
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d703813e49b83288e238a505a86c115b92d82f8254fd5fa1242ca8e37602c7ee52ef817a40c851f918e391d378eb4083c8889680aec54957dad820ed30a77288
|
|
7
|
+
data.tar.gz: 1c23df086157744af31b6d2d66227f647c37310ae245fdbc655d944f7db11ba952c2704084d3671170c222035375212233cfb200d8ec782d1db278316821d3e8
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.4.1
|
data/catalog-info.yaml
CHANGED
|
@@ -10,7 +10,7 @@ metadata:
|
|
|
10
10
|
simplybusiness.com/bnw-app-name: simplycop
|
|
11
11
|
simplybusiness.com/sast-scanning: enabled
|
|
12
12
|
rubygems.org/name: simplycop
|
|
13
|
-
rubygems.org/current-version: 2.11.
|
|
13
|
+
rubygems.org/current-version: 2.11.1
|
|
14
14
|
spec:
|
|
15
15
|
type: library
|
|
16
16
|
lifecycle: production
|
data/lib/simplycop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplycop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simply Business
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
10
|
+
date: 2025-01-20 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rubocop
|
|
@@ -233,7 +232,6 @@ homepage: https://github.com/simplybusiness/simplycop
|
|
|
233
232
|
licenses:
|
|
234
233
|
- MIT
|
|
235
234
|
metadata: {}
|
|
236
|
-
post_install_message:
|
|
237
235
|
rdoc_options: []
|
|
238
236
|
require_paths:
|
|
239
237
|
- lib
|
|
@@ -251,8 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
251
249
|
- !ruby/object:Gem::Version
|
|
252
250
|
version: '0'
|
|
253
251
|
requirements: []
|
|
254
|
-
rubygems_version: 3.
|
|
255
|
-
signing_key:
|
|
252
|
+
rubygems_version: 3.6.2
|
|
256
253
|
specification_version: 4
|
|
257
254
|
summary: Provides a single point of reference for common rubocop rules.
|
|
258
255
|
test_files: []
|