voxpupuli-test 5.1.1 → 5.3.1
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f66ada492cefcc2658a39428f89e89c71f8823f25a11202e8995eae365d0316
|
4
|
+
data.tar.gz: 65403343e9908d492d45d82a67fcca679f6d59ec846f35d188a721dafd0e73e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3927aa4ad6716ba8893e5dbf1bc0c5a01f981cd7190e7719094f74956308d6449e418d9cf41fa1d737a208f45407fe85b48c4f08c17447bac157053a0b405f2c
|
7
|
+
data.tar.gz: 65f9dddc4d385cfad727613cad687f54cdee525465c436a1c05ebdb1a696432f33024d94c252fdf42e86ff361f1fd74da1282ba8f285120aafd8e5d46898f8a7
|
data/rubocop.yml
CHANGED
@@ -439,6 +439,7 @@ Style/PerlBackrefs:
|
|
439
439
|
|
440
440
|
Naming/PredicateName:
|
441
441
|
Enabled: True
|
442
|
+
AllowedMethods: ['is_a?', 'is_to_s']
|
442
443
|
|
443
444
|
Style/RedundantException:
|
444
445
|
Enabled: True
|
@@ -557,6 +558,9 @@ RSpec/ContextWording:
|
|
557
558
|
Naming/HeredocDelimiterNaming:
|
558
559
|
Enabled: false
|
559
560
|
|
561
|
+
Naming/MethodParameterName:
|
562
|
+
AllowedNames: ['at', 'by', 'to', 'db', 'id', 'in', 'io', 'ip', 'of', 'on', 'os', 'pp', 'is']
|
563
|
+
|
560
564
|
# New cops available after rubocop upgrade
|
561
565
|
Gemspec/DateAssignment: # (new in 1.10)
|
562
566
|
Enabled: true
|
@@ -614,6 +618,8 @@ Style/RedundantArgument: # (new in 1.4)
|
|
614
618
|
Enabled: true
|
615
619
|
Style/SwapValues: # (new in 1.1)
|
616
620
|
Enabled: true
|
621
|
+
Style/OptionalBooleanParameter:
|
622
|
+
Enabled: false
|
617
623
|
Layout/LineEndStringConcatenationIndentation: # new in 1.18
|
618
624
|
Enabled: true
|
619
625
|
Lint/AmbiguousOperatorPrecedence: # new in 1.21
|
@@ -652,3 +658,5 @@ RSpec/SubjectDeclaration: # new in 2.5
|
|
652
658
|
Enabled: true
|
653
659
|
RSpec/Rails/AvoidSetupHook: # new in 2.4
|
654
660
|
Enabled: true
|
661
|
+
RSpec/ImplicitSubject:
|
662
|
+
Enabled: false
|
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.1
|
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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|