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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +8 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52b8b4414686c85b04804c2f32c6258e4c27d5ac49eb854fdd5159bbe56901ef
4
- data.tar.gz: c78811852146d319f9b61a396d3501c414f396931c90158ac0eebc67daa610b8
3
+ metadata.gz: 9f66ada492cefcc2658a39428f89e89c71f8823f25a11202e8995eae365d0316
4
+ data.tar.gz: 65403343e9908d492d45d82a67fcca679f6d59ec846f35d188a721dafd0e73e8
5
5
  SHA512:
6
- metadata.gz: 89ca5e4e39d83e3e132967c2527b44add2970014f268de8772bc7e8ffeac68ae606fd51e34fce39cc578da1b8e2f124ab4d8cc9ddbac1b8da3b45b5bb1637a37
7
- data.tar.gz: 6d346e678e40e0af7f11ec48ad537bbba0cdb7c06f6d020d3c959e2b5838518c6e603546266c029a59c216c516189fbfa504fa6286fff84e1cb5743889c67d27
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.1.1
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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake