unasukecop 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb34c8e0daef01834404797cf4fbe093e49838ae36cbfe6dc3488e6848dde6a0
4
- data.tar.gz: 0bdcd1800536e185de2603cde20139ec52581bc1ac36e865dcf3802d25ab421f
3
+ metadata.gz: 062a54ad769fc79bc52e527bc46d16f5f53409ca4de301971336bab3a40936fb
4
+ data.tar.gz: 137b67240be4ea94a52d10b0d32425d8af89d9ce3a6448095f73853ff81d56ec
5
5
  SHA512:
6
- metadata.gz: ae3d2af6b525cadfce69ef47685d6aca9b6804bd094a2319664aaddfb387792c81cf1d2b6626f77bf8013c961a12cd92b45759947b0d88d2e1bf5ec71ed03c4f
7
- data.tar.gz: 8ea69f544fe1aaf3be9cb87647728bc83b765886906b1237978547dc404da4a531ae80dce9633093ced93f3dec5c3d1d1817b2edb3a45018ea811abfda825d24
6
+ metadata.gz: 7d54203eadc22e3d1af6f83b75f0b40c318397a9543ed30e34ca97c8f89161f40d6f9401675d004e7b04036c4c2ae1beea694dbde941e2ed4606cde9b3d18a27
7
+ data.tar.gz: 843f056e3c6cf6e21ce79f3530b370e6a844b1482ef58a2e693089df72f4c3717651a0e5578b9836582ce4fb1f0e043e2e52503a168e24855d57f8e61834972d
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Unasukecop
1
+ # UnasukeCop
2
2
  [![Build Status](https://travis-ci.org/unasuke/unasukecop.svg?branch=master)](https://travis-ci.org/unasuke/unasukecop)
3
3
 
4
4
  UnasukeCop is a RuboCop configration gem inspired by [OnkCop](https://github.com/onk/onkcop).
@@ -1,3 +1,3 @@
1
1
  module Unasukecop
2
- VERSION = '0.6.0'.freeze
2
+ VERSION = '0.6.1'.freeze
3
3
  end
data/unasukecop.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ['Yusuke Nakamura']
11
11
  spec.email = ['yusuke1994525@gmail.com']
12
12
 
13
- spec.summary = 'unasukeCop is a RuboCop configration gem.'
14
- spec.description = 'unasukeCop is a RuboCop configration gem that optimisation to unasuke.'
13
+ spec.summary = 'UnasukeCop is a RuboCop configration gem.'
14
+ spec.description = 'UnasukeCop is a RuboCop configration gem that optimisation to unasuke.'
15
15
  spec.homepage = 'https://github.com/unasuke/unasukecop'
16
16
  spec.license = 'MIT'
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unasukecop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Nakamura
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
- description: unasukeCop is a RuboCop configration gem that optimisation to unasuke.
69
+ description: UnasukeCop is a RuboCop configration gem that optimisation to unasuke.
70
70
  email:
71
71
  - yusuke1994525@gmail.com
72
72
  executables: []
@@ -110,5 +110,5 @@ rubyforge_project:
110
110
  rubygems_version: 2.7.3
111
111
  signing_key:
112
112
  specification_version: 4
113
- summary: unasukeCop is a RuboCop configration gem.
113
+ summary: UnasukeCop is a RuboCop configration gem.
114
114
  test_files: []