rubocop_challenger 2.4.0 → 2.5.0
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/.github/ISSUE_TEMPLATE/bug_report.md +1 -0
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +1 -1
- data/CHANGELOG.md +19 -0
- data/Gemfile.lock +27 -20
- data/challenger.gemspec +1 -0
- data/lib/rubocop_challenger/version.rb +1 -1
- data/lib/rubocop_challenger.rb +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3a960d3fe4d206f4cc46209f87444ba12896451ed28a3d90fb166cd73c82823
|
|
4
|
+
data.tar.gz: 68a41f56882ec3c7256d47b4c0470fea111ea65f5904f7030b0790c998ba8331
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1c137155a305fe02312079d18c38de44b52a3163a8c4748f1e813cb5d53551bbebb466ec6c15d142bc70ac2b36a850963919acaaab7e871e936c7324f43d02b
|
|
7
|
+
data.tar.gz: 1b1ffa7014dca47a0eb0e0bcadb2a19c7b08ddebaf18d4581090307804195f14d8dab98694079787c84ef2c9beaf7fa2c730b75ed51ea5a51c02931893e6acd3
|
|
@@ -21,6 +21,7 @@ Add error message and backtrace if you can see.
|
|
|
21
21
|
- rubocop-performance: [e.g. 1.2.3]
|
|
22
22
|
- rubocop-rails: [e.g. 1.2.3]
|
|
23
23
|
- rubocop-rspec: [e.g. 1.2.3]
|
|
24
|
+
- rubocop-thread_safety: [e.g. 1.2.3]
|
|
24
25
|
|
|
25
26
|
**Additional context**
|
|
26
27
|
Add any other context about the problem here.
|
data/.rubocop.yml
CHANGED
data/.rubocop_todo.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This configuration was generated by
|
|
2
2
|
# `rubocop --auto-gen-config --exclude-limit 30 --no-auto-gen-timestamp`
|
|
3
|
-
# using RuboCop version 1.
|
|
3
|
+
# using RuboCop version 1.24.1.
|
|
4
4
|
# The point is for the user to remove these configuration records
|
|
5
5
|
# one by one as the offenses are removed from the code base.
|
|
6
6
|
# Note that changes in the inspected code, or installation of new
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Change log
|
|
2
2
|
|
|
3
|
+
## v2.5.0 (Jan 18, 2022)
|
|
4
|
+
|
|
5
|
+
### Feature
|
|
6
|
+
|
|
7
|
+
* [#566](https://github.com/ryz310/rubocop_challenger/pull/566) Support rubocop thread safety ([@ryz310](https://github.com/ryz310))
|
|
8
|
+
|
|
9
|
+
### Rubocop Challenge
|
|
10
|
+
|
|
11
|
+
* [#554](https://github.com/ryz310/rubocop_challenger/pull/554) ryz310/rubocop-challenge/20211226233047 ([@ryz310](https://github.com/ryz310))
|
|
12
|
+
* [#555](https://github.com/ryz310/rubocop_challenger/pull/555) ryz310/rubocop-challenge/20211231233046 ([@ryz310](https://github.com/ryz310))
|
|
13
|
+
|
|
14
|
+
### Dependabot
|
|
15
|
+
|
|
16
|
+
* [#556](https://github.com/ryz310/rubocop_challenger/pull/556) Bump rubocop-performance from 1.13.0 to 1.13.1 ([@ryz310](https://github.com/ryz310))
|
|
17
|
+
* [#561](https://github.com/ryz310/rubocop_challenger/pull/561) Bump rubocop-rails from 2.13.0 to 2.13.1 ([@ryz310](https://github.com/ryz310))
|
|
18
|
+
* [#560](https://github.com/ryz310/rubocop_challenger/pull/560) Bump rspec_junit_formatter from 0.4.1 to 0.5.1 ([@ryz310](https://github.com/ryz310))
|
|
19
|
+
* [#559](https://github.com/ryz310/rubocop_challenger/pull/559) ryz310/dependabot/bundler/thor-1.2.1 ([@ryz310](https://github.com/ryz310))
|
|
20
|
+
* [#562](https://github.com/ryz310/rubocop_challenger/pull/562) Bump rainbow from 3.0.0 to 3.1.1 ([@ryz310](https://github.com/ryz310))
|
|
21
|
+
|
|
3
22
|
## v2.4.0 (Dec 26, 2021)
|
|
4
23
|
|
|
5
24
|
### Feature
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rubocop_challenger (2.
|
|
4
|
+
rubocop_challenger (2.5.0)
|
|
5
5
|
pr_comet (~> 0.5.1)
|
|
6
6
|
rainbow
|
|
7
7
|
rubocop (>= 0.87)
|
|
@@ -9,6 +9,7 @@ PATH
|
|
|
9
9
|
rubocop-rails
|
|
10
10
|
rubocop-rake
|
|
11
11
|
rubocop-rspec
|
|
12
|
+
rubocop-thread_safety
|
|
12
13
|
thor
|
|
13
14
|
yard
|
|
14
15
|
|
|
@@ -29,35 +30,39 @@ GEM
|
|
|
29
30
|
concurrent-ruby (1.1.9)
|
|
30
31
|
diff-lcs (1.5.0)
|
|
31
32
|
docile (1.4.0)
|
|
32
|
-
faraday (1.
|
|
33
|
+
faraday (1.9.3)
|
|
33
34
|
faraday-em_http (~> 1.0)
|
|
34
35
|
faraday-em_synchrony (~> 1.0)
|
|
35
36
|
faraday-excon (~> 1.1)
|
|
36
|
-
faraday-httpclient (~> 1.0
|
|
37
|
+
faraday-httpclient (~> 1.0)
|
|
38
|
+
faraday-multipart (~> 1.0)
|
|
37
39
|
faraday-net_http (~> 1.0)
|
|
38
|
-
faraday-net_http_persistent (~> 1.
|
|
40
|
+
faraday-net_http_persistent (~> 1.0)
|
|
39
41
|
faraday-patron (~> 1.0)
|
|
40
42
|
faraday-rack (~> 1.0)
|
|
41
|
-
|
|
43
|
+
faraday-retry (~> 1.0)
|
|
42
44
|
ruby2_keywords (>= 0.0.4)
|
|
43
45
|
faraday-em_http (1.0.0)
|
|
44
46
|
faraday-em_synchrony (1.0.0)
|
|
45
47
|
faraday-excon (1.1.0)
|
|
46
48
|
faraday-httpclient (1.0.1)
|
|
49
|
+
faraday-multipart (1.0.3)
|
|
50
|
+
multipart-post (>= 1.2, < 3)
|
|
47
51
|
faraday-net_http (1.0.1)
|
|
48
52
|
faraday-net_http_persistent (1.2.0)
|
|
49
53
|
faraday-patron (1.0.0)
|
|
50
54
|
faraday-rack (1.0.0)
|
|
55
|
+
faraday-retry (1.0.3)
|
|
51
56
|
i18n (1.8.11)
|
|
52
57
|
concurrent-ruby (~> 1.0)
|
|
53
58
|
method_source (1.0.0)
|
|
54
59
|
minitest (5.15.0)
|
|
55
60
|
multipart-post (2.1.1)
|
|
56
|
-
octokit (4.
|
|
61
|
+
octokit (4.22.0)
|
|
57
62
|
faraday (>= 0.9)
|
|
58
63
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
59
64
|
parallel (1.21.0)
|
|
60
|
-
parser (3.0.
|
|
65
|
+
parser (3.1.0.0)
|
|
61
66
|
ast (~> 2.4.1)
|
|
62
67
|
pr_comet (0.5.1)
|
|
63
68
|
octokit
|
|
@@ -70,7 +75,7 @@ GEM
|
|
|
70
75
|
pry (~> 0.13.0)
|
|
71
76
|
public_suffix (4.0.6)
|
|
72
77
|
rack (2.2.3)
|
|
73
|
-
rainbow (3.
|
|
78
|
+
rainbow (3.1.1)
|
|
74
79
|
rake (13.0.6)
|
|
75
80
|
regexp_parser (2.2.0)
|
|
76
81
|
rexml (3.2.5)
|
|
@@ -80,37 +85,39 @@ GEM
|
|
|
80
85
|
rspec-mocks (~> 3.10.0)
|
|
81
86
|
rspec-core (3.10.1)
|
|
82
87
|
rspec-support (~> 3.10.0)
|
|
83
|
-
rspec-expectations (3.10.
|
|
88
|
+
rspec-expectations (3.10.2)
|
|
84
89
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
85
90
|
rspec-support (~> 3.10.0)
|
|
86
91
|
rspec-mocks (3.10.2)
|
|
87
92
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
88
93
|
rspec-support (~> 3.10.0)
|
|
89
94
|
rspec-support (3.10.3)
|
|
90
|
-
rspec_junit_formatter (0.
|
|
95
|
+
rspec_junit_formatter (0.5.1)
|
|
91
96
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
92
|
-
rubocop (1.
|
|
97
|
+
rubocop (1.25.0)
|
|
93
98
|
parallel (~> 1.10)
|
|
94
|
-
parser (>= 3.
|
|
99
|
+
parser (>= 3.1.0.0)
|
|
95
100
|
rainbow (>= 2.2.2, < 4.0)
|
|
96
101
|
regexp_parser (>= 1.8, < 3.0)
|
|
97
102
|
rexml
|
|
98
|
-
rubocop-ast (>= 1.15.
|
|
103
|
+
rubocop-ast (>= 1.15.1, < 2.0)
|
|
99
104
|
ruby-progressbar (~> 1.7)
|
|
100
105
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
101
|
-
rubocop-ast (1.15.
|
|
106
|
+
rubocop-ast (1.15.1)
|
|
102
107
|
parser (>= 3.0.1.1)
|
|
103
|
-
rubocop-performance (1.13.
|
|
108
|
+
rubocop-performance (1.13.2)
|
|
104
109
|
rubocop (>= 1.7.0, < 2.0)
|
|
105
110
|
rubocop-ast (>= 0.4.0)
|
|
106
|
-
rubocop-rails (2.13.
|
|
111
|
+
rubocop-rails (2.13.2)
|
|
107
112
|
activesupport (>= 4.2.0)
|
|
108
113
|
rack (>= 1.1)
|
|
109
114
|
rubocop (>= 1.7.0, < 2.0)
|
|
110
115
|
rubocop-rake (0.6.0)
|
|
111
116
|
rubocop (~> 1.0)
|
|
112
|
-
rubocop-rspec (2.
|
|
117
|
+
rubocop-rspec (2.7.0)
|
|
113
118
|
rubocop (~> 1.19)
|
|
119
|
+
rubocop-thread_safety (0.4.4)
|
|
120
|
+
rubocop (>= 0.53.0)
|
|
114
121
|
ruby-progressbar (1.11.0)
|
|
115
122
|
ruby2_keywords (0.0.5)
|
|
116
123
|
sawyer (0.8.2)
|
|
@@ -122,14 +129,14 @@ GEM
|
|
|
122
129
|
simplecov_json_formatter (~> 0.1)
|
|
123
130
|
simplecov-html (0.12.3)
|
|
124
131
|
simplecov_json_formatter (0.1.3)
|
|
125
|
-
thor (1.1
|
|
132
|
+
thor (1.2.1)
|
|
126
133
|
tzinfo (2.0.4)
|
|
127
134
|
concurrent-ruby (~> 1.0)
|
|
128
135
|
unicode-display_width (2.1.0)
|
|
129
136
|
webrick (1.7.0)
|
|
130
137
|
yard (0.9.27)
|
|
131
138
|
webrick (~> 1.7.0)
|
|
132
|
-
zeitwerk (2.5.
|
|
139
|
+
zeitwerk (2.5.3)
|
|
133
140
|
|
|
134
141
|
PLATFORMS
|
|
135
142
|
ruby
|
|
@@ -145,4 +152,4 @@ DEPENDENCIES
|
|
|
145
152
|
simplecov (= 0.21.2)
|
|
146
153
|
|
|
147
154
|
BUNDLED WITH
|
|
148
|
-
2.2.
|
|
155
|
+
2.2.32
|
data/challenger.gemspec
CHANGED
|
@@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
spec.add_runtime_dependency 'rubocop-rails'
|
|
32
32
|
spec.add_runtime_dependency 'rubocop-rake'
|
|
33
33
|
spec.add_runtime_dependency 'rubocop-rspec'
|
|
34
|
+
spec.add_runtime_dependency 'rubocop-thread_safety'
|
|
34
35
|
spec.add_runtime_dependency 'thor'
|
|
35
36
|
spec.add_runtime_dependency 'yard'
|
|
36
37
|
|
data/lib/rubocop_challenger.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop_challenger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ryosuke_sato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pr_comet
|
|
@@ -108,6 +108,20 @@ dependencies:
|
|
|
108
108
|
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
112
|
+
name: rubocop-thread_safety
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - ">="
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: '0'
|
|
118
|
+
type: :runtime
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - ">="
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0'
|
|
111
125
|
- !ruby/object:Gem::Dependency
|
|
112
126
|
name: thor
|
|
113
127
|
requirement: !ruby/object:Gem::Requirement
|