runger_style 2.16.0 → 2.18.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f2cb1c20706a7b115792ed5011a301f5aeea863edc7f5b43b6bd6981f6cb322
4
- data.tar.gz: 64d0654bf6db9850a743d445081e20cd8f14f5646dd6a2a8984943bc904a2796
3
+ metadata.gz: adcb56a024e2550a68504bdae6c6846c9aa7e0fe60b2eddd91a3c399431ff8d3
4
+ data.tar.gz: 1037e63669c9bce16ff3526c28c7ef6b4cbdc4e3f6beeeeacfce92e86f73d9c6
5
5
  SHA512:
6
- metadata.gz: 1540ef75d4073165010ead1fff86556218e87b8c1a0c02cef5ed7f0bcde9e6ed25f14543a8192eb74e82cc9ab54a49d49fb6fcd01c562c3811539a679aadab9c
7
- data.tar.gz: b1a75989db564d7f2c11207f8db26cdfd3af0d76b2e0339cebd5c8da80fee6fc047c5a62fbb6dae4db6af009af6e8c1e06556b0c61ca18f20294a63556efffd0
6
+ metadata.gz: 34264453a684aa460b8913199f8a6409cd329cb86bce171aaae7b31ffa8c3c1e81e7a3b1bb92c9f1c64dc6a812a020f807255382991f2c38b5690e44a9ae1bd4
7
+ data.tar.gz: eec4cadbb1e416c3ee0286a6f3e613b48ad824c91d106419e429e82a7f074adf4569198568eb1fd9035a2d8cacd6c3a97b4f783559b103c2f6f3b5f53e5eab83
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.4
1
+ 3.3.6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v2.18.0 (2024-12-10)
2
+ - Remove upper bounds on versions for all dependencies.
3
+
4
+ ## v2.17.0 (2024-09-03)
5
+ - Ignore long annotate comments about indexes (re: `Layout/LineLength`)
6
+
1
7
  ## v2.16.0 (2024-08-08)
2
8
  - Ignore RSpec `context` and `describe` lines for `Layout/LineLength` (as we are already doing for `it`)
3
9
 
data/Gemfile.lock CHANGED
@@ -1,86 +1,88 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.16.0)
4
+ runger_style (2.18.0)
5
5
  prism (>= 0.24.0)
6
- rubocop (>= 1.38.0, < 2)
6
+ rubocop (>= 1.38.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.3.4)
11
+ activesupport (7.2.2)
12
12
  base64
13
+ benchmark (>= 0.3)
13
14
  bigdecimal
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ concurrent-ruby (~> 1.0, >= 1.3.1)
15
16
  connection_pool (>= 2.2.5)
16
17
  drb
17
18
  i18n (>= 1.6, < 2)
19
+ logger (>= 1.4.2)
18
20
  minitest (>= 5.1)
19
- mutex_m
20
- tzinfo (~> 2.0)
21
+ securerandom (>= 0.3)
22
+ tzinfo (~> 2.0, >= 2.0.5)
21
23
  ast (2.4.2)
22
24
  base64 (0.2.0)
25
+ benchmark (0.4.0)
23
26
  bigdecimal (3.1.8)
24
- concurrent-ruby (1.3.3)
27
+ concurrent-ruby (1.3.4)
25
28
  connection_pool (2.4.1)
29
+ date (3.4.1)
26
30
  drb (2.2.1)
27
- i18n (1.14.5)
31
+ i18n (1.14.6)
28
32
  concurrent-ruby (~> 1.0)
29
- io-console (0.7.2)
30
- irb (1.14.0)
33
+ io-console (0.8.0)
34
+ irb (1.14.1)
31
35
  rdoc (>= 4.0.0)
32
36
  reline (>= 0.4.2)
33
- json (2.7.2)
37
+ json (2.9.0)
34
38
  language_server-protocol (3.17.0.3)
35
- memo_wise (1.9.0)
36
- minitest (5.24.1)
37
- mutex_m (0.2.0)
38
- parallel (1.25.1)
39
- parser (3.3.4.2)
39
+ logger (1.6.2)
40
+ memo_wise (1.10.0)
41
+ minitest (5.25.4)
42
+ parallel (1.26.3)
43
+ parser (3.3.6.0)
40
44
  ast (~> 2.4.1)
41
45
  racc
42
- prism (0.30.0)
43
- psych (5.1.2)
46
+ prism (1.2.0)
47
+ psych (5.2.1)
48
+ date
44
49
  stringio
45
50
  racc (1.8.1)
46
- rack (3.1.7)
51
+ rack (3.1.8)
47
52
  rainbow (3.1.1)
48
53
  rake (13.2.1)
49
- rdoc (6.7.0)
54
+ rdoc (6.8.1)
50
55
  psych (>= 4.0.0)
51
- regexp_parser (2.9.2)
52
- reline (0.5.9)
56
+ regexp_parser (2.9.3)
57
+ reline (0.5.12)
53
58
  io-console (~> 0.5)
54
- rexml (3.3.4)
55
- strscan
56
- rubocop (1.65.1)
59
+ rubocop (1.69.1)
57
60
  json (~> 2.3)
