wetransfer_style 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby/default.yml +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d3405944b9f2789b7a29f09e77f00d08ac52cdf
|
4
|
+
data.tar.gz: e6ac6cd67f892e396f5210d587f044c6e971b21b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bd35f3d4bd7b3985e4067a630a67de61faceb9c45b8f78c3ce80f20e6828487229d700918c23de8b3e94a712a049ea49f4c1f99decd4572acc9a92bbaa6cb5a
|
7
|
+
data.tar.gz: 48ba0e2735a87db2c8ba71ff94492e871bfd684873568c4fbc2a4d457eaf3af6e8575146c5212a5d2c63d39fcdef6fc8df0017e0fec726018ad3801e31e8c3dc
|
data/ruby/default.yml
CHANGED
@@ -449,9 +449,9 @@ Style/StabbyLambdaParentheses:
|
|
449
449
|
Style/StderrPuts:
|
450
450
|
Enabled: True
|
451
451
|
Style/StringLiterals:
|
452
|
-
Enabled:
|
452
|
+
Enabled: False
|
453
453
|
Style/StringLiteralsInInterpolation:
|
454
|
-
Enabled:
|
454
|
+
Enabled: False
|
455
455
|
Style/StringMethods:
|
456
456
|
Enabled: True
|
457
457
|
Style/SymbolLiteral:
|
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.
|
4
|
+
version: 0.6.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-
|
11
|
+
date: 2018-05-29 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.
|
56
|
+
rubygems_version: 2.6.13
|
57
57
|
signing_key:
|
58
58
|
specification_version: 4
|
59
59
|
summary: At WeTransfer we code in style. This is our style.
|