wetransfer_style 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/ruby/default.yml +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43160f8f934d57db928c490b48461ca11f769a2f41cbbb952b7a919cb0d02f6f
|
4
|
+
data.tar.gz: 685524bd919569f7f4034c92e22a89c8063210018cc0eb354fd0a3033ce90322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be1449bf1f5fcc838aad12e30d2ed936f1a2f42725c42eb8f11a7f149e016e0565fc49f97fd4ad6456f96dbb0a0d215fcdb06398bb3f561de903139661279aa8
|
7
|
+
data.tar.gz: 748ebe76da36103d0bdb8e47a55988aca6041b5f164de687201357054e5da78ff3e79dd7503f732510a0475519df7dc75dcb6d6e2bf3d3e2ce6680459fe2a7bd
|
data/CHANGELOG.md
CHANGED
data/ruby/default.yml
CHANGED
@@ -173,6 +173,8 @@ Lint/EndInMethod:
|
|
173
173
|
Enabled: True
|
174
174
|
Lint/EnsureReturn:
|
175
175
|
Enabled: True
|
176
|
+
Lint/FlipFlop:
|
177
|
+
Enabled: True
|
176
178
|
Lint/FloatOutOfRange:
|
177
179
|
Enabled: True
|
178
180
|
Lint/FormatParameterMismatch:
|
@@ -337,8 +339,6 @@ Style/EndBlock:
|
|
337
339
|
Enabled: True
|
338
340
|
Style/EvenOdd:
|
339
341
|
Enabled: True
|
340
|
-
Style/FlipFlop:
|
341
|
-
Enabled: True
|
342
342
|
Style/For:
|
343
343
|
Enabled: True
|
344
344
|
Style/GlobalVars:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wetransfer_style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrei Horak
|
@@ -11,11 +11,12 @@ authors:
|
|
11
11
|
- GitHub
|
12
12
|
- Julik Tarkhanov
|
13
13
|
- Lorenzo Grandi
|
14
|
+
- Tors Dalid
|
14
15
|
- grdw
|
15
16
|
autorequire:
|
16
17
|
bindir: bin
|
17
18
|
cert_chain: []
|
18
|
-
date: 2019-
|
19
|
+
date: 2019-08-27 00:00:00.000000000 Z
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: rubocop
|
@@ -63,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
64
|
- !ruby/object:Gem::Version
|
64
65
|
version: '0'
|
65
66
|
requirements: []
|
66
|
-
|
67
|
-
rubygems_version: 2.7.8
|
67
|
+
rubygems_version: 3.0.3
|
68
68
|
signing_key:
|
69
69
|
specification_version: 4
|
70
70
|
summary: At WeTransfer we code in style. This is our style.
|