rubocop_challenger 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -2
- 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: b7a998e63839a3204088e9c4c5c56d9b79f0c38ec5a14148d53a085963fdc10e
|
4
|
+
data.tar.gz: db7a55114d1035331b747667e70798754414669fa1aa5ea0d7468eeefc6fdcc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd2dcf293fe67843de65b4d048b7ba45f50f40b1bed7b336b04b79624a0334493afd99afe0e3fe03575c007fd58c3dbe310816caffbf4d8240bf8fdc0423e4c9
|
7
|
+
data.tar.gz: a0d2930f802a08466797f44113f4b13eb897e45d1ad4889753487ed6cc88d2a83e4b72643c87fb0e5063a87525cf3e83812703982df892de4a662b743a726f85
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
|
1
|
+
# Rubocop Challenger
|
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)
|
2
4
|
|
3
|
-
# RubocopChallenger
|
4
5
|
|
5
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.
|
6
7
|
|
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,7 +1,7 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ryosuke_sato
|
@@ -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: {}
|
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
version: '0'
|
175
175
|
requirements: []
|
176
176
|
rubyforge_project:
|
177
|
-
rubygems_version: 2.7.
|
177
|
+
rubygems_version: 2.7.7
|
178
178
|
signing_key:
|
179
179
|
specification_version: 4
|
180
180
|
summary: Help to run `$ rubocop -a` on your CI
|