simplycop 2.9.0 → 2.9.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/.github/workflows/ci.yml +1 -1
- data/catalog-info.yaml +1 -1
- data/lib/simplycop/version.rb +1 -1
- data/simplycop.gemspec +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96ea2ae5ddc2723a3cfe5acbc78a1344951e1735c2487b3122082eafec7f0823
|
4
|
+
data.tar.gz: acc94e81ee442aab70047b5d391167ce5c7e0adfc89f062e1cd147390e1694d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91fb2e9de477b0ce343f32a07b36e494c9bc78339179b92ddfcbeea85e42dc6c4198562998e5ca20afb4e5ae3eb1d57a5d2da6a1ac92dfed78ba4995668e4907
|
7
|
+
data.tar.gz: 591fb6e3403d8b3f1f159d97fb64ba48936a396420ca81fea93d07a8b0407955ee1dc32d7a6343af5cd2817c5caa69c3ae79a2db918dfd10f9116c925472c67f
|
data/.github/workflows/ci.yml
CHANGED
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.9.
|
13
|
+
rubygems.org/current-version: 2.9.1
|
14
14
|
spec:
|
15
15
|
type: library
|
16
16
|
lifecycle: production
|
data/lib/simplycop/version.rb
CHANGED
data/simplycop.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.version = Simplycop::VERSION
|
10
10
|
spec.authors = ['Simply Business']
|
11
11
|
spec.email = ['tech@simplybusiness.co.uk']
|
12
|
-
spec.required_ruby_version = ['>= 3.1 ', '< 3.
|
12
|
+
spec.required_ruby_version = ['>= 3.1 ', '< 3.5']
|
13
13
|
spec.license = 'MIT'
|
14
14
|
spec.summary = 'Provides a single point of reference for common rubocop rules.'
|
15
15
|
spec.description = 'Require this gem in your application to use Simply Business common rubocop rules.'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplycop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simply Business
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -233,7 +233,7 @@ homepage: https://github.com/simplybusiness/simplycop
|
|
233
233
|
licenses:
|
234
234
|
- MIT
|
235
235
|
metadata: {}
|
236
|
-
post_install_message:
|
236
|
+
post_install_message:
|
237
237
|
rdoc_options: []
|
238
238
|
require_paths:
|
239
239
|
- lib
|
@@ -244,7 +244,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
244
244
|
version: '3.1'
|
245
245
|
- - "<"
|
246
246
|
- !ruby/object:Gem::Version
|
247
|
-
version: '3.
|
247
|
+
version: '3.5'
|
248
248
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
249
249
|
requirements:
|
250
250
|
- - ">="
|
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
252
|
version: '0'
|
253
253
|
requirements: []
|
254
254
|
rubygems_version: 3.5.11
|
255
|
-
signing_key:
|
255
|
+
signing_key:
|
256
256
|
specification_version: 4
|
257
257
|
summary: Provides a single point of reference for common rubocop rules.
|
258
258
|
test_files: []
|