rubocop_challenger 0.1.1 → 0.1.2
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/.circleci/config.yml +17 -2
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/challenger.gemspec +1 -1
- data/lib/rubocop_challenger/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: 40f8fcb01f5f8042e319fd2a2a905721990668cd494cc50bec470b6ffabc12a3
|
|
4
|
+
data.tar.gz: 593b6be5d9618421567add1d2fe294b45d25bdfe8dbf2b43b429ae298e058041
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7090a68fc1b3df7ffc1084ecd872885f87606774abcfe1c3d6f3f5bb072384c8b2d65e2d18f0e435bd861743c77ecc41b879e60710d9de46e54b2fb92ef6f258
|
|
7
|
+
data.tar.gz: 07e9af06dda7f5ab328b47d11c7a48db64517646e5f9314e4b429f0516f825a302e83c643ca02fd418b478c74396ad2d5f13eabe61aa7dc57bbc4304a19e9142
|
data/.circleci/config.yml
CHANGED
|
@@ -81,7 +81,7 @@ jobs:
|
|
|
81
81
|
|
|
82
82
|
rubocop_challenge:
|
|
83
83
|
docker:
|
|
84
|
-
|
|
84
|
+
- image: circleci/ruby:2.3-node-browsers
|
|
85
85
|
working_directory: ~/repo
|
|
86
86
|
steps:
|
|
87
87
|
- checkout
|
|
@@ -96,6 +96,21 @@ jobs:
|
|
|
96
96
|
--email=ryz310@gmail.com \
|
|
97
97
|
--name=ryz310 \
|
|
98
98
|
--mode=random
|
|
99
|
+
|
|
100
|
+
rubocop_challenge_from_gem:
|
|
101
|
+
docker:
|
|
102
|
+
- image: circleci/ruby:2.3-node-browsers
|
|
103
|
+
working_directory: ~/repo
|
|
104
|
+
steps:
|
|
105
|
+
- checkout
|
|
106
|
+
- run:
|
|
107
|
+
name: Rubocop Challenge
|
|
108
|
+
command: |
|
|
109
|
+
gem install rubocop_challenger
|
|
110
|
+
rubocop_challenger go \
|
|
111
|
+
--email=ryz310@gmail.com \
|
|
112
|
+
--name=ryz310
|
|
113
|
+
|
|
99
114
|
release:
|
|
100
115
|
docker:
|
|
101
116
|
- image: circleci/ruby:2.3-node-browsers
|
|
@@ -160,4 +175,4 @@ workflows:
|
|
|
160
175
|
only:
|
|
161
176
|
- master
|
|
162
177
|
jobs:
|
|
163
|
-
-
|
|
178
|
+
- rubocop_challenge_from_gem
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Rubocop Challenger
|
|
2
2
|
|
|
3
|
-
[](https://circleci.com/gh/ryz310/rubocop_challenger/tree/master) [](https://badge.fury.io/rb/rubocop_challenger)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rubocop_challenger`. To experiment with that code, run `bin/console` for an interactive prompt.
|
data/challenger.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Help to run `$ rubocop -a` on your CI'
|
|
14
14
|
spec.description = spec.summary
|
|
15
|
-
spec.homepage = 'https://github.com/ryz310/
|
|
15
|
+
spec.homepage = 'https://github.com/ryz310/rubocop_challenger'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
18
|
# Specify which files should be added to the gem when it is released.
|
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: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ryosuke_sato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pr-daikou
|
|
@@ -154,7 +154,7 @@ files:
|
|
|
154
154
|
- lib/rubocop_challenger/rubocop/todo_reader.rb
|
|
155
155
|
- lib/rubocop_challenger/rubocop/todo_writer.rb
|
|
156
156
|
- lib/rubocop_challenger/version.rb
|
|
157
|
-
homepage: https://github.com/ryz310/
|
|
157
|
+
homepage: https://github.com/ryz310/rubocop_challenger
|
|
158
158
|
licenses:
|
|
159
159
|
- MIT
|
|
160
160
|
metadata: {}
|