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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff966fe6c53440718235c54deae1cedecd6958a076e7bf29bac0f99ff5f26b92
4
- data.tar.gz: f011ea0b2d78e17075c95300c4cd539a3ccd42f75fe6185d50ec04468e6ee61c
3
+ metadata.gz: 366e54c5560bc6521a80cf2f0efc005b9a928e715785a61a4b30d7db74701c24
4
+ data.tar.gz: f521a2c6bfb5b76ece121973c4ff0b50a89e73c23f09cc4c924d10b6fd25486f
5
5
  SHA512:
6
- metadata.gz: afafb0309fef92a70ec9c1b213888fd0b4ca9031b42d6b6ab05cb0aad08ecb9ff64eced6a53daa3083ebcd65ab6fbbdec0da07be6382328174c335a13d60cfdc
7
- data.tar.gz: 1b16ea174536463b4c33d72dff17d0d30d75860e75ec64377283c5e3e6a02178b27e5e6d73581b96d3a3dcfc9f0c5493cac8c5ac8c95aacfc0fd0985d86aee14
6
+ metadata.gz: 07b9ff3adfee2bbeba3dfe4d4bb346b6b6dd7f0041c546ea2808965d8e173c95659a4d2b1dae625d4a9a5a1c9ea45f327ff4816e985141b65b9d481d99f22dbe
7
+ data.tar.gz: 8d0f20f421bd3f3e590b0602408da5248ff4733540b829c82b3614e6bb6ff0cb328fd3067bd8458b39e84d7f2d97b8f1acc31597cf1a06754b6bdeab80339cde
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2018-11-26 15:03:09 +0900 using RuboCop version 0.60.0.
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop_challenger (1.0.0.pre4)
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.3)
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)
@@ -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 = 'Help to run `$ rubocop -a` on your CI'
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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubocopChallenger
4
- VERSION = '1.0.0.pre4'
4
+ VERSION = '1.0.0'
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: 1.0.0.pre4
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-26 00:00:00.000000000 Z
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: Help to run `$ rubocop -a` on your CI
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: 1.3.1
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: Help to run `$ rubocop -a` on your CI
223
+ summary: Make a clean your rubocop_todo.yml with CI
224
224
  test_files: []