thanx-style 0.0.19 → 0.0.20
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 +8 -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: cdc78fac62fa4833bb9c3e4ed654248893fee25db787b0fc123e94286b47b860
|
4
|
+
data.tar.gz: 81bf2fdab655553cdf138802dccaba534b64fe5671295cfe4f17fdaa46f0c893
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ceaab121762099aefc0efb167a2f00870710da99666cc9bfd35356aaa0a4a00a93c4bd643eaf683ff16685ed5f0ba0adeb95c5f2fa1b1fec9ceab3dff52a4ee5
|
7
|
+
data.tar.gz: 311485fbfd6e3a7e5bf1d648544830c31ad9d8f05597288f8d687e9d6a21cbd0f48d328c1652d879cef377c8920c2c72d75e40cff1abc6f1b9a0f23a47bb8ffd
|
data/lib/thanx/style/version.rb
CHANGED
data/rubocop-ruby.yml
CHANGED
@@ -329,6 +329,14 @@ Style/RegexpLiteral:
|
|
329
329
|
# are found in the regexp string.
|
330
330
|
AllowInnerSlashes: true
|
331
331
|
|
332
|
+
Style/RescueStandardError:
|
333
|
+
EnforcedStyle: implicit
|
334
|
+
# implicit: Do not include the error class, `rescue`
|
335
|
+
# explicit: Require an error class `rescue StandardError`
|
336
|
+
SupportedStyles:
|
337
|
+
- implicit
|
338
|
+
- explicit
|
339
|
+
|
332
340
|
Style/StringLiterals:
|
333
341
|
EnforcedStyle: single_quotes
|
334
342
|
SupportedStyles:
|
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.20
|
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-08-
|
11
|
+
date: 2018-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: danger
|