runger_style 2.2.1 → 2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26c0a52b2a7bda2a82c8b66c6c7661628d046ba01958b83f146fcb06cf2ed6a3
4
- data.tar.gz: 7b0d979baa14bc622bf5006fb4404cd0cf5a5777f4526e084875735ac9cc7009
3
+ metadata.gz: 4d08fc6e71e43db99d06ae53165ab0b4bc42fe74c9d7ba356837acf3e899f334
4
+ data.tar.gz: 5c336f4ced267342468601a2b8cfc0d79a1b7f17529e14807bba121f92426012
5
5
  SHA512:
6
- metadata.gz: 387e9c64b32a7d356611527196d61990c36fe4aceaed0570ec6bc2bd72088c309c016b3fbd3345dd1d5833b5024b350e0ffd8d394c68945d0212f47aad4e61a9
7
- data.tar.gz: 38f42e284f273666c3a0704525a0452b3005c6cc65f9516a5b16200b4f675e7c960779649e4fac9360529479c06cdce9486fd4733915709bc0ce3500555518ce
6
+ metadata.gz: 54ad74a1218188340cce06dc15bf7cd8cbf4af60972afc8d3d84cdb13578fca160b3bb21fe7c616c23a7d6162dfc2ec7ac474ae71e316593bea92374f81415ed
7
+ data.tar.gz: 6fe501a9f2d2cf330eb361f7ce4ebe5271bc1a208394ce8b6bfb04207e9ab3a1f2ce531d21de8c93fda43830ae1e4bab3d8dd03550469fea7ad54fcd4fbc0a83
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v2.3.0 (2024-05-17)
2
+ - Disable `Layout/HeredocIndentation` temporarily due to prism/rubocop bugs
3
+
1
4
  ## v2.2.1 (2024-04-01)
2
5
  [no unreleased changes yet]
3
6
 
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.2.1)
4
+ runger_style (2.3.0)
5
5
  prism (>= 0.24.0)
6
6
  rubocop (>= 1.38.0, < 2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.3.2)
11
+ activesupport (7.1.3.3)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,29 +20,30 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.7)
23
+ bigdecimal (3.1.8)
24
24
  concurrent-ruby (1.2.3)
25
25
  connection_pool (2.4.1)
26
26
  drb (2.2.1)
27
- i18n (1.14.4)
27
+ i18n (1.14.5)
28
28
  concurrent-ruby (~> 1.0)
29
- json (2.7.1)
29
+ json (2.7.2)
30
30
  language_server-protocol (3.17.0.3)
31
31
  memo_wise (1.8.0)
32
- minitest (5.22.3)
32
+ minitest (5.23.0)
33
33
  mutex_m (0.2.0)
34
34
  parallel (1.24.0)
35
- parser (3.3.0.5)
35
+ parser (3.3.1.0)
36
36
  ast (~> 2.4.1)
37
37
  racc
38
- prism (0.24.0)
38
+ prism (0.29.0)
39
39
  racc (1.7.3)
40
- rack (3.0.10)
40
+ rack (3.0.11)
41
41
  rainbow (3.1.1)
42
- rake (13.1.0)
43
- regexp_parser (2.9.0)
44
- rexml (3.2.6)
45
- rubocop (1.62.1)
42
+ rake (13.2.1)
43
+ regexp_parser (2.9.2)
44
+ rexml (3.2.8)
45
+ strscan (>= 3.0.9)
46
+ rubocop (1.63.5)
46
47
  json (~> 2.3)
47
48
  language_server-protocol (>= 3.17.0)
48
49
  parallel (~> 1.10)
@@ -53,8 +54,8 @@ GEM
53
54
  rubocop-ast (>= 1.31.1, < 2.0)
54
55
  ruby-progressbar (~> 1.7)
55
56
  unicode-display_width (>= 2.4.0, < 3.0)
56
- rubocop-ast (1.31.2)
57
- parser (>= 3.3.0.4)
57
+ rubocop-ast (1.31.3)
58
+ parser (>= 3.3.1.0)
58
59
  rubocop-capybara (2.20.0)
59
60
  rubocop (~> 1.41)
60
61
  rubocop-factory_bot (2.25.1)
@@ -62,19 +63,19 @@ GEM
62
63
  rubocop-performance (1.21.0)
63
64
  rubocop (>= 1.48.1, < 2.0)
64
65
  rubocop-ast (>= 1.31.1, < 2.0)
65
- rubocop-rails (2.24.1)
66
+ rubocop-rails (2.25.0)
66
67
  activesupport (>= 4.2.0)
67
68
  rack (>= 1.1)
68
69
  rubocop (>= 1.33.0, < 2.0)
69
70
  rubocop-ast (>= 1.31.1, < 2.0)
70
71
  rubocop-rake (0.6.0)
71
72
  rubocop (~> 1.0)
72
- rubocop-rspec (2.28.0)
73
+ rubocop-rspec (2.29.2)
73
74
  rubocop (~> 1.40)
74
75
  rubocop-capybara (~> 2.17)
75
76
  rubocop-factory_bot (~> 2.22)
76
77
  rubocop-rspec_rails (~> 2.28)
77
- rubocop-rspec_rails (2.28.2)
78
+ rubocop-rspec_rails (2.28.3)
78
79
  rubocop (~> 1.40)
79
80
  ruby-progressbar (1.13.0)
80
81
  runger_release_assistant (0.6.0)
@@ -83,6 +84,7 @@ GEM
83
84
  rainbow (>= 3.0, < 4)
84
85
  slop (~> 4.8)
85
86
  slop (4.10.1)
87
+ strscan (3.1.0)
86
88
  tzinfo (2.0.6)
87
89
  concurrent-ruby (~> 1.0)
88
90
  unicode-display_width (2.5.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.2.1'
4
+ VERSION = '2.3.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -35,6 +35,8 @@ Layout/FirstArrayElementIndentation:
35
35
  EnforcedStyle: consistent
36
36
  Layout/FirstMethodArgumentLineBreak:
37
37
  Enabled: false
38
+ Layout/HeredocIndentation:
39
+ Enabled: false # disabled (hopefully temporarily) due to prism/rubocop bug with this cop
38
40
  Layout/LineEndStringConcatenationIndentation:
39
41
  Exclude:
40
42
  - bin/*
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.2.1
4
+ version: 2.3.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-04-01 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism