rubocop_challenger 2.0.0.pre9 → 2.0.0.pre10
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/.gem_comet.yml +7 -1
- data/.rubocop_todo.yml +1 -1
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +15 -15
- data/lib/rubocop_challenger/version.rb +1 -1
- data/lib/templates/error.md.erb +4 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d67e6fa862e17cb078a6a0ce6ca30da2ef9ad7a018de2376868f70a3c74b823d
|
|
4
|
+
data.tar.gz: daccb1264f5e090079c0519c4fde274ee2680cd8650832018bd5ec6650d2b8e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00d94a11992c2fbd2e32f4b168e2700296c5e8e0bea0d9281c9e5a181a4284e644b0f945a0806f892cc8e88a640c62d53a716d1df9fed1007f62e506de69e5f8
|
|
7
|
+
data.tar.gz: 508b7235da31b782c11e7ca5abbec1ecd9cd98a6ad67d76e130db151809b548012afb1f4af6fbabd1a0478ed79ef911813a917f81349e7ca0382f16376a2b482
|
data/.gem_comet.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
# [Usage]
|
|
2
|
+
#
|
|
3
|
+
# $ gem install gem_comet
|
|
4
|
+
# $ gem_comet release {version number, like as "1.2.3"}
|
|
5
|
+
|
|
6
|
+
version: 1.1
|
|
2
7
|
|
|
3
8
|
release:
|
|
4
9
|
base_branch: master
|
|
5
10
|
release_branch: production
|
|
6
11
|
version_file_path: lib/rubocop_challenger/version.rb
|
|
12
|
+
changelog_file_path: CHANGELOG.md # optional
|
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 0.75.
|
|
3
|
+
# using RuboCop version 0.75.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
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Change log
|
|
2
|
+
|
|
3
|
+
## 2.0.0.pre10 (Oct 18, 2019)
|
|
4
|
+
|
|
5
|
+
### Feature
|
|
6
|
+
|
|
7
|
+
* Add information of the rubocop challenge ([#253](https://github.com/ryz310/rubocop_challenger/pull/253))
|
|
8
|
+
|
|
9
|
+
### Misc
|
|
10
|
+
|
|
11
|
+
* ryz310/dependabot/bundler/rspec-3.9.0 ([#254](https://github.com/ryz310/rubocop_challenger/pull/254))
|
|
12
|
+
* Re-generate .rubocop_todo.yml with RuboCop v0.75.1 ([#255](https://github.com/ryz310/rubocop_challenger/pull/255))
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rubocop_challenger (2.0.0.
|
|
4
|
+
rubocop_challenger (2.0.0.pre10)
|
|
5
5
|
pr_comet (>= 0.2, < 0.4)
|
|
6
6
|
rainbow
|
|
7
7
|
rubocop
|
|
@@ -20,7 +20,7 @@ GEM
|
|
|
20
20
|
coderay (1.1.2)
|
|
21
21
|
diff-lcs (1.3)
|
|
22
22
|
docile (1.3.2)
|
|
23
|
-
faraday (0.
|
|
23
|
+
faraday (0.17.0)
|
|
24
24
|
multipart-post (>= 1.2, < 3)
|
|
25
25
|
jaro_winkler (1.5.3)
|
|
26
26
|
json (2.2.0)
|
|
@@ -28,7 +28,7 @@ GEM
|
|
|
28
28
|
multipart-post (2.1.1)
|
|
29
29
|
octokit (4.14.0)
|
|
30
30
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
31
|
-
parallel (1.
|
|
31
|
+
parallel (1.18.0)
|
|
32
32
|
parser (2.6.5.0)
|
|
33
33
|
ast (~> 2.4.0)
|
|
34
34
|
pr_comet (0.3.0)
|
|
@@ -43,22 +43,22 @@ GEM
|
|
|
43
43
|
public_suffix (4.0.1)
|
|
44
44
|
rainbow (3.0.0)
|
|
45
45
|
rake (13.0.0)
|
|
46
|
-
rspec (3.
|
|
47
|
-
rspec-core (~> 3.
|
|
48
|
-
rspec-expectations (~> 3.
|
|
49
|
-
rspec-mocks (~> 3.
|
|
50
|
-
rspec-core (3.
|
|
51
|
-
rspec-support (~> 3.
|
|
52
|
-
rspec-expectations (3.
|
|
46
|
+
rspec (3.9.0)
|
|
47
|
+
rspec-core (~> 3.9.0)
|
|
48
|
+
rspec-expectations (~> 3.9.0)
|
|
49
|
+
rspec-mocks (~> 3.9.0)
|
|
50
|
+
rspec-core (3.9.0)
|
|
51
|
+
rspec-support (~> 3.9.0)
|
|
52
|
+
rspec-expectations (3.9.0)
|
|
53
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
54
|
-
rspec-support (~> 3.
|
|
55
|
-
rspec-mocks (3.
|
|
54
|
+
rspec-support (~> 3.9.0)
|
|
55
|
+
rspec-mocks (3.9.0)
|
|
56
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
57
|
-
rspec-support (~> 3.
|
|
58
|
-
rspec-support (3.
|
|
57
|
+
rspec-support (~> 3.9.0)
|
|
58
|
+
rspec-support (3.9.0)
|
|
59
59
|
rspec_junit_formatter (0.4.1)
|
|
60
60
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
61
|
-
rubocop (0.75.
|
|
61
|
+
rubocop (0.75.1)
|
|
62
62
|
jaro_winkler (~> 1.5.1)
|
|
63
63
|
parallel (~> 1.10)
|
|
64
64
|
parser (>= 2.6)
|
data/lib/templates/error.md.erb
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Rubocop challenge!
|
|
2
2
|
|
|
3
|
+
[<%= title %>](<%= rubydoc_url %>)
|
|
4
|
+
|
|
5
|
+
## Description
|
|
6
|
+
|
|
3
7
|
Sorry! Something went wrong! :bow:
|
|
4
8
|
Please report bugs [here](https://github.com/ryz310/rubocop_challenger/issues/new?assignees=ryz310&labels=bug&template=bug_report.md) with following error information.
|
|
5
9
|
|
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.0.0.
|
|
4
|
+
version: 2.0.0.pre10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ryosuke_sato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pr_comet
|
|
@@ -214,6 +214,7 @@ files:
|
|
|
214
214
|
- ".rspec"
|
|
215
215
|
- ".rubocop.yml"
|
|
216
216
|
- ".rubocop_todo.yml"
|
|
217
|
+
- CHANGELOG.md
|
|
217
218
|
- CODE_OF_CONDUCT.md
|
|
218
219
|
- Gemfile
|
|
219
220
|
- Gemfile.lock
|