voxpupuli-test 5.2.0 → 5.4.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 +8 -0
- 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: 8aaa3add5854227878d3f1778e5da09782d7e0b1a7e084c92f9b7abf7e2ad84b
|
4
|
+
data.tar.gz: 905aa938bae4efcb909c7a8503b403b1b247561bec9a80fafb1d72ce9add44ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6ea9e4f1ca2c0ae07f60ca4c5bcb3c4aaa4aec6c2ce527c7aa026dae288d912b1f5ceeca69c379b249bec40e8d50b087975a834934adb4c2e89f33b6b66fd3e
|
7
|
+
data.tar.gz: 51ff37e23a34d592cb334826c0af64301dfde04f32f1def12d20753177644263de067e965a4f153d891b17f658c9487108e1fe34c2eb138199ca36579318916d
|
data/rubocop.yml
CHANGED
@@ -139,6 +139,8 @@ Layout/ArrayAlignment:
|
|
139
139
|
|
140
140
|
Layout/HashAlignment:
|
141
141
|
Enabled: True
|
142
|
+
EnforcedHashRocketStyle: [key, table]
|
143
|
+
EnforcedColonStyle: [key, table]
|
142
144
|
|
143
145
|
Layout/ParameterAlignment:
|
144
146
|
Enabled: True
|
@@ -439,6 +441,7 @@ Style/PerlBackrefs:
|
|
439
441
|
|
440
442
|
Naming/PredicateName:
|
441
443
|
Enabled: True
|
444
|
+
AllowedMethods: ['is_a?', 'is_to_s']
|
442
445
|
|
443
446
|
Style/RedundantException:
|
444
447
|
Enabled: True
|
@@ -557,6 +560,9 @@ RSpec/ContextWording:
|
|
557
560
|
Naming/HeredocDelimiterNaming:
|
558
561
|
Enabled: false
|
559
562
|
|
563
|
+
Naming/MethodParameterName:
|
564
|
+
AllowedNames: ['at', 'by', 'to', 'db', 'id', 'in', 'io', 'ip', 'of', 'on', 'os', 'pp', 'is']
|
565
|
+
|
560
566
|
# New cops available after rubocop upgrade
|
561
567
|
Gemspec/DateAssignment: # (new in 1.10)
|
562
568
|
Enabled: true
|
@@ -614,6 +620,8 @@ Style/RedundantArgument: # (new in 1.4)
|
|
614
620
|
Enabled: true
|
615
621
|
Style/SwapValues: # (new in 1.1)
|
616
622
|
Enabled: true
|
623
|
+
Style/OptionalBooleanParameter:
|
624
|
+
Enabled: false
|
617
625
|
Layout/LineEndStringConcatenationIndentation: # new in 1.18
|
618
626
|
Enabled: true
|
619
627
|
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.4.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-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
230
230
|
- !ruby/object:Gem::Version
|
231
231
|
version: '0'
|
232
232
|
requirements: []
|
233
|
-
rubygems_version: 3.
|
233
|
+
rubygems_version: 3.3.7
|
234
234
|
signing_key:
|
235
235
|
specification_version: 4
|
236
236
|
summary: Helpers for testing Vox Pupuli modules
|