thanx-style 0.0.17 → 0.0.18

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: 0a07c356196316c0e5390ced848d127e97ba011fa5f8723ccefc3d83b43543fc
4
- data.tar.gz: c6e35cce8910755b8ccb0e34f41193aa5546d082f579a956f079a8357fc2faa7
3
+ metadata.gz: 9ec68b13f10fe37c310ce650ff5a420b779c171dbea50e9936e55105953e9723
4
+ data.tar.gz: 2e113225e7c8fa418ee3084b4efd3f1eccbb6706a4baf7c7c2a1134032506195
5
5
  SHA512:
6
- metadata.gz: 3d97a7ce4fa871fdb1dcc73a250fcdc55087dafdc2f5931218818e8b93e7f56857b5f71d60d33f46f55cf7ff0c9a6e83d79f9316468e6cfe58505555dc8bb711
7
- data.tar.gz: d0981a551b26b7e3c6041b7a757d35141c70f8686a264182a5a3f1d572e7bc5bdc5d39766614fd87f3c5e755ffd6cfc96fcd0f2f6352e186e0dd20eeb95e78de
6
+ metadata.gz: 43e5aeaa98f3885e1cdf157c2346bdbc29651687055bf8c61763aef15282c480dc5a62e419d1ae13876a69be04d8ad7f548ca9958fe7a6ec4713d584416e7a8e
7
+ data.tar.gz: '08c0e40f67ecc692d23cbefe4325c602205c720f43a51856ff23e8c4700b2d085994859616e9e147093ce9601cbbd066d4af797bac5f5c17648bcf0d6640503f'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thanx # rubocop:disable Style/ClassAndModuleChildren
4
4
  module Style
5
- VERSION = '0.0.17'
5
+ VERSION = '0.0.18'
6
6
  end
7
7
  end
@@ -337,6 +337,8 @@ Style/StringLiterals:
337
337
  # If `true`, strings which span multiple lines using `\` for continuation must
338
338
  # use the same type of quotes on each line.
339
339
  ConsistentQuotesInMultiline: true
340
+ Exclude:
341
+ - '**/schema.rb'
340
342
 
341
343
  Style/SymbolArray:
342
344
  EnforcedStyle: brackets
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thanx-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eng @ Thanx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-31 00:00:00.000000000 Z
11
+ date: 2018-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger