meowcop 1.9.0 → 1.9.1

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
  SHA1:
3
- metadata.gz: 156c890c33f21229f8cfd4affac0903a45b95c65
4
- data.tar.gz: f413fe6c0ebb3fcadb42c49f2d4466eb42ac4f84
3
+ metadata.gz: ecc877f4f9f081a31da24fcb72c61f7222a42c09
4
+ data.tar.gz: 1babd089ecfec5be9a64a364251a2c222acb43b6
5
5
  SHA512:
6
- metadata.gz: 43ba12bddcb33e7e2dc034b8faa9c495b6d432cda2df09d688af95732220a7e10ef15274a173dfd4b11a0dd666cd30c9d201a23a9abc86f3685d8fb4e7501dcc
7
- data.tar.gz: f88fcbe33e596a34754db21906cd1f8eafe49a92348b947fff8c7e868368adfc10393509a1453e2035c139b7fc7195961a0e599c330964826598a3971dd37ba9
6
+ metadata.gz: 5b639fa07f93499c9e0e8e10a868581ed616acc3ec823bb4836d9d2447117717c5b284639f34eef851311734968be6b7267b92b3fc90cb40e976b78f3f06f09c
7
+ data.tar.gz: 989d64a9b356cbfe1dd14d52d7bd2578c0674a96452d22acd1465992bb568ab96d5f65e0495241815c2c2e33dc4989b1c271ace754dd2d07863b011da294c522
data/config/rubocop.yml CHANGED
@@ -4,7 +4,7 @@ AllCops:
4
4
  - 'vendor/**/*'
5
5
  # db/schema.rb is generated automatically.
6
6
  - 'db/schema.rb'
7
- DisplayCopName: true
7
+ DisplayCopNames: true
8
8
  DisplayStyleGuide: true
9
9
 
10
10
  Bundler/OrderedGems:
@@ -1,3 +1,3 @@
1
1
  module Meowcop
2
- VERSION = "1.9.0"
2
+ VERSION = "1.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meowcop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka Kuwabara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-12 00:00:00.000000000 Z
11
+ date: 2017-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop