dashbrains-rubocop-config 1.0.6 → 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 +7 -0
- data/Gemfile.lock +61 -49
- data/lib/version.rb +1 -1
- metadata +3 -3
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.4.
|
1
|
+
3.4.4
|
data/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby 3.4.
|
1
|
+
ruby 3.4.4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
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
|
+
|
3
10
|
## [1.0.6](https://github.com/DashBrains/rubocop-config/compare/v1.1.0...v1.0.6) (2025-02-08)
|
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.7)
|
5
5
|
rubocop
|
6
6
|
rubocop-capybara
|
7
7
|
rubocop-factory_bot
|
@@ -17,7 +17,7 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
activesupport (8.0.
|
20
|
+
activesupport (8.0.2)
|
21
21
|
base64
|
22
22
|
benchmark (>= 0.3)
|
23
23
|
bigdecimal
|
@@ -30,88 +30,100 @@ GEM
|
|
30
30
|
securerandom (>= 0.3)
|
31
31
|
tzinfo (~> 2.0, >= 2.0.5)
|
32
32
|
uri (>= 0.13.1)
|
33
|
-
ast (2.4.
|
34
|
-
base64 (0.
|
35
|
-
benchmark (0.4.
|
36
|
-
bigdecimal (3.
|
33
|
+
ast (2.4.3)
|
34
|
+
base64 (0.3.0)
|
35
|
+
benchmark (0.4.1)
|
36
|
+
bigdecimal (3.2.2)
|
37
37
|
bundler-audit (0.9.2)
|
38
38
|
bundler (>= 1.2.0, < 3)
|
39
39
|
thor (~> 1.0)
|
40
40
|
concurrent-ruby (1.3.5)
|
41
|
-
connection_pool (2.5.
|
42
|
-
drb (2.2.
|
41
|
+
connection_pool (2.5.3)
|
42
|
+
drb (2.2.3)
|
43
43
|
i18n (1.14.7)
|
44
44
|
concurrent-ruby (~> 1.0)
|
45
|
-
json (2.
|
46
|
-
language_server-protocol (3.17.0.
|
45
|
+
json (2.12.2)
|
46
|
+
language_server-protocol (3.17.0.5)
|
47
47
|
lint_roller (1.1.0)
|
48
|
-
logger (1.
|
49
|
-
minitest (5.25.
|
50
|
-
parallel (1.
|
51
|
-
parser (3.3.
|
48
|
+
logger (1.7.0)
|
49
|
+
minitest (5.25.5)
|
50
|
+
parallel (1.27.0)
|
51
|
+
parser (3.3.8.0)
|
52
52
|
ast (~> 2.4.1)
|
53
53
|
racc
|
54
|
+
prism (1.4.0)
|
54
55
|
racc (1.8.1)
|
55
|
-
rack (3.1.
|
56
|
+
rack (3.1.16)
|
56
57
|
rainbow (3.1.1)
|
57
58
|
regexp_parser (2.10.0)
|
58
|
-
rubocop (1.
|
59
|
+
rubocop (1.75.8)
|
59
60
|
json (~> 2.3)
|
60
|
-
language_server-protocol (
|
61
|
+
language_server-protocol (~> 3.17.0.2)
|
62
|
+
lint_roller (~> 1.1.0)
|
61
63
|
parallel (~> 1.10)
|
62
64
|
parser (>= 3.3.0.2)
|
63
65
|
rainbow (>= 2.2.2, < 4.0)
|
64
66
|
regexp_parser (>= 2.9.3, < 3.0)
|
65
|
-
rubocop-ast (>= 1.
|
67
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
66
68
|
ruby-progressbar (~> 1.7)
|
67
69
|
unicode-display_width (>= 2.4.0, < 4.0)
|
68
|
-
rubocop-ast (1.
|
69
|
-
parser (>= 3.3.
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
rubocop (~> 1.
|
74
|
-
rubocop-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
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)
|
83
91
|
activesupport (>= 4.2.0)
|
92
|
+
lint_roller (~> 1.1)
|
84
93
|
rack (>= 1.1)
|
85
|
-
rubocop (>= 1.
|
86
|
-
rubocop-ast (>= 1.
|
87
|
-
rubocop-rspec (3.
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
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)
|
94
106
|
ruby-progressbar (1.13.0)
|
95
107
|
securerandom (0.4.1)
|
96
|
-
standard (1.
|
108
|
+
standard (1.50.0)
|
97
109
|
language_server-protocol (~> 3.17.0.2)
|
98
110
|
lint_roller (~> 1.0)
|
99
|
-
rubocop (~> 1.
|
111
|
+
rubocop (~> 1.75.5)
|
100
112
|
standard-custom (~> 1.0.0)
|
101
|
-
standard-performance (~> 1.
|
113
|
+
standard-performance (~> 1.8)
|
102
114
|
standard-custom (1.0.2)
|
103
115
|
lint_roller (~> 1.0)
|
104
116
|
rubocop (~> 1.50)
|
105
|
-
standard-performance (1.
|
117
|
+
standard-performance (1.8.0)
|
106
118
|
lint_roller (~> 1.1)
|
107
|
-
rubocop-performance (~> 1.
|
119
|
+
rubocop-performance (~> 1.25.0)
|
108
120
|
thor (1.3.2)
|
109
121
|
tzinfo (2.0.6)
|
110
122
|
concurrent-ruby (~> 1.0)
|
111
123
|
unicode-display_width (3.1.4)
|
112
124
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
113
125
|
unicode-emoji (4.0.4)
|
114
|
-
uri (1.0.
|
126
|
+
uri (1.0.3)
|
115
127
|
|
116
128
|
PLATFORMS
|
117
129
|
arm64-darwin-22
|
@@ -137,4 +149,4 @@ DEPENDENCIES
|
|
137
149
|
standard
|
138
150
|
|
139
151
|
BUNDLED WITH
|
140
|
-
2.6.
|
152
|
+
2.6.9
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +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
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rubocop
|
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
209
|
- !ruby/object:Gem::Version
|
210
210
|
version: '0'
|
211
211
|
requirements: []
|
212
|
-
rubygems_version: 3.6.
|
212
|
+
rubygems_version: 3.6.7
|
213
213
|
specification_version: 4
|
214
214
|
summary: Rubocop config for DashBrains
|
215
215
|
test_files: []
|