simplycop 1.14.1 → 1.14.3

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: 0b059fa7b663eecc5cee85e13a4610a7fb9437e08f653eef24b9c700e2e065a3
4
- data.tar.gz: 133bc97ec8492dd63898eb91e468807bedea550f36014645f4a9184d6870605d
3
+ metadata.gz: 3efd5293ab442273f67dde6614e59099286d58f2818a22430ecedd0a1b95f33b
4
+ data.tar.gz: eea9282f75cc6ec60152d071ddff1199ab1acb663e056efd4b0c2ac8f0f079a0
5
5
  SHA512:
6
- metadata.gz: 3121c965a81b8b46b4ec772501f77b09509f47e304516f37edd979276178f4350992fbd75188254cc865bda89a23def9d516ef2d7bd6a16a08b764e6d487a779
7
- data.tar.gz: dcd0423818e706053ab0bfd21ba8a5503fff1d2940d55190fda6d2b40513761535ace9dccea3bd1efbdac0d7701f5b9b1025da79c5737c92cc01e2011725c91f
6
+ metadata.gz: 5f08bacb18fbf3a5e1c5f18e0c4083da527725ee546441491d5eecf01e40b8351206801f861008fb3e7fa736d3db102d185617a04c87b32a4af98ceaf3cdc3cd
7
+ data.tar.gz: ad4709f32090449cb4a02b37db654912db072e895973839f406dd02cdd33f6e2412c252fbcb9be42edb336dce894377750d3965697dcc0577e3eb6a9b6b37ef1
@@ -19,7 +19,7 @@ jobs:
19
19
 
20
20
  strategy:
21
21
  matrix:
22
- ruby-version: ['2.7', '3.0', '3.1', '3.2', jruby]
22
+ ruby-version: ['3.0', '3.1', '3.2', jruby]
23
23
 
24
24
  steps:
25
25
  - uses: actions/checkout@v4
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.8
1
+ 3.0.4
data/.simplycop_rails.yml CHANGED
@@ -412,42 +412,3 @@ Rails/WhereNot:
412
412
  # Anticipate conflicts with Mongoid, like Rails/WhereNot
413
413
  Rails/WhereNotWithMultipleConditions:
414
414
  Enabled: false
415
-
416
- Rails/ActionControllerTestCase: # new in 2.14
417
- Enabled: true
418
-
419
- Rails/AddColumnIndex: # new in 2.11
420
- Enabled: true
421
-
422
- Rails/DotSeparatedKeys: # new in 2.15
423
- Enabled: true
424
-
425
- Rails/DuplicateAssociation: # new in 2.14
426
- Enabled: true
427
-
428
- Rails/DuplicateScope: # new in 2.14
429
- Enabled: true
430
-
431
- Rails/EagerEvaluationLogMessage: # new in 2.11
432
- Enabled: true
433
-
434
- Rails/ExpandedDateRange: # new in 2.11
435
- Enabled: true
436
-
437
- Rails/I18nLazyLookup: # new in 2.14
438
- Enabled: true
439
-
440
- Rails/MigrationClassName: # new in 2.14
441
- Enabled: true
442
-
443
- Rails/RedundantTravelBack: # new in 2.12
444
- Enabled: true
445
-
446
- Rails/ToFormattedS: # new in 2.15
447
- Enabled: false
448
-
449
- Rails/TransactionExitStatement: # new in 2.14
450
- Enabled: true
451
-
452
- Rails/UnusedIgnoredColumns: # new in 2.11
453
- Enabled: true
data/catalog-info.yaml CHANGED
@@ -10,8 +10,4 @@ metadata:
10
10
  spec:
11
11
  type: library
12
12
  lifecycle: production
13
- owner: silversmiths
14
- dependsOn:
15
- - "Component:rake"
16
- - "Component:rspec"
17
- - "Component:rubocop"
13
+
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.14.1'
10
+ VERSION = '1.14.3'
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 = '>= 2.7'
12
+ spec.required_ruby_version = '>= 3.0'
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.14.1
4
+ version: 1.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-15 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -171,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
171
171
  requirements:
172
172
  - - ">="
173
173
  - !ruby/object:Gem::Version
174
- version: '2.7'
174
+ version: '3.0'
175
175
  required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  requirements:
177
177
  - - ">="