thanx-style 0.0.21 → 0.0.22
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 +4 -4
- data/lib/thanx/style/version.rb +1 -1
- data/rubocop-ruby.yml +12 -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: 11c70ef2dc47d090b5edc4dc3834a9d8672e44257ae00357da099835bce566f5
|
|
4
|
+
data.tar.gz: 1b8a169597129918bf0c001d480513db7b14c75393cba61d51fa55fccd43141d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36b03eb20ac30016e2213f27b00c820c022d91bb9debec787e3d75cac72709833bfda7ec2e1f0324ac5c02bcc1e5987b1d8965390a44beb6f3ec2d36d514d7f0
|
|
7
|
+
data.tar.gz: 304abec880be26f4e44b5d3bc386a636ef979d24b8106c9123e7782a8da42bd500ec1216f220feaf70267b778ecfc81578d9a958a8a270f332673274c8d3d666
|
data/lib/thanx/style/version.rb
CHANGED
data/rubocop-ruby.yml
CHANGED
|
@@ -318,6 +318,18 @@ Style/GuardClause:
|
|
|
318
318
|
Exclude:
|
|
319
319
|
- 'db/migrate/*'
|
|
320
320
|
|
|
321
|
+
Style/Lambda:
|
|
322
|
+
Description: 'Use the new lambda literal syntax for single-line blocks.'
|
|
323
|
+
StyleGuide: '#lambda-multi-line'
|
|
324
|
+
Enabled: true
|
|
325
|
+
VersionAdded: '0.9'
|
|
326
|
+
VersionChanged: '0.40'
|
|
327
|
+
EnforcedStyle: literal
|
|
328
|
+
SupportedStyles:
|
|
329
|
+
- line_count_dependent
|
|
330
|
+
- lambda
|
|
331
|
+
- literal
|
|
332
|
+
|
|
321
333
|
Style/MultilineMemoization:
|
|
322
334
|
EnforcedStyle: braces
|
|
323
335
|
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.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eng @ Thanx
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: danger
|