rentacop 0.1.4 → 0.1.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/lib/rentacop/version.rb +1 -1
- data/rentacop.yml +4 -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: 1679962d47ab75f0458fe8204586e9f02c9a8fb01d83ac0a6e7e34cd8eabec93
|
|
4
|
+
data.tar.gz: 03c063f70494b9ab731c7121677d383a2500a7cf8a4c15902ac62b385938b164
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 745222e33336374f96d7ef88ce4cab806e48cf771ff36361756abfdcceb1b4853650b4728f6a9401a5b10bf23f86e882df6c1374c6ec41b0558cc82298fa2c29
|
|
7
|
+
data.tar.gz: 172592a44068f58239b38bf5cdd7bcb690c77421fdfccef93b3004d2bd600608d0cf89c14b5f39dd5e4a0e3e804374d7d6248d98565eef98004c77bc7d0daf01
|
data/lib/rentacop/version.rb
CHANGED
data/rentacop.yml
CHANGED
|
@@ -194,6 +194,10 @@ Style/SafeNavigation:
|
|
|
194
194
|
Style/SpecialGlobalVars:
|
|
195
195
|
Enabled: false
|
|
196
196
|
|
|
197
|
+
# Allow `$stderr.puts` instead of `warn`
|
|
198
|
+
Style/StderrPuts:
|
|
199
|
+
Enabled: false
|
|
200
|
+
|
|
197
201
|
# Prefer multi-line arrays to end with a comma for easy alteration
|
|
198
202
|
Style/TrailingCommaInArrayLiteral:
|
|
199
203
|
EnforcedStyleForMultiline: comma
|
|
@@ -201,4 +205,3 @@ Style/TrailingCommaInArrayLiteral:
|
|
|
201
205
|
# Prefer multi-line hashes to end with a comma for easy alteration
|
|
202
206
|
Style/TrailingCommaInHashLiteral:
|
|
203
207
|
EnforcedStyleForMultiline: comma
|
|
204
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rentacop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Ben Shitrit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Collection of more relaxed rubocop rules
|
|
14
14
|
email: db@dannyben.com
|
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '0'
|
|
47
47
|
requirements: []
|
|
48
|
-
rubygems_version: 3.
|
|
48
|
+
rubygems_version: 3.4.10
|
|
49
49
|
signing_key:
|
|
50
50
|
specification_version: 4
|
|
51
51
|
summary: Collection of more relaxed rubocop rules
|