rubocop-ronin 0.3.1 → 0.3.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/rubocop.yml +1 -0
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4ef3abc860abf2691cd40fcf084b8cfacf4428a879dba0ca161860b9ee9563b
4
- data.tar.gz: 97112a67d76bebdaaec62a8e67eedbed3867e2c5f27533cb0948f97f84b19d77
3
+ metadata.gz: 45e3356f7f70f3691e0d7924158af2b26f7cd23a0a45e9e5d1b422dec78c19ff
4
+ data.tar.gz: 7976e13416df83f8777244249b7691522457e14b82aba10987dd26d99f20ce61
5
5
  SHA512:
6
- metadata.gz: fee3bd6a5680bdb56ce04d5b48ff320a1e19833c6636c9da85691510a130facde4dbba7dfe46286e84053ce402acb94c8c54d1ec43461658d164fc7ece41878a
7
- data.tar.gz: 3664489b445c04d45dc2fa18a75952418712a29a216d1d7c6f990ce626965242d0d7a145d111505092a5f0c5e4f6c46d5f1a4a85981a8124e11546c9100b970b
6
+ metadata.gz: 82bf35c42fe61d25d813f0dfb0390bd6af93ea489f161ea6f5c68222ccf197272263608228d13862f3ea1c1ba10b3dec7c8b967d21f42589feeff53f25ef373b
7
+ data.tar.gz: 2b9831d4222a3f2c622e75bb6dbe2ec0ec990d29b99f6bc52fa17e44276e4fe87f1fa8b266ef118b676e8004111baee5a30be6c3c2da7b6e1dd9ef44b118d810
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2023 Hal Brodigan
3
+ Copyright (c) 2023-2026 Hal Brodigan
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
data/rubocop.yml CHANGED
@@ -36,6 +36,7 @@ Naming/PredicatePrefix: { Enabled: false }
36
36
  Naming/BlockForwarding: { Enabled: false }
37
37
  Naming/RescuedExceptionsVariableName: { Enabled: false }
38
38
  Naming/MethodParameterName: { Exclude: ['spec/**/*.rb'] }
39
+ Naming/PredicateMethod: { Enabled: false }
39
40
  Lint/ReturnInVoidContext: { Enabled: false }
40
41
  Lint/NoReturnInBeginEndBlocks: { Enabled: false }
41
42
  Gemspec/DeprecatedAttributeAssignment: { Enabled: false }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ronin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-24 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rubocop
@@ -27,16 +27,16 @@ dependencies:
27
27
  name: bundler
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - "~>"
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: '2.0'
32
+ version: 2.0.0
33
33
  type: :development
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: '2.0'
39
+ version: 2.0.0
40
40
  description: |
41
41
  rubocop-ronin is a set of common rubocop rules for the ronin-rb project.
42
42
  This is necessary because rubocop's default configuration clashes with
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubygems_version: 3.6.2
75
+ rubygems_version: 3.6.9
76
76
  specification_version: 4
77
77
  summary: rubocop configuration for the ronin-rb project
78
78
  test_files: []