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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7a998e63839a3204088e9c4c5c56d9b79f0c38ec5a14148d53a085963fdc10e
4
- data.tar.gz: db7a55114d1035331b747667e70798754414669fa1aa5ea0d7468eeefc6fdcc0
3
+ metadata.gz: 40f8fcb01f5f8042e319fd2a2a905721990668cd494cc50bec470b6ffabc12a3
4
+ data.tar.gz: 593b6be5d9618421567add1d2fe294b45d25bdfe8dbf2b43b429ae298e058041
5
5
  SHA512:
6
- metadata.gz: dd2dcf293fe67843de65b4d048b7ba45f50f40b1bed7b336b04b79624a0334493afd99afe0e3fe03575c007fd58c3dbe310816caffbf4d8240bf8fdc0423e4c9
7
- data.tar.gz: a0d2930f802a08466797f44113f4b13eb897e45d1ad4889753487ed6cc88d2a83e4b72643c87fb0e5063a87525cf3e83812703982df892de4a662b743a726f85
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
- - image: circleci/ruby:2.3-node-browsers
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
- - rubocop_challenge
178
+ - rubocop_challenge_from_gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop_challenger (0.1.1)
4
+ rubocop_challenger (0.1.2)
5
5
  pr-daikou (~> 0.2.0)
6
6
  rubocop
7
7
  rubocop-rspec
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rubocop Challenger
2
2
 
3
- [![CircleCI](https://circleci.com/gh/ryz310/rubocop-challenger/tree/master.svg?style=svg&circle-token=cdf0ffce5b4c0c7804b50dde00ca5ef09cbadb67)](https://circleci.com/gh/ryz310/rubocop-challenger/tree/master) [![Gem Version](https://badge.fury.io/rb/rubocop_challenger.svg)](https://badge.fury.io/rb/rubocop_challenger)
3
+ [![CircleCI](https://circleci.com/gh/ryz310/rubocop_challenger/tree/master.svg?style=svg&circle-token=cdf0ffce5b4c0c7804b50dde00ca5ef09cbadb67)](https://circleci.com/gh/ryz310/rubocop_challenger/tree/master) [![Gem Version](https://badge.fury.io/rb/rubocop_challenger.svg)](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/rubocop-challenger'
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubocopChallenger
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
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.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-18 00:00:00.000000000 Z
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/rubocop-challenger
157
+ homepage: https://github.com/ryz310/rubocop_challenger
158
158
  licenses:
159
159
  - MIT
160
160
  metadata: {}