wetransfer_style 0.2.0 → 0.3.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ruby/default.yml +7 -13
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 244b2566227e559d0c957241c8fb068be6e3bc21
4
- data.tar.gz: 57165df937e45af94974e15abf34add4813ff3a1
3
+ metadata.gz: a6deb90586ff32908455ded39d7c28bf14e669f4
4
+ data.tar.gz: f111efca904f34ebf58e330caf2b39036ab5b0d9
5
5
  SHA512:
6
- metadata.gz: c57e42999b000de3c3991ab02fb1c2c2b2cef0925fbc75c406e3612c74883b929ccf27bb78a23da87feeba815743c5371b6fb35c7918ca4e510455334add4891
7
- data.tar.gz: 38404fcb79e45235649b6b4d84411d04612feb3ed6821633a71016ab90533aa9d3f09edb0c8393366748d61fccb6d63ec59c27e36a9fc865939d022165a3dd28
6
+ metadata.gz: 25bfa6e291787b07c040584b44f4a51a8458507375cd0e9d05ead4068a8c0cba216bab7d0f6307979b9e011477d907f0acb9147bdc2179f409686ddeb0eed48a
7
+ data.tar.gz: 88095336367866bd50300025c2a1a56c51e48e501908200107f7d5657512703477b3d18ac60332b1a0330cf9877e2c43243d0eddbca60578432de28ff144c626
@@ -66,8 +66,9 @@ Layout/IndentHeredoc:
66
66
  Enabled: True
67
67
  Layout/IndentationConsistency:
68
68
  Enabled: True
69
- Layout/IndentationWidth:
70
- Enabled: True
69
+ # TODO: This is not working as expected, as of rubocop 0.52.0
70
+ # Layout/IndentationWidth:
71
+ # Enabled: True
71
72
  Layout/InitialIndentation:
72
73
  Enabled: True
73
74
  Layout/LeadingCommentSpace:
@@ -134,11 +135,8 @@ Layout/TrailingBlankLines:
134
135
  Enabled: True
135
136
  Layout/TrailingWhitespace:
136
137
  Enabled: True
137
-
138
138
  Lint/AmbiguousBlockAssociation:
139
139
  Enabled: True
140
- Lint/AmbiguousOperator:
141
- Enabled: True
142
140
  Lint/AmbiguousRegexpLiteral:
143
141
  Enabled: True
144
142
  Lint/BooleanSymbol:
@@ -167,8 +165,9 @@ Lint/EmptyInterpolation:
167
165
  Enabled: True
168
166
  Lint/EmptyWhen:
169
167
  Enabled: True
170
- Lint/EndAlignment:
171
- EnforcedStyleAlignWith: start_of_line
168
+ # TODO: This is not working as expected, as of rubocop 0.52.0
169
+ # Lint/EndAlignment:
170
+ # EnforcedStyleAlignWith: start_of_line
172
171
  Lint/EndInMethod:
173
172
  Enabled: True
174
173
  Lint/EnsureReturn:
@@ -326,6 +325,7 @@ Style/EmptyCaseCondition:
326
325
  Enabled: True
327
326
  Style/EmptyElse:
328
327
  Enabled: True
328
+ EnforcedStyle: empty
329
329
  Style/EmptyLambdaParameter:
330
330
  Enabled: True
331
331
  Style/EmptyLiteral:
@@ -342,8 +342,6 @@ Style/For:
342
342
  Enabled: True
343
343
  Style/GlobalVars:
344
344
  Enabled: True
345
- Style/GuardClause:
346
- Enabled: True
347
345
  Style/HashSyntax:
348
346
  Enabled: True
349
347
  Style/IdenticalConditionalBranches:
@@ -402,8 +400,6 @@ Style/NonNilCheck:
402
400
  Enabled: True
403
401
  Style/Not:
404
402
  Enabled: True
405
- Style/NumericPredicate:
406
- Enabled: True
407
403
  Style/OneLineConditional:
408
404
  Enabled: True
409
405
  Style/OptionHash:
@@ -471,8 +467,6 @@ Style/UnneededCapitalW:
471
467
  Enabled: True
472
468
  Style/UnneededInterpolation:
473
469
  Enabled: True
474
- Style/UnneededPercentQ:
475
- Enabled: True
476
470
  Style/VariableInterpolation:
477
471
  Enabled: True
478
472
  Style/WhenThen:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wetransfer_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Horak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-19 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  requirements: []
55
55
  rubyforge_project:
56
- rubygems_version: 2.6.12
56
+ rubygems_version: 2.5.2
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: At WeTransfer we code in style. This is our style.