dashbrains-rubocop-config 1.0.5 → 1.0.6
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 +4 -4
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +36 -30
- data/lib/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e890c37766577824e2dd9e13a17419a069905e33278148422dc7e1afc633be0
|
4
|
+
data.tar.gz: ef286f72b12ef4b637d41f82a7085f151b11b099356e2ad7701dac249521fd09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19fa076ab801e64fe5c26420ebd4f302e2ce1197cb1bfbe239507fbfe203f2d8d3829c353162a12f0d03b071f2e68317baa8e434b5b62207e03676347908c5c0
|
7
|
+
data.tar.gz: e73bf2173f5e0c1305e29522a047841678b6f66a8a1885f62b509cfbb23f8db2c9009275f2d28590c1d3579f45d7b24994d889d759dab7d185a2502e265ffbd0
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.4.1
|
data/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby 3.
|
1
|
+
ruby 3.4.1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.0.6](https://github.com/DashBrains/rubocop-config/compare/v1.1.0...v1.0.6) (2025-02-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Miscellaneous Chores
|
7
|
+
|
8
|
+
* release 1.0.6 ([30d003b](https://github.com/DashBrains/rubocop-config/commit/30d003b26e6bd138fc4f8c87b249df4f9d3e0171))
|
9
|
+
|
3
10
|
## [1.1.0](https://github.com/DashBrains/rubocop-config/compare/v1.0.4...v1.1.0) (2024-10-19)
|
4
11
|
|
5
12
|
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dashbrains-rubocop-config (1.0.
|
4
|
+
dashbrains-rubocop-config (1.0.6)
|
5
5
|
rubocop
|
6
6
|
rubocop-capybara
|
7
7
|
rubocop-factory_bot
|
@@ -17,8 +17,9 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
activesupport (
|
20
|
+
activesupport (8.0.1)
|
21
21
|
base64
|
22
|
+
benchmark (>= 0.3)
|
22
23
|
bigdecimal
|
23
24
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
24
25
|
connection_pool (>= 2.2.5)
|
@@ -28,41 +29,43 @@ GEM
|
|
28
29
|
minitest (>= 5.1)
|
29
30
|
securerandom (>= 0.3)
|
30
31
|
tzinfo (~> 2.0, >= 2.0.5)
|
32
|
+
uri (>= 0.13.1)
|
31
33
|
ast (2.4.2)
|
32
34
|
base64 (0.2.0)
|
33
|
-
|
35
|
+
benchmark (0.4.0)
|
36
|
+
bigdecimal (3.1.9)
|
34
37
|
bundler-audit (0.9.2)
|
35
38
|
bundler (>= 1.2.0, < 3)
|
36
39
|
thor (~> 1.0)
|
37
|
-
concurrent-ruby (1.3.
|
38
|
-
connection_pool (2.
|
40
|
+
concurrent-ruby (1.3.5)
|
41
|
+
connection_pool (2.5.0)
|
39
42
|
drb (2.2.1)
|
40
|
-
i18n (1.14.
|
43
|
+
i18n (1.14.7)
|
41
44
|
concurrent-ruby (~> 1.0)
|
42
|
-
json (2.
|
43
|
-
language_server-protocol (3.17.0.
|
45
|
+
json (2.9.1)
|
46
|
+
language_server-protocol (3.17.0.4)
|
44
47
|
lint_roller (1.1.0)
|
45
|
-
logger (1.6.
|
46
|
-
minitest (5.25.
|
48
|
+
logger (1.6.5)
|
49
|
+
minitest (5.25.4)
|
47
50
|
parallel (1.26.3)
|
48
|
-
parser (3.3.
|
51
|
+
parser (3.3.7.1)
|
49
52
|
ast (~> 2.4.1)
|
50
53
|
racc
|
51
54
|
racc (1.8.1)
|
52
|
-
rack (3.1.
|
55
|
+
rack (3.1.9)
|
53
56
|
rainbow (3.1.1)
|
54
|
-
regexp_parser (2.
|
55
|
-
rubocop (1.
|
57
|
+
regexp_parser (2.10.0)
|
58
|
+
rubocop (1.70.0)
|
56
59
|
json (~> 2.3)
|
57
60
|
language_server-protocol (>= 3.17.0)
|
58
61
|
parallel (~> 1.10)
|
59
62
|
parser (>= 3.3.0.2)
|
60
63
|
rainbow (>= 2.2.2, < 4.0)
|
61
|
-
regexp_parser (>= 2.
|
62
|
-
rubocop-ast (>= 1.
|
64
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
65
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
63
66
|
ruby-progressbar (~> 1.7)
|
64
|
-
unicode-display_width (>= 2.4.0, <
|
65
|
-
rubocop-ast (1.
|
67
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
68
|
+
rubocop-ast (1.38.0)
|
66
69
|
parser (>= 3.3.1.0)
|
67
70
|
rubocop-capybara (2.21.0)
|
68
71
|
rubocop (~> 1.41)
|
@@ -73,39 +76,42 @@ GEM
|
|
73
76
|
rubocop-minitest (0.36.0)
|
74
77
|
rubocop (>= 1.61, < 2.0)
|
75
78
|
rubocop-ast (>= 1.31.1, < 2.0)
|
76
|
-
rubocop-performance (1.
|
79
|
+
rubocop-performance (1.23.1)
|
77
80
|
rubocop (>= 1.48.1, < 2.0)
|
78
81
|
rubocop-ast (>= 1.31.1, < 2.0)
|
79
|
-
rubocop-rails (2.
|
82
|
+
rubocop-rails (2.29.1)
|
80
83
|
activesupport (>= 4.2.0)
|
81
84
|
rack (>= 1.1)
|
82
85
|
rubocop (>= 1.52.0, < 2.0)
|
83
86
|
rubocop-ast (>= 1.31.1, < 2.0)
|
84
|
-
rubocop-rspec (3.
|
87
|
+
rubocop-rspec (3.4.0)
|
85
88
|
rubocop (~> 1.61)
|
86
89
|
rubocop-rspec_rails (2.30.0)
|
87
90
|
rubocop (~> 1.61)
|
88
91
|
rubocop-rspec (~> 3, >= 3.0.1)
|
89
|
-
rubocop-sorbet (0.8.
|
92
|
+
rubocop-sorbet (0.8.7)
|
90
93
|
rubocop (>= 1)
|
91
94
|
ruby-progressbar (1.13.0)
|
92
|
-
securerandom (0.
|
93
|
-
standard (1.
|
95
|
+
securerandom (0.4.1)
|
96
|
+
standard (1.44.0)
|
94
97
|
language_server-protocol (~> 3.17.0.2)
|
95
98
|
lint_roller (~> 1.0)
|
96
|
-
rubocop (~> 1.
|
99
|
+
rubocop (~> 1.70.0)
|
97
100
|
standard-custom (~> 1.0.0)
|
98
|
-
standard-performance (~> 1.
|
101
|
+
standard-performance (~> 1.6)
|
99
102
|
standard-custom (1.0.2)
|
100
103
|
lint_roller (~> 1.0)
|
101
104
|
rubocop (~> 1.50)
|
102
|
-
standard-performance (1.
|
105
|
+
standard-performance (1.6.0)
|
103
106
|
lint_roller (~> 1.1)
|
104
|
-
rubocop-performance (~> 1.
|
107
|
+
rubocop-performance (~> 1.23.0)
|
105
108
|
thor (1.3.2)
|
106
109
|
tzinfo (2.0.6)
|
107
110
|
concurrent-ruby (~> 1.0)
|
108
|
-
unicode-display_width (
|
111
|
+
unicode-display_width (3.1.4)
|
112
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
113
|
+
unicode-emoji (4.0.4)
|
114
|
+
uri (1.0.2)
|
109
115
|
|
110
116
|
PLATFORMS
|
111
117
|
arm64-darwin-22
|
@@ -131,4 +137,4 @@ DEPENDENCIES
|
|
131
137
|
standard
|
132
138
|
|
133
139
|
BUNDLED WITH
|
134
|
-
2.
|
140
|
+
2.6.3
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dashbrains-rubocop-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DashBrains
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-08 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rubocop
|
@@ -196,7 +195,6 @@ metadata:
|
|
196
195
|
homepage_uri: https://github.com/DashBrains/rubocop-config
|
197
196
|
source_code_uri: https://github.com/DashBrains/rubocop-config
|
198
197
|
rubygems_mfa_required: 'true'
|
199
|
-
post_install_message:
|
200
198
|
rdoc_options: []
|
201
199
|
require_paths:
|
202
200
|
- lib
|
@@ -211,8 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
209
|
- !ruby/object:Gem::Version
|
212
210
|
version: '0'
|
213
211
|
requirements: []
|
214
|
-
rubygems_version: 3.
|
215
|
-
signing_key:
|
212
|
+
rubygems_version: 3.6.2
|
216
213
|
specification_version: 4
|
217
214
|
summary: Rubocop config for DashBrains
|
218
215
|
test_files: []
|