rubocop-ronin 0.2.4 → 0.2.5
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/rubocop.yml +1 -0
- 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: 774a168560261ffa550ae2f3942e3c201986b810b8919e6be37385f4ccf5ab1e
|
|
4
|
+
data.tar.gz: dad74ecb3765cf41ea6a1209f2250dd726faec30fb458396831d074c77a25e9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d29a9efe6c3aede13b4a5cfdcbdfd29c3910c9e287309efaa612617eaf60c1a05cf218ab46e3bbb78a8ab83bc75387ef8627ff72c480ee45335148a92a90d45
|
|
7
|
+
data.tar.gz: 55976fe6d580c8769f8eae6fd0a10c3c8965e07867a0e818badd14320bceb7881470fa9f03aa2492019be986271f021890283763c8faca11119aa6116c78fe10
|
data/rubocop.yml
CHANGED
|
@@ -89,6 +89,7 @@ Layout/AssignmentIndentation: { Enabled: false }
|
|
|
89
89
|
Style/StringLiterals: { Enabled: false }
|
|
90
90
|
Layout/SpaceBeforeComma: { Enabled: false }
|
|
91
91
|
Style/ReturnNilInPredicateMethodDefinition: { Enabled: false }
|
|
92
|
+
Style/RedundantParentheses: { Enabled: false }
|
|
92
93
|
|
|
93
94
|
# rubocop cannot tell that rubygems_mfa_required is enabled in gemspec.yml
|
|
94
95
|
Gemspec/RequireMFA: { Enabled: false }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ronin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Postmodern
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|