rentacop 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1679962d47ab75f0458fe8204586e9f02c9a8fb01d83ac0a6e7e34cd8eabec93
4
- data.tar.gz: 03c063f70494b9ab731c7121677d383a2500a7cf8a4c15902ac62b385938b164
3
+ metadata.gz: f1985f70d2d7be3d1558cb0db29c6944c3d9e7d9b80d0665bac8d0fa384bdfb5
4
+ data.tar.gz: fe15bf4583981832631ce1859ecdfd0978daaef743d1ef8862fcc1a8019bbb17
5
5
  SHA512:
6
- metadata.gz: 745222e33336374f96d7ef88ce4cab806e48cf771ff36361756abfdcceb1b4853650b4728f6a9401a5b10bf23f86e882df6c1374c6ec41b0558cc82298fa2c29
7
- data.tar.gz: 172592a44068f58239b38bf5cdd7bcb690c77421fdfccef93b3004d2bd600608d0cf89c14b5f39dd5e4a0e3e804374d7d6248d98565eef98004c77bc7d0daf01
6
+ metadata.gz: 2d5ad27b5a316b681f69f653d0b18682bf2b811da5c8679df1c0cd171b9e3489471e92b965b19446078fb6e42faa70708dc3c0775822a214f2c1ba1dabb1e3ff
7
+ data.tar.gz: 7b88c8bccc5e5cecf1cf98cca47f97aa7a3450a553fe6605ba20fe7e49a000af5ccec66875cf7061930094309e848f965b5de27359fdb5d05aed2c20e1b22c8f
data/README.md CHANGED
@@ -82,7 +82,7 @@ inherit_mode:
82
82
  - Include
83
83
 
84
84
  AllCops:
85
- TargetRubyVersion: 2.7
85
+ TargetRubyVersion: 3.0
86
86
  ```
87
87
 
88
88
  ### Running `rubocop`
@@ -1,3 +1,3 @@
1
1
  module Rentacop
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
data/rentacop.yml CHANGED
@@ -205,3 +205,7 @@ Style/TrailingCommaInArrayLiteral:
205
205
  # Prefer multi-line hashes to end with a comma for easy alteration
206
206
  Style/TrailingCommaInHashLiteral:
207
207
  EnforcedStyleForMultiline: comma
208
+
209
+ # Allow calling `super` without parentheses
210
+ Style/SuperWithArgsParentheses:
211
+ Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rentacop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-20 00:00:00.000000000 Z
11
+ date: 2023-12-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Collection of more relaxed rubocop rules
14
14
  email: db@dannyben.com
@@ -30,7 +30,7 @@ metadata:
30
30
  homepage_uri: https://github.com/dannyben/rentacop
31
31
  source_code_uri: https://github.com/DannyBen/rentacop
32
32
  rubygems_mfa_required: 'true'
33
- post_install_message:
33
+ post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
36
36
  - lib
@@ -45,8 +45,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  requirements: []
48
- rubygems_version: 3.4.10
49
- signing_key:
48
+ rubygems_version: 3.3.26
49
+ signing_key:
50
50
  specification_version: 4
51
51
  summary: Collection of more relaxed rubocop rules
52
52
  test_files: []