simplycop 1.18.0 → 1.19.0
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/.simplycop_style.yml +6 -0
- data/lib/simplycop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 592b75c9ce80564fbf37a0ad99eb31dad5b198d5ea2fb7acd27cfdbc2177a2c5
|
|
4
|
+
data.tar.gz: c3f9312fef83870230c9191df6a3caf9cf3af9899f9473a210deb0bdb0398701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3522981c689a9010b96f3a769216e4dc056191d5d9035dc5876f5c1dc1c538c46389d0993efdc93c5d897781421d084222dfb9bcfbd91ee0ab49d8c2bf1ddef3
|
|
7
|
+
data.tar.gz: 69c869e22681ffe8b006062f9ec0b0eaad477ab75b3dcbd83b0d4d96aa717c611fdee23f8a9095db0978266045d141b9b29315ce9d1bddaefc27e03b034e729b
|
data/.simplycop_style.yml
CHANGED
|
@@ -678,6 +678,9 @@ Style/Semicolon:
|
|
|
678
678
|
Style/Send:
|
|
679
679
|
Enabled: false
|
|
680
680
|
|
|
681
|
+
Style/SendWithLiteralMethodName:
|
|
682
|
+
Enabled: true
|
|
683
|
+
|
|
681
684
|
Style/SignalException:
|
|
682
685
|
Enabled: true
|
|
683
686
|
|
|
@@ -740,6 +743,9 @@ Style/Strip:
|
|
|
740
743
|
Style/StructInheritance:
|
|
741
744
|
Enabled: true
|
|
742
745
|
|
|
746
|
+
Style/SuperArguments:
|
|
747
|
+
Enabled: true
|
|
748
|
+
|
|
743
749
|
Style/SuperWithArgsParentheses:
|
|
744
750
|
Enabled: true
|
|
745
751
|
|
data/lib/simplycop/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.19.0
|
|
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-05-
|
|
11
|
+
date: 2024-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|