rubocop-ronin 0.2.6 → 0.2.7

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 +3 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b705a068d5cd8e15cf22972314f8ccc033dc98e0387aabf4f02794f6db82de8
4
- data.tar.gz: e5a16e79a079bfb1a59e5b7e439890f2574261164a214e6a6927354dcd8a92b9
3
+ metadata.gz: b1d20bd510fe4ba7479f11afa318d7318ca2ff42e2859bc6aac0a39b8ee45690
4
+ data.tar.gz: 3a8d169176c31096dc4ea4a6d1507da71b299f51d06b009436516741b922c2cb
5
5
  SHA512:
6
- metadata.gz: 405d1307c18b736ce1c66ce118e2dae8c5827d49fe19d7d5d22a90274f115165cddf781e8db0dc15e7803bedc1f5d9e43433918eb619ac6e215e196716c18442
7
- data.tar.gz: 0bb010755ede9dcee0cd036487c69762da92b17ee32b659972514346a8ce809b8df5fe29859c7b20d7def82b3ded5851a4957e268c43893f214bf18bc9ba3b3f
6
+ metadata.gz: b4a08197ca8f02a649b49e95c0683f458c28084494ea906340ec8af42cc5c73910233e3b856941f0591f37e70deba951f406b14815626df9ffc0f63f11448728
7
+ data.tar.gz: bb0e4c954156ed33d8edb7a82b7a0815d2d666364b3ad1ef5d04e5decfbb938225d787d3ae5ca16429294fd4560757140c64018be8fb1fee43944b5faf168efc
data/rubocop.yml CHANGED
@@ -102,3 +102,6 @@ Style/ArgumentsForwarding: { Enabled: false }
102
102
 
103
103
  # I have been bit by implicit `super` argument/block passing in the past
104
104
  Style/SuperArguments: { Enabled: false }
105
+
106
+ # bitwise operations are more understandable than Integer#allbits? / #nobits?
107
+ Style/BitwisePredicate: { Enabled: false }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ronin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-23 00:00:00.000000000 Z
11
+ date: 2024-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.4.19
77
+ rubygems_version: 3.5.16
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: rubocop configuration for the ronin-rb project