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 +4 -4
- data/lib/thanx/style/version.rb +1 -1
- data/rubocop-ruby.yml +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ec68b13f10fe37c310ce650ff5a420b779c171dbea50e9936e55105953e9723
|
4
|
+
data.tar.gz: 2e113225e7c8fa418ee3084b4efd3f1eccbb6706a4baf7c7c2a1134032506195
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43e5aeaa98f3885e1cdf157c2346bdbc29651687055bf8c61763aef15282c480dc5a62e419d1ae13876a69be04d8ad7f548ca9958fe7a6ec4713d584416e7a8e
|
7
|
+
data.tar.gz: '08c0e40f67ecc692d23cbefe4325c602205c720f43a51856ff23e8c4700b2d085994859616e9e147093ce9601cbbd066d4af797bac5f5c17648bcf0d6640503f'
|
data/lib/thanx/style/version.rb
CHANGED
data/rubocop-ruby.yml
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2018-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: danger
|