dashbrains-rubocop-config 1.0.5 → 1.0.7
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 +14 -0
- data/Gemfile.lock +72 -54
- 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: a021a084f42605919633d85aef4b9108ddf5685e2ed966034256a3dcd74d7602
|
4
|
+
data.tar.gz: ed4ba5d028a29139f6f98ac6acba40a58103de5154d1766287c5712dd783aab0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c77aae0b9eafce5623660b79bb105737e845e2cb91655e3e9473afab419af0d0259964c768e88bab52275f75faf8270b0c96297cb64b31d2bcebe3f8b54c790
|
7
|
+
data.tar.gz: 83b88ad5d2d7ce73980d238b730bfdabc976450b32395e2cdb79588ea2daa71f8faa52c90baa45485ea1d454db12ee947a92f4b41e1d96e83122c0005b4dbefb
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.4.4
|
data/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby 3.
|
1
|
+
ruby 3.4.4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.0.7](https://github.com/DashBrains/rubocop-config/compare/v1.0.6...v1.0.7) (2025-06-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Miscellaneous Chores
|
7
|
+
|
8
|
+
* release 1.0.7 ([ac74218](https://github.com/DashBrains/rubocop-config/commit/ac74218aa78f5b2ef83893f7f6263d8914292e3e))
|
9
|
+
|
10
|
+
## [1.0.6](https://github.com/DashBrains/rubocop-config/compare/v1.1.0...v1.0.6) (2025-02-08)
|
11
|
+
|
12
|
+
|
13
|
+
### Miscellaneous Chores
|
14
|
+
|
15
|
+
* release 1.0.6 ([30d003b](https://github.com/DashBrains/rubocop-config/commit/30d003b26e6bd138fc4f8c87b249df4f9d3e0171))
|
16
|
+
|
3
17
|
## [1.1.0](https://github.com/DashBrains/rubocop-config/compare/v1.0.4...v1.1.0) (2024-10-19)
|
4
18
|
|
5
19
|
|
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.7)
|
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.2)
|
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,84 +29,101 @@ GEM
|
|
28
29
|
minitest (>= 5.1)
|
29
30
|
securerandom (>= 0.3)
|
30
31
|
tzinfo (~> 2.0, >= 2.0.5)
|
31
|
-
|
32
|
-
|
33
|
-
|
32
|
+
uri (>= 0.13.1)
|
33
|
+
ast (2.4.3)
|
34
|
+
base64 (0.3.0)
|
35
|
+
benchmark (0.4.1)
|
36
|
+
bigdecimal (3.2.2)
|
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.
|
39
|
-
drb (2.2.
|
40
|
-
i18n (1.14.
|
40
|
+
concurrent-ruby (1.3.5)
|
41
|
+
connection_pool (2.5.3)
|
42
|
+
drb (2.2.3)
|
43
|
+
i18n (1.14.7)
|
41
44
|
concurrent-ruby (~> 1.0)
|
42
|
-
json (2.
|
43
|
-
language_server-protocol (3.17.0.
|
45
|
+
json (2.12.2)
|
46
|
+
language_server-protocol (3.17.0.5)
|
44
47
|
lint_roller (1.1.0)
|
45
|
-
logger (1.
|
46
|
-
minitest (5.25.
|
47
|
-
parallel (1.
|
48
|
-
parser (3.3.
|
48
|
+
logger (1.7.0)
|
49
|
+
minitest (5.25.5)
|
50
|
+
parallel (1.27.0)
|
51
|
+
parser (3.3.8.0)
|
49
52
|
ast (~> 2.4.1)
|
50
53
|
racc
|
54
|
+
prism (1.4.0)
|
51
55
|
racc (1.8.1)
|
52
|
-
rack (3.1.
|
56
|
+
rack (3.1.16)
|
53
57
|
rainbow (3.1.1)
|
54
|
-
regexp_parser (2.
|
55
|
-
rubocop (1.
|
58
|
+
regexp_parser (2.10.0)
|
59
|
+
rubocop (1.75.8)
|
56
60
|
json (~> 2.3)
|
57
|
-
language_server-protocol (
|
61
|
+
language_server-protocol (~> 3.17.0.2)
|
62
|
+
lint_roller (~> 1.1.0)
|
58
63
|
parallel (~> 1.10)
|
59
64
|
parser (>= 3.3.0.2)
|
60
65
|
rainbow (>= 2.2.2, < 4.0)
|
61
|
-
regexp_parser (>= 2.
|
62
|
-
rubocop-ast (>= 1.
|
66
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
67
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
63
68
|
ruby-progressbar (~> 1.7)
|
64
|
-
unicode-display_width (>= 2.4.0, <
|
65
|
-
rubocop-ast (1.
|
66
|
-
parser (>= 3.3.
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
rubocop (~> 1.
|
71
|
-
rubocop-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
69
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
70
|
+
rubocop-ast (1.45.1)
|
71
|
+
parser (>= 3.3.7.2)
|
72
|
+
prism (~> 1.4)
|
73
|
+
rubocop-capybara (2.22.1)
|
74
|
+
lint_roller (~> 1.1)
|
75
|
+
rubocop (~> 1.72, >= 1.72.1)
|
76
|
+
rubocop-factory_bot (2.27.1)
|
77
|
+
lint_roller (~> 1.1)
|
78
|
+
rubocop (~> 1.72, >= 1.72.1)
|
79
|
+
rubocop-graphql (1.5.6)
|
80
|
+
lint_roller (~> 1.1)
|
81
|
+
rubocop (>= 1.72.1, < 2)
|
82
|
+
rubocop-minitest (0.38.1)
|
83
|
+
lint_roller (~> 1.1)
|
84
|
+
rubocop (>= 1.75.0, < 2.0)
|
85
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
86
|
+
rubocop-performance (1.25.0)
|
87
|
+
lint_roller (~> 1.1)
|
88
|
+
rubocop (>= 1.75.0, < 2.0)
|
89
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
90
|
+
rubocop-rails (2.32.0)
|
80
91
|
activesupport (>= 4.2.0)
|
92
|
+
lint_roller (~> 1.1)
|
81
93
|
rack (>= 1.1)
|
82
|
-
rubocop (>= 1.
|
83
|
-
rubocop-ast (>= 1.
|
84
|
-
rubocop-rspec (3.
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
rubocop (
|
94
|
+
rubocop (>= 1.75.0, < 2.0)
|
95
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
96
|
+
rubocop-rspec (3.6.0)
|
97
|
+
lint_roller (~> 1.1)
|
98
|
+
rubocop (~> 1.72, >= 1.72.1)
|
99
|
+
rubocop-rspec_rails (2.31.0)
|
100
|
+
lint_roller (~> 1.1)
|
101
|
+
rubocop (~> 1.72, >= 1.72.1)
|
102
|
+
rubocop-rspec (~> 3.5)
|
103
|
+
rubocop-sorbet (0.10.3)
|
104
|
+
lint_roller
|
105
|
+
rubocop (>= 1.75.2)
|
91
106
|
ruby-progressbar (1.13.0)
|
92
|
-
securerandom (0.
|
93
|
-
standard (1.
|
107
|
+
securerandom (0.4.1)
|
108
|
+
standard (1.50.0)
|
94
109
|
language_server-protocol (~> 3.17.0.2)
|
95
110
|
lint_roller (~> 1.0)
|
96
|
-
rubocop (~> 1.
|
111
|
+
rubocop (~> 1.75.5)
|
97
112
|
standard-custom (~> 1.0.0)
|
98
|
-
standard-performance (~> 1.
|
113
|
+
standard-performance (~> 1.8)
|
99
114
|
standard-custom (1.0.2)
|
100
115
|
lint_roller (~> 1.0)
|
101
116
|
rubocop (~> 1.50)
|
102
|
-
standard-performance (1.
|
117
|
+
standard-performance (1.8.0)
|
103
118
|
lint_roller (~> 1.1)
|
104
|
-
rubocop-performance (~> 1.
|
119
|
+
rubocop-performance (~> 1.25.0)
|
105
120
|
thor (1.3.2)
|
106
121
|
tzinfo (2.0.6)
|
107
122
|
concurrent-ruby (~> 1.0)
|
108
|
-
unicode-display_width (
|
123
|
+
unicode-display_width (3.1.4)
|
124
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
125
|
+
unicode-emoji (4.0.4)
|
126
|
+
uri (1.0.3)
|
109
127
|
|
110
128
|
PLATFORMS
|
111
129
|
arm64-darwin-22
|
@@ -131,4 +149,4 @@ DEPENDENCIES
|
|
131
149
|
standard
|
132
150
|
|
133
151
|
BUNDLED WITH
|
134
|
-
2.
|
152
|
+
2.6.9
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DashBrains
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 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.7
|
216
213
|
specification_version: 4
|
217
214
|
summary: Rubocop config for DashBrains
|
218
215
|
test_files: []
|