simplycop 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31337b33804ba150c7a178f81ed4bf7af27d81759abc5a64257b34799e455520
4
- data.tar.gz: 22d10ce6541c93291e91005907965948e9e97e134ca096c1350e72abd5cfe738
3
+ metadata.gz: 96ea2ae5ddc2723a3cfe5acbc78a1344951e1735c2487b3122082eafec7f0823
4
+ data.tar.gz: acc94e81ee442aab70047b5d391167ce5c7e0adfc89f062e1cd147390e1694d7
5
5
  SHA512:
6
- metadata.gz: 4a68e5f50561b6daee6546d74be863e766ad5575df9de9dadeb26ea35f9dcb299c7a3d940cf1ce166e05e7cac79599bb29b4a279de2faebb4b9ebad0d4dcda1b
7
- data.tar.gz: ba236059dd20ca8cd0768a583e29a195b6cee81305203cd933d8fefeb2eeb017a0e12ca184b9cf7eee25c72659d11e7c93fde5578a4026382849696467766059
6
+ metadata.gz: 91fb2e9de477b0ce343f32a07b36e494c9bc78339179b92ddfcbeea85e42dc6c4198562998e5ca20afb4e5ae3eb1d57a5d2da6a1ac92dfed78ba4995668e4907
7
+ data.tar.gz: 591fb6e3403d8b3f1f159d97fb64ba48936a396420ca81fea93d07a8b0407955ee1dc32d7a6343af5cd2817c5caa69c3ae79a2db918dfd10f9116c925472c67f
@@ -18,7 +18,7 @@ jobs:
18
18
 
19
19
  strategy:
20
20
  matrix:
21
- ruby-version: ['3.1', '3.2', '3.3', jruby]
21
+ ruby-version: ['3.1', '3.2', '3.3', '3.4', jruby]
22
22
 
23
23
  steps:
24
24
  - uses: actions/checkout@v4
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.0
13
+ rubygems.org/current-version: 2.9.1
14
14
  spec:
15
15
  type: library
16
16
  lifecycle: production
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '2.9.0'
10
+ VERSION = '2.9.1'
11
11
  end
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.4']
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.0
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: 2024-11-22 00:00:00.000000000 Z
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.4'
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: []