rentacop 0.1.8 → 0.1.9
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 +1 -3
- 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: 40d7f2bfd05a68bb0ee3999542dfd23b20dffff413f3aa53a2253f90c67f8e11
|
4
|
+
data.tar.gz: abaca4f6a5558ae4eb2d5fba54449fe9d3788bb481a2ecbb2b777fbd8ed389f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e680d78fe1127970232bcaed07cae73d0c597409e085f36869384f21e8f86ef76bfd8bbdfe66fa556f63ec82b1bd23f67f9d8234a1cc09d8185a0f50ec73f02
|
7
|
+
data.tar.gz: dd3acfc98ba2aaf965d7ba0c42dc9b8ded663c6cafa9840cd2b03eb14b468094780b661b5f1e59d042724f43daf928f07f97f6ce5fda7ad27566cb2b0a5c657c
|
data/lib/rentacop/version.rb
CHANGED
data/rentacop.yml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
AllCops:
|
4
4
|
NewCops: enable
|
5
|
-
TargetRubyVersion: 3.
|
5
|
+
TargetRubyVersion: 3.2
|
6
6
|
Exclude:
|
7
7
|
- 'spec/approvals/**/*'
|
8
8
|
|
@@ -141,10 +141,8 @@ Style/FrozenStringLiteralComment:
|
|
141
141
|
Enabled: false
|
142
142
|
|
143
143
|
# Avoid hash rocket syntax where appropriate (EnforcedStyle)
|
144
|
-
# Avoid value-less hash shorthand since it is ruby >= 3.1 (EnforcedShorthandSyntax)
|
145
144
|
Style/HashSyntax:
|
146
145
|
EnforcedStyle: ruby19_no_mixed_keys
|
147
|
-
EnforcedShorthandSyntax: never
|
148
146
|
|
149
147
|
# Allow non one-line conditions even when the body of the condition is one line
|
150
148
|
Style/IfUnlessModifier:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danny Ben Shitrit
|
@@ -36,7 +36,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
37
37
|
- - ">="
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '3.
|
39
|
+
version: '3.2'
|
40
40
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
41
|
requirements:
|
42
42
|
- - ">="
|