runger_style 2.9.0 → 2.10.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: 66094570eaa38cd1fb142e47bd16dbe1773afdad49cb907d660c1cb70a253f7e
4
- data.tar.gz: 0a512e14684b22a04cdc139fe53962136f25306f38f6c72ce5fa8f67a7f425df
3
+ metadata.gz: 4003beb075b4627c1c32c3570da6ef4ee226b2ff930cb4dcdd03666bbdfaa9ca
4
+ data.tar.gz: 017c1b1910a06ed49d3b6be087fd3e91e548a2199682d14469f005435de78ade
5
5
  SHA512:
6
- metadata.gz: 8899f7cf90346ff284d7a206881c38123eba17709de7db956435096e55b9abe50d18f8363e2e1201451735c983e125a0b4c7a3fa7708731bd72aa8e0dde7ead7
7
- data.tar.gz: 4cbb15ccd6689ea782c0e3f90b022ccc9d27bc6c63bd7125fdb4cefaa4ebe99776ab2086f418b751dac6e00f5033952d8ddf01caa3c4e5e2b39794e0db57e3b2
6
+ metadata.gz: 2ed6ec000ba971fb7ed38929918e9b139cd0ae7367e43ffd7a13d501b892cf2b3ae7881854577cba48d481a0f5b8085bd34cfce5c1ba1e2413f1cff21de71fcc
7
+ data.tar.gz: 4502e03fdc032f5178e930bb01ab4b16ccf10d775e2e0dc65bc23f47553388495d1b51e131bf89d073e11c4d421b0e50d8924763104510470e6a67d2e92cda30
@@ -1,9 +1,12 @@
1
+ ---
1
2
  version: 2
2
3
  updates:
3
- - package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "04:04"
8
- timezone: America/Chicago
9
- open-pull-requests-limit: 20
4
+ - package-ecosystem: bundler
5
+ directory: "/"
6
+ schedule:
7
+ interval: daily
8
+ time: "04:04"
9
+ timezone: America/Chicago
10
+ open-pull-requests-limit: 20
11
+ allow:
12
+ - dependency-type: all
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v2.10.0 (2024-07-05)
2
+ - Enable `Layout/FirstMethodArgumentLineBreak`
3
+
1
4
  ## v2.9.0 (2024-06-28)
2
5
  - Enforce only major and minor parts of required Ruby version (loosening the required Ruby version from 3.3.3 to 3.3.0)
3
6
 
data/Gemfile CHANGED
@@ -8,6 +8,7 @@ gemspec
8
8
 
9
9
  group :development, :test do
10
10
  gem 'bundler'
11
+ gem 'irb'
11
12
  gem 'rake'
12
13
  gem 'rubocop'
13
14
  gem 'rubocop-performance'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.9.0)
4
+ runger_style (2.10.0)
5
5
  prism (>= 0.24.0)
6
6
  rubocop (>= 1.38.0, < 2)
7
7
 
@@ -26,21 +26,31 @@ GEM
26
26
  drb (2.2.1)
27
27
  i18n (1.14.5)
28
28
  concurrent-ruby (~> 1.0)
29
+ io-console (0.7.2)
30
+ irb (1.13.1)
31
+ rdoc (>= 4.0.0)
32
+ reline (>= 0.4.2)
29
33
  json (2.7.2)
30
34
  language_server-protocol (3.17.0.3)
31
35
  memo_wise (1.9.0)
32
- minitest (5.24.0)
36
+ minitest (5.24.1)
33
37
  mutex_m (0.2.0)
34
38
  parallel (1.25.1)
35
39
  parser (3.3.3.0)
36
40
  ast (~> 2.4.1)
37
41
  racc
38
42
  prism (0.30.0)
43
+ psych (5.1.2)
44
+ stringio
39
45
  racc (1.8.0)
40
- rack (3.1.4)
46
+ rack (3.1.6)
41
47
  rainbow (3.1.1)
42
48
  rake (13.2.1)
49
+ rdoc (6.7.0)
50
+ psych (>= 4.0.0)
43
51
  regexp_parser (2.9.2)
52
+ reline (0.5.9)
53
+ io-console (~> 0.5)
44
54
  rexml (3.3.1)
45
55
  strscan
46
56
  rubocop (1.64.1)
@@ -63,25 +73,26 @@ GEM
63
73
  rubocop-performance (1.21.1)
64
74
  rubocop (>= 1.48.1, < 2.0)
65
75
  rubocop-ast (>= 1.31.1, < 2.0)
66
- rubocop-rails (2.25.0)
76
+ rubocop-rails (2.25.1)
67
77
  activesupport (>= 4.2.0)
68
78
  rack (>= 1.1)
69
79
  rubocop (>= 1.33.0, < 2.0)
70
80
  rubocop-ast (>= 1.31.1, < 2.0)
71
81
  rubocop-rake (0.6.0)
72
82
  rubocop (~> 1.0)
73
- rubocop-rspec (3.0.1)
83
+ rubocop-rspec (3.0.2)
74
84
  rubocop (~> 1.61)
75
85
  rubocop-rspec_rails (2.30.0)
76
86
  rubocop (~> 1.61)
77
87
  rubocop-rspec (~> 3, >= 3.0.1)
78
88
  ruby-progressbar (1.13.0)
79
- runger_release_assistant (0.8.0)
89
+ runger_release_assistant (0.9.0)
80
90
  activesupport (>= 6, < 8)
81
91
  memo_wise (>= 1.7, < 2)
82
92
  rainbow (>= 3.0, < 4)
83
93
  slop (~> 4.8)
84
94
  slop (4.10.1)
95
+ stringio (3.1.1)
85
96
  strscan (3.1.0)
86
97
  tzinfo (2.0.6)
87
98
  concurrent-ruby (~> 1.0)
@@ -92,6 +103,7 @@ PLATFORMS
92
103
 
93
104
  DEPENDENCIES
94
105
  bundler
106
+ irb
95
107
  rake
96
108
  rubocop
97
109
  rubocop-capybara
data/bin/console ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'runger_style'
6
+
7
+ require 'irb'
8
+ IRB.start(__FILE__)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.9.0'
4
+ VERSION = '2.10.0'
5
5
  end
data/lib/runger_style.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'rubocop'
4
+
3
5
  module RungerStyle ; end
4
6
 
5
7
  require 'runger_style/version'
data/rulesets/default.yml CHANGED
@@ -33,8 +33,6 @@ Layout/FirstArgumentIndentation:
33
33
  Enabled: false # this rule doesn't play nicely with the way that I like to use `memoize`
34
34
  Layout/FirstArrayElementIndentation:
35
35
  EnforcedStyle: consistent
36
- Layout/FirstMethodArgumentLineBreak:
37
- Enabled: false
38
36
  Layout/LineEndStringConcatenationIndentation:
39
37
  Exclude:
40
38
  - 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.9.0
4
+ version: 2.10.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-06-28 00:00:00.000000000 Z
11
+ date: 2024-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism
@@ -65,6 +65,7 @@ files:
65
65
  - README.md
66
66
  - RELEASING.md
67
67
  - Rakefile
68
+ - bin/console
68
69
  - bin/release
69
70
  - bin/rubocop
70
71
  - lib/runger_style.rb