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 +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.ruby-version +1 -1
- data/.simplycop_rails.yml +0 -39
- data/catalog-info.yaml +1 -5
- data/lib/simplycop/version.rb +1 -1
- data/simplycop.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3efd5293ab442273f67dde6614e59099286d58f2818a22430ecedd0a1b95f33b
|
4
|
+
data.tar.gz: eea9282f75cc6ec60152d071ddff1199ab1acb663e056efd4b0c2ac8f0f079a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f08bacb18fbf3a5e1c5f18e0c4083da527725ee546441491d5eecf01e40b8351206801f861008fb3e7fa736d3db102d185617a04c87b32a4af98ceaf3cdc3cd
|
7
|
+
data.tar.gz: ad4709f32090449cb4a02b37db654912db072e895973839f406dd02cdd33f6e2412c252fbcb9be42edb336dce894377750d3965697dcc0577e3eb6a9b6b37ef1
|
data/.github/workflows/ci.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
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
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 = '>=
|
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.
|
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-
|
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: '
|
174
|
+
version: '3.0'
|
175
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
176
176
|
requirements:
|
177
177
|
- - ">="
|