58
61
  language_server-protocol (>= 3.17.0)
59
62
  parallel (~> 1.10)
60
63
  parser (>= 3.3.0.2)
61
64
  rainbow (>= 2.2.2, < 4.0)
62
- regexp_parser (>= 2.4, < 3.0)
63
- rexml (>= 3.2.5, < 4.0)
64
- rubocop-ast (>= 1.31.1, < 2.0)
65
+ regexp_parser (>= 2.9.3, < 3.0)
66
+ rubocop-ast (>= 1.36.2, < 2.0)
65
67
  ruby-progressbar (~> 1.7)
66
- unicode-display_width (>= 2.4.0, < 3.0)
67
- rubocop-ast (1.32.0)
68
+ unicode-display_width (>= 2.4.0, < 4.0)
69
+ rubocop-ast (1.36.2)
68
70
  parser (>= 3.3.1.0)
69
71
  rubocop-capybara (2.21.0)
70
72
  rubocop (~> 1.41)
71
73
  rubocop-factory_bot (2.26.1)
72
74
  rubocop (~> 1.61)
73
- rubocop-performance (1.21.1)
75
+ rubocop-performance (1.23.0)
74
76
  rubocop (>= 1.48.1, < 2.0)
75
77
  rubocop-ast (>= 1.31.1, < 2.0)
76
- rubocop-rails (2.25.1)
78
+ rubocop-rails (2.27.0)
77
79
  activesupport (>= 4.2.0)
78
80
  rack (>= 1.1)
79
- rubocop (>= 1.33.0, < 2.0)
81
+ rubocop (>= 1.52.0, < 2.0)
80
82
  rubocop-ast (>= 1.31.1, < 2.0)
81
83
  rubocop-rake (0.6.0)
82
84
  rubocop (~> 1.0)
83
- rubocop-rspec (3.0.4)
85
+ rubocop-rspec (3.2.0)
84
86
  rubocop (~> 1.61)
85
87
  rubocop-rspec_rails (2.30.0)
86
88
  rubocop (~> 1.61)
@@ -91,12 +93,14 @@ GEM
91
93
  memo_wise (>= 1.7, < 2)
92
94
  rainbow (>= 3.0, < 4)
93
95
  slop (~> 4.8)
96
+ securerandom (0.4.0)
94
97
  slop (4.10.1)
95
- stringio (3.1.1)
96
- strscan (3.1.0)
98
+ stringio (3.1.2)
97
99
  tzinfo (2.0.6)
98
100
  concurrent-ruby (~> 1.0)
99
- unicode-display_width (2.5.0)
101
+ unicode-display_width (3.1.2)
102
+ unicode-emoji (~> 4.0, >= 4.0.4)
103
+ unicode-emoji (4.0.4)
100
104
 
101
105
  PLATFORMS
102
106
  ruby
@@ -117,7 +121,7 @@ DEPENDENCIES
117
121
  runger_style!
118
122
 
119
123
  RUBY VERSION
120
- ruby 3.3.4p94
124
+ ruby 3.3.6p108
121
125
 
122
126
  BUNDLED WITH
123
- 2.5.11
127
+ 2.5.23
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.16.0'
4
+ VERSION = '2.18.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -45,6 +45,8 @@ Layout/LineLength:
45
45
  # Ignore line length if the line is a comment without any spaces; it's probably not something we
46
46
  # can fix (e.g. a long file path):
47
47
  - !ruby/regexp /^ *#? [\S]+$/
48
+ # Ignore long annotate comments about indexes.
49
+ - !ruby/regexp /^#\s+idx_on_/
48
50
  # Ignore RSpec description strings:
49
51
  - !ruby/regexp /^ *(context|describe|it) ['"].*['"].* do$/
50
52
  Max: 100
data/runger_style.gemspec CHANGED
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.required_ruby_version = ">= #{required_ruby_version}"
30
30
 
31
31
  spec.add_dependency('prism', '>= 0.24.0')
32
- spec.add_dependency('rubocop', '>= 1.38.0', '< 2')
32
+ spec.add_dependency('rubocop', '>= 1.38.0')
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.16.0
4
+ version: 2.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism
@@ -31,9 +31,6 @@ dependencies:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.38.0
34
- - - "<"
35
- - !ruby/object:Gem::Version
36
- version: '2'
37
34
  type: :runtime
38
35
  prerelease: false
39
36
  version_requirements: !ruby/object:Gem::Requirement
@@ -41,9 +38,6 @@ dependencies:
41
38
  - - ">="
42
39
  - !ruby/object:Gem::Version
43
40
  version: 1.38.0
44
- - - "<"
45
- - !ruby/object:Gem::Version
46
- version: '2'
47
41
  description: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
48
42
  email:
49
43
  - davidjrunger@gmail.com
@@ -104,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
98
  - !ruby/object:Gem::Version
105
99
  version: '0'
106
100
  requirements: []
107
- rubygems_version: 3.5.17
101
+ rubygems_version: 3.5.23
108
102
  signing_key:
109
103
  specification_version: 4
110
104
  summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger