thanx-style 0.0.19 → 0.0.20

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
  SHA256:
3
- metadata.gz: 107ab86e0b138592efcb0a56c8a68e9639bb2f5ba31677ec853c4903e28db662
4
- data.tar.gz: 7e05e11c9547bce5a3c422cf16faa1ca775191c40302ddda91e803177b5bf1a8
3
+ metadata.gz: cdc78fac62fa4833bb9c3e4ed654248893fee25db787b0fc123e94286b47b860
4
+ data.tar.gz: 81bf2fdab655553cdf138802dccaba534b64fe5671295cfe4f17fdaa46f0c893
5
5
  SHA512:
6
- metadata.gz: ee3682f3d3cf2c787e94221ad0913e525413353e99b08fd71d6b026b96e5bbf96f9d8e801870d00bfb38254d2a8a8516517c11c0ceb888bfeeadebad4383429d
7
- data.tar.gz: a35ac4c5404f0f76697d3b0aa73a6cb5c74010e1f93d72e2cfefbc218c6083d9f7531a4ca4f1c6e6ff92c52e30646bd781f345d10fbbe35b70fac62865e4ebcd
6
+ metadata.gz: ceaab121762099aefc0efb167a2f00870710da99666cc9bfd35356aaa0a4a00a93c4bd643eaf683ff16685ed5f0ba0adeb95c5f2fa1b1fec9ceab3dff52a4ee5
7
+ data.tar.gz: 311485fbfd6e3a7e5bf1d648544830c31ad9d8f05597288f8d687e9d6a21cbd0f48d328c1652d879cef377c8920c2c72d75e40cff1abc6f1b9a0f23a47bb8ffd
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thanx # rubocop:disable Style/ClassAndModuleChildren
4
4
  module Style
5
- VERSION = '0.0.19'
5
+ VERSION = '0.0.20'
6
6
  end
7
7
  end
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.19
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-01 00:00:00.000000000 Z
11
+ date: 2018-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger