rubocop_challenger 1.0.0.pre4 → 1.0.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/.rubocop_todo.yml +1 -1
- data/Gemfile.lock +2 -2
- data/challenger.gemspec +1 -1
- data/lib/rubocop_challenger/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 366e54c5560bc6521a80cf2f0efc005b9a928e715785a61a4b30d7db74701c24
|
|
4
|
+
data.tar.gz: f521a2c6bfb5b76ece121973c4ff0b50a89e73c23f09cc4c924d10b6fd25486f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07b9ff3adfee2bbeba3dfe4d4bb346b6b6dd7f0041c546ea2808965d8e173c95659a4d2b1dae625d4a9a5a1c9ea45f327ff4816e985141b65b9d481d99f22dbe
|
|
7
|
+
data.tar.gz: 8d0f20f421bd3f3e590b0602408da5248ff4733540b829c82b3614e6bb6ff0cb328fd3067bd8458b39e84d7f2d97b8f1acc31597cf1a06754b6bdeab80339cde
|
data/.rubocop_todo.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This configuration was generated by
|
|
2
2
|
# `rubocop --auto-gen-config`
|
|
3
|
-
# on 2018-
|
|
3
|
+
# on 2018-12-03 12:37:15 +0900 using RuboCop version 0.60.0.
|
|
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/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rubocop_challenger (1.0.0
|
|
4
|
+
rubocop_challenger (1.0.0)
|
|
5
5
|
octokit
|
|
6
6
|
rubocop
|
|
7
7
|
rubocop-rspec
|
|
@@ -16,7 +16,7 @@ GEM
|
|
|
16
16
|
ast (2.4.0)
|
|
17
17
|
diff-lcs (1.3)
|
|
18
18
|
docile (1.3.1)
|
|
19
|
-
faraday (0.15.
|
|
19
|
+
faraday (0.15.4)
|
|
20
20
|
multipart-post (>= 1.2, < 3)
|
|
21
21
|
jaro_winkler (1.5.1)
|
|
22
22
|
json (2.1.0)
|
data/challenger.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ['ryosuke_sato']
|
|
11
11
|
spec.email = ['r-sato@feedforce.jp']
|
|
12
12
|
|
|
13
|
-
spec.summary = '
|
|
13
|
+
spec.summary = 'Make a clean your rubocop_todo.yml with CI'
|
|
14
14
|
spec.description = spec.summary
|
|
15
15
|
spec.homepage = 'https://github.com/ryz310/rubocop_challenger'
|
|
16
16
|
spec.license = 'MIT'
|
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: 1.0.0
|
|
4
|
+
version: 1.0.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: 2018-
|
|
11
|
+
date: 2018-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: octokit
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0'
|
|
153
|
-
description:
|
|
153
|
+
description: Make a clean your rubocop_todo.yml with CI
|
|
154
154
|
email:
|
|
155
155
|
- r-sato@feedforce.jp
|
|
156
156
|
executables:
|
|
@@ -212,13 +212,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
212
212
|
version: '0'
|
|
213
213
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
requirements:
|
|
215
|
-
- - "
|
|
215
|
+
- - ">="
|
|
216
216
|
- !ruby/object:Gem::Version
|
|
217
|
-
version:
|
|
217
|
+
version: '0'
|
|
218
218
|
requirements: []
|
|
219
219
|
rubyforge_project:
|
|
220
220
|
rubygems_version: 2.7.8
|
|
221
221
|
signing_key:
|
|
222
222
|
specification_version: 4
|
|
223
|
-
summary:
|
|
223
|
+
summary: Make a clean your rubocop_todo.yml with CI
|
|
224
224
|
test_files: []
|