runger_style 0.6.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +2 -2
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +10 -10
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/default.yml +1 -1
- data/runger_style.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eac5a812bcdc1475b4460ba34cccbd966670d713c8b47a82021c718c5bf566ec
|
4
|
+
data.tar.gz: ad77e24d503d54cd0a77e96404ac32654fb28ee7a6eb042b3c0c26bbd7c6d17e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d804793c088976a0f259f4435f28bf478d361c7fd76ad22d638b0be895cefd6615d3be1a2667b426c70b40c9873bf623bccfc6fbd79ece3c360b38ba29bf887
|
7
|
+
data.tar.gz: 9628258088f4826beb77144a83906b3ce2ebb450c7a2326397e0ae553fda8ac380ac5e69fd2d1b52aaf4621b6929c6b6808227c953b71644aa198e2d5812da72
|
data/.github/workflows/ruby.yml
CHANGED
@@ -10,10 +10,10 @@ jobs:
|
|
10
10
|
runs-on: ubuntu-latest
|
11
11
|
steps:
|
12
12
|
- uses: actions/checkout@v3
|
13
|
-
- name: Set up Ruby 3.
|
13
|
+
- name: Set up Ruby 3.3.0
|
14
14
|
uses: ruby/setup-ruby@v1
|
15
15
|
with:
|
16
|
-
ruby-version: 3.
|
16
|
+
ruby-version: 3.3.0
|
17
17
|
bundler-cache: true
|
18
18
|
- name: Set up
|
19
19
|
run: |
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_style (0.
|
4
|
+
runger_style (1.0.0)
|
5
5
|
rubocop (>= 1.38.0, < 2)
|
6
6
|
|
7
7
|
GEM
|
@@ -19,19 +19,19 @@ GEM
|
|
19
19
|
tzinfo (~> 2.0)
|
20
20
|
ast (2.4.2)
|
21
21
|
base64 (0.2.0)
|
22
|
-
bigdecimal (3.1.
|
22
|
+
bigdecimal (3.1.5)
|
23
23
|
concurrent-ruby (1.2.2)
|
24
24
|
connection_pool (2.4.1)
|
25
25
|
drb (2.2.0)
|
26
26
|
ruby2_keywords
|
27
27
|
i18n (1.14.1)
|
28
28
|
concurrent-ruby (~> 1.0)
|
29
|
-
json (2.7.
|
29
|
+
json (2.7.1)
|
30
30
|
language_server-protocol (3.17.0.3)
|
31
31
|
memo_wise (1.7.0)
|
32
32
|
minitest (5.20.0)
|
33
33
|
mutex_m (0.2.0)
|
34
|
-
parallel (1.
|
34
|
+
parallel (1.24.0)
|
35
35
|
parser (3.2.2.4)
|
36
36
|
ast (~> 2.4.1)
|
37
37
|
racc
|
@@ -39,9 +39,9 @@ GEM
|
|
39
39
|
rack (3.0.8)
|
40
40
|
rainbow (3.1.1)
|
41
41
|
rake (13.1.0)
|
42
|
-
regexp_parser (2.8.
|
42
|
+
regexp_parser (2.8.3)
|
43
43
|
rexml (3.2.6)
|
44
|
-
rubocop (1.
|
44
|
+
rubocop (1.59.0)
|
45
45
|
json (~> 2.3)
|
46
46
|
language_server-protocol (>= 3.17.0)
|
47
47
|
parallel (~> 1.10)
|
@@ -58,10 +58,10 @@ GEM
|
|
58
58
|
rubocop (~> 1.41)
|
59
59
|
rubocop-factory_bot (2.24.0)
|
60
60
|
rubocop (~> 1.33)
|
61
|
-
rubocop-performance (1.
|
62
|
-
rubocop (>= 1.
|
63
|
-
rubocop-ast (>=
|
64
|
-
rubocop-rails (2.
|
61
|
+
rubocop-performance (1.20.1)
|
62
|
+
rubocop (>= 1.48.1, < 2.0)
|
63
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
64
|
+
rubocop-rails (2.23.1)
|
65
65
|
activesupport (>= 4.2.0)
|
66
66
|
rack (>= 1.1)
|
67
67
|
rubocop (>= 1.33.0, < 2.0)
|
data/lib/runger_style/version.rb
CHANGED
data/rulesets/default.yml
CHANGED
data/runger_style.gemspec
CHANGED
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: 0.
|
4
|
+
version: 1.0.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: 2023-12-
|
11
|
+
date: 2023-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -78,14 +78,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
79
79
|
- - ">="
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 3.
|
81
|
+
version: 3.3.0
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
84
|
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.
|
88
|
+
rubygems_version: 3.5.3
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
|