renuocop 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/config/base.yml +0 -6
- data/lib/renuocop/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: 45017b1e0f04c0575235d2987aaa54495ce3523787377897efff0fd9cc1546d3
|
4
|
+
data.tar.gz: d91b149dbca0293e3d4dc6210a492b72e4faae5b2185572998c33a9c934ef695
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e97638d62026c8344a0d73341095a93db944ac79f160fdd4a45e9ddee41c0068944c4ba94c61732b9a9299e08f54fbb4dbde7dbae375538787c20daf73e2f47
|
7
|
+
data.tar.gz: 01f95ff94b415b6dd9484ceddbfd531a1e112aa7b6c219076c375bba5bfef8b8c7d24ee856e35fac266a24dcee776431e5d075f0eca8a7658b34582fdadaea0a
|
data/CHANGELOG.md
CHANGED
data/config/base.yml
CHANGED
@@ -701,12 +701,6 @@ Style/SpecialGlobalVars:
|
|
701
701
|
Style/StringConcatenation:
|
702
702
|
Enabled: true
|
703
703
|
|
704
|
-
Style/StringLiterals:
|
705
|
-
EnforcedStyle: single_quotes
|
706
|
-
|
707
|
-
Style/StringLiteralsInInterpolation:
|
708
|
-
EnforcedStyle: single_quotes
|
709
|
-
|
710
704
|
Style/StructInheritance:
|
711
705
|
Enabled: true
|
712
706
|
|
data/lib/renuocop/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: renuocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Rodi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05
|
11
|
+
date: 2024-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop-capybara
|