rubocop-ronin 0.3.1 → 0.3.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 +4 -4
- data/LICENSE.txt +1 -1
- data/rubocop.yml +1 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45e3356f7f70f3691e0d7924158af2b26f7cd23a0a45e9e5d1b422dec78c19ff
|
|
4
|
+
data.tar.gz: 7976e13416df83f8777244249b7691522457e14b82aba10987dd26d99f20ce61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82bf35c42fe61d25d813f0dfb0390bd6af93ea489f161ea6f5c68222ccf197272263608228d13862f3ea1c1ba10b3dec7c8b967d21f42589feeff53f25ef373b
|
|
7
|
+
data.tar.gz: 2b9831d4222a3f2c622e75bb6dbe2ec0ec990d29b99f6bc52fa17e44276e4fe87f1fa8b266ef118b676e8004111baee5a30be6c3c2da7b6e1dd9ef44b118d810
|
data/LICENSE.txt
CHANGED
data/rubocop.yml
CHANGED
|
@@ -36,6 +36,7 @@ Naming/PredicatePrefix: { Enabled: false }
|
|
|
36
36
|
Naming/BlockForwarding: { Enabled: false }
|
|
37
37
|
Naming/RescuedExceptionsVariableName: { Enabled: false }
|
|
38
38
|
Naming/MethodParameterName: { Exclude: ['spec/**/*.rb'] }
|
|
39
|
+
Naming/PredicateMethod: { Enabled: false }
|
|
39
40
|
Lint/ReturnInVoidContext: { Enabled: false }
|
|
40
41
|
Lint/NoReturnInBeginEndBlocks: { Enabled: false }
|
|
41
42
|
Gemspec/DeprecatedAttributeAssignment: { Enabled: false }
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ronin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Postmodern
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: rubocop
|
|
@@ -27,16 +27,16 @@ dependencies:
|
|
|
27
27
|
name: bundler
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
|
-
- - "
|
|
30
|
+
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: 2.0.0
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - "
|
|
37
|
+
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
39
|
+
version: 2.0.0
|
|
40
40
|
description: |
|
|
41
41
|
rubocop-ronin is a set of common rubocop rules for the ronin-rb project.
|
|
42
42
|
This is necessary because rubocop's default configuration clashes with
|
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: '0'
|
|
74
74
|
requirements: []
|
|
75
|
-
rubygems_version: 3.6.
|
|
75
|
+
rubygems_version: 3.6.9
|
|
76
76
|
specification_version: 4
|
|
77
77
|
summary: rubocop configuration for the ronin-rb project
|
|
78
78
|
test_files: []
|