voxpupuli-test 5.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +11 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a97a19108c440bcb58c23510f0dbc82787a18147c26dee953ef323d21ce6169b
4
- data.tar.gz: 7c8218a85721e59c0339f1b4db97bb462c115e7bdccb6391e7607ad9356a1e7d
3
+ metadata.gz: 043217e39632232779c53bc0ba19664fc146d8f661fded887bef0c4b89a4d0ba
4
+ data.tar.gz: 7e334773d498b2c972b0b175d518d99f7ef19a43aef9d0f601f5eaecd79c8a72
5
5
  SHA512:
6
- metadata.gz: fd2a6620a46032f68e3a4d1c03cab282a1296557c8e06e5d123e6c1b900438914edd6dc408fc5adf1c6b9679736daa868764f20b2388aa833a0ff9582fa2b809
7
- data.tar.gz: e7411ee56cb628e85485416ebe10f37dff19d126b9b1a7a49dba2a00271bdb2e50aa509950cf227401aced35aa9967755f04e2fea6b46c4fa3a4cb1e8fa32ba9
6
+ metadata.gz: e221a9958c18d5bea59715c27cf389bfb7e3097e49f9629c7362803592837f1b50bef734956ad605907af37db441be79ebe0c09568ecdcde5e4d8e5b29789dc3
7
+ data.tar.gz: a91e73c26cfe367d8ac541d0360984ca2072eb5411e93bdc38f39f6bb2ba03dcc605429a5e3ad7b49a2ae9cbc441fc89c1a01bf33b0f3c797b95931309379966
data/rubocop.yml CHANGED
@@ -504,6 +504,10 @@ Lint/UselessAssignment:
504
504
  Layout/ClosingParenthesisIndentation:
505
505
  Enabled: True
506
506
 
507
+ # Boolean symbols are used quite extensively in Puppet types/providers
508
+ Lint/BooleanSymbol:
509
+ Enabled: False
510
+
507
511
  # RSpec
508
512
 
509
513
  RSpec/BeforeAfterAll:
@@ -553,6 +557,9 @@ RSpec/ContextWording:
553
557
  Naming/HeredocDelimiterNaming:
554
558
  Enabled: false
555
559
 
560
+ Naming/MethodParameterName:
561
+ AllowedNames: ['at', 'by', 'to', 'db', 'id', 'in', 'io', 'ip', 'of', 'on', 'os', 'pp', 'is']
562
+
556
563
  # New cops available after rubocop upgrade
557
564
  Gemspec/DateAssignment: # (new in 1.10)
558
565
  Enabled: true
@@ -610,6 +617,8 @@ Style/RedundantArgument: # (new in 1.4)
610
617
  Enabled: true
611
618
  Style/SwapValues: # (new in 1.1)
612
619
  Enabled: true
620
+ Style/OptionalBooleanParameter:
621
+ Enabled: false
613
622
  Layout/LineEndStringConcatenationIndentation: # new in 1.18
614
623
  Enabled: true
615
624
  Lint/AmbiguousOperatorPrecedence: # new in 1.21
@@ -648,3 +657,5 @@ RSpec/SubjectDeclaration: # new in 2.5
648
657
  Enabled: true
649
658
  RSpec/Rails/AvoidSetupHook: # new in 2.4
650
659
  Enabled: true
660
+ RSpec/ImplicitSubject:
661
+ 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.0
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: 2021-11-27 00:00:00.000000000 Z
11
+ date: 2022-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake