runger_style 2.9.0 → 2.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +10 -7
- data/CHANGELOG.md +3 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +18 -6
- data/bin/console +8 -0
- data/lib/runger_style/version.rb +1 -1
- data/lib/runger_style.rb +2 -0
- data/rulesets/default.yml +0 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4003beb075b4627c1c32c3570da6ef4ee226b2ff930cb4dcdd03666bbdfaa9ca
|
4
|
+
data.tar.gz: 017c1b1910a06ed49d3b6be087fd3e91e548a2199682d14469f005435de78ade
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ed6ec000ba971fb7ed38929918e9b139cd0ae7367e43ffd7a13d501b892cf2b3ae7881854577cba48d481a0f5b8085bd34cfce5c1ba1e2413f1cff21de71fcc
|
7
|
+
data.tar.gz: 4502e03fdc032f5178e930bb01ab4b16ccf10d775e2e0dc65bc23f47553388495d1b51e131bf89d073e11c4d421b0e50d8924763104510470e6a67d2e92cda30
|
data/.github/dependabot.yml
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
+
---
|
1
2
|
version: 2
|
2
3
|
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
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
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_style (2.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
data/lib/runger_style/version.rb
CHANGED
data/lib/runger_style.rb
CHANGED
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.
|
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-
|
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
|