simplycop 1.16.1 → 1.16.2

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: af6fa7d1b59af0026a0c6410bd526c185e1d75aad09de4fe563ab2b20fefc13c
4
- data.tar.gz: b1f0e110274d333431eefcfaed09e43d3cdc6d8937c52f290ca61fd0f06347f0
3
+ metadata.gz: a0e04cd031d6da9d39f2893f31c5a7cc54d79b996a3c2bb61bd582a8b539d867
4
+ data.tar.gz: b865527b41cf25c174b3c7a6fe15b0f022faebebe19a8f7d1dafb65e47ba7ad4
5
5
  SHA512:
6
- metadata.gz: 7282effab0b466491604ae89fd8668041710711414fde429566c5d53e3431c963263a5da501727704d303c383ca33e7c68c9a230d5c4d16486fa7c5c34e49bec
7
- data.tar.gz: c68c6983de089efed1711bc6a36e964b9928f6980d4f5322440e3d25afcac44f36f5570267b983e6bb2d5f104fea6b6510c3da62ab220235c88e393983bcc6fb
6
+ metadata.gz: 4b0c18624f2d3abf7f03256207089bca57d87b875bb3b24d3055b23d80c11e42c29c6f55a94d88a2e8c1459477b50ffcb96c3cf3a6bda263c03e81556f283aaf
7
+ data.tar.gz: 8b8c8a3f8f1564cec3c15957e96bea39ca7f7d611c4b3578a155719d72b17b1119245f1388278a9bbd7d79a09f553ec9f3ca6791239cc57a9cd3da9ccc3ff222
@@ -19,7 +19,7 @@ jobs:
19
19
 
20
20
  strategy:
21
21
  matrix:
22
- ruby-version: ['3.0', '3.1', '3.2', '3.3', jruby]
22
+ ruby-version: ['3.1', '3.2', '3.3', jruby]
23
23
 
24
24
  steps:
25
25
  - uses: actions/checkout@v4
@@ -12,10 +12,10 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - uses: actions/checkout@v4
15
- - name: Set up Ruby 3.0
15
+ - name: Set up Ruby 3.1
16
16
  uses: actions/setup-ruby@v1
17
17
  with:
18
- version: 3.0.x
18
+ version: 3.1.x
19
19
  - name: Publish to RubyGems
20
20
  run: |
21
21
  mkdir -p $HOME/.gem
data/.rubocop.yml CHANGED
@@ -1,3 +1,6 @@
1
1
  inherit_from:
2
2
  - .simplycop.yml
3
3
  - .simplycop_rspec.yml
4
+
5
+ AllCops:
6
+ TargetRubyVersion: 3.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.4
1
+ 3.3.0
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.16.1'
10
+ VERSION = '1.16.2'
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.0'
12
+ spec.required_ruby_version = ['>= 3.1 ', '< 3.4']
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: 1.16.1
4
+ version: 1.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-12 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -181,7 +181,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  requirements:
182
182
  - - ">="
183
183
  - !ruby/object:Gem::Version
184
- version: '3.0'
184
+ version: '3.1'
185
+ - - "<"
186
+ - !ruby/object:Gem::Version
187
+ version: '3.4'
185
188
  required_rubygems_version: !ruby/object:Gem::Requirement
186
189
  requirements:
187
190
  - - ">="