voxpupuli-test 5.2.0 → 5.3.0
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 +5 -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: 043217e39632232779c53bc0ba19664fc146d8f661fded887bef0c4b89a4d0ba
|
|
4
|
+
data.tar.gz: 7e334773d498b2c972b0b175d518d99f7ef19a43aef9d0f601f5eaecd79c8a72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e221a9958c18d5bea59715c27cf389bfb7e3097e49f9629c7362803592837f1b50bef734956ad605907af37db441be79ebe0c09568ecdcde5e4d8e5b29789dc3
|
|
7
|
+
data.tar.gz: a91e73c26cfe367d8ac541d0360984ca2072eb5411e93bdc38f39f6bb2ba03dcc605429a5e3ad7b49a2ae9cbc441fc89c1a01bf33b0f3c797b95931309379966
|
data/rubocop.yml
CHANGED
|
@@ -557,6 +557,9 @@ RSpec/ContextWording:
|
|
|
557
557
|
Naming/HeredocDelimiterNaming:
|
|
558
558
|
Enabled: false
|
|
559
559
|
|
|
560
|
+
Naming/MethodParameterName:
|
|
561
|
+
AllowedNames: ['at', 'by', 'to', 'db', 'id', 'in', 'io', 'ip', 'of', 'on', 'os', 'pp', 'is']
|
|
562
|
+
|
|
560
563
|
# New cops available after rubocop upgrade
|
|
561
564
|
Gemspec/DateAssignment: # (new in 1.10)
|
|
562
565
|
Enabled: true
|
|
@@ -614,6 +617,8 @@ Style/RedundantArgument: # (new in 1.4)
|
|
|
614
617
|
Enabled: true
|
|
615
618
|
Style/SwapValues: # (new in 1.1)
|
|
616
619
|
Enabled: true
|
|
620
|
+
Style/OptionalBooleanParameter:
|
|
621
|
+
Enabled: false
|
|
617
622
|
Layout/LineEndStringConcatenationIndentation: # new in 1.18
|
|
618
623
|
Enabled: true
|
|
619
624
|
Lint/AmbiguousOperatorPrecedence: # new in 1.21
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: voxpupuli-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vox Pupuli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|