getaround-rubocop 0.1.2 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +4 -4
- data/Gemfile.lock +11 -9
- data/getaround-rubocop.gemspec +4 -4
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbd6ae46cb126fe3f3916ac816e95792d7bbd5f9ec51764d094eb1fff4b4a12f
|
4
|
+
data.tar.gz: c79b0968e467e7dfb8e707f34655c66bad0e4e47db6fecec64ef71232cbdbb2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcfeccf1213b7acf3d5ca5ae4d2d2d497162bf84e7408eab37d18a5d46725a8f7d69e8c393ba57aed707b8b40cc9a0d23a6852c6a8b46dda8f1af190aa90691e
|
7
|
+
data.tar.gz: b544b8f4e3c3593d32b5c6cd6d84e31e09a1643206f48a8acfb6e06ef7f92174ea2082e9a3024599a4d3cf96637ee8b27467ebb33189e4d8b7ff54d4613ee9e6
|
data/.rubocop.yml
CHANGED
@@ -12,18 +12,18 @@ Layout/SpaceInsideArrayLiteralBrackets:
|
|
12
12
|
Description: Similar to prettier's config.
|
13
13
|
Enabled: false
|
14
14
|
|
15
|
-
Layout/
|
15
|
+
Layout/FirstArgumentIndentation:
|
16
16
|
Description: Useless indentation is useless.
|
17
17
|
Enabled: false
|
18
18
|
|
19
|
-
Layout/
|
19
|
+
Layout/FirstArrayElementIndentation:
|
20
20
|
Description: Useless indentation is useless.
|
21
21
|
Enabled: false
|
22
22
|
|
23
|
-
Layout/
|
23
|
+
Layout/FirstHashElementIndentation:
|
24
24
|
Description: Useless indentation is useless.
|
25
25
|
Enabled: false
|
26
26
|
|
27
|
-
Layout/
|
27
|
+
Layout/FirstParameterIndentation:
|
28
28
|
Description: Useless indentation is useless.
|
29
29
|
Enabled: false
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
getaround-rubocop (0.1.
|
5
|
-
relaxed-rubocop (= 2.
|
6
|
-
rubocop (= 0.
|
4
|
+
getaround-rubocop (0.1.4)
|
5
|
+
relaxed-rubocop (= 2.5)
|
6
|
+
rubocop (= 0.80.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -11,18 +11,20 @@ GEM
|
|
11
11
|
ast (2.4.0)
|
12
12
|
jaro_winkler (1.5.4)
|
13
13
|
parallel (1.19.1)
|
14
|
-
parser (2.7.0.
|
14
|
+
parser (2.7.0.5)
|
15
15
|
ast (~> 2.4.0)
|
16
16
|
rainbow (3.0.0)
|
17
|
-
relaxed-rubocop (2.
|
18
|
-
|
17
|
+
relaxed-rubocop (2.5)
|
18
|
+
rexml (3.2.4)
|
19
|
+
rubocop (0.80.1)
|
19
20
|
jaro_winkler (~> 1.5.1)
|
20
21
|
parallel (~> 1.10)
|
21
|
-
parser (>= 2.
|
22
|
+
parser (>= 2.7.0.1)
|
22
23
|
rainbow (>= 2.2.2, < 4.0)
|
24
|
+
rexml
|
23
25
|
ruby-progressbar (~> 1.7)
|
24
26
|
unicode-display_width (>= 1.4.0, < 1.7)
|
25
|
-
rubocop-rspec (1.
|
27
|
+
rubocop-rspec (1.38.0)
|
26
28
|
rubocop (>= 0.68.1)
|
27
29
|
ruby-progressbar (1.10.1)
|
28
30
|
unicode-display_width (1.6.1)
|
@@ -32,7 +34,7 @@ PLATFORMS
|
|
32
34
|
|
33
35
|
DEPENDENCIES
|
34
36
|
getaround-rubocop!
|
35
|
-
rubocop-rspec (= 1.
|
37
|
+
rubocop-rspec (= 1.38)
|
36
38
|
|
37
39
|
BUNDLED WITH
|
38
40
|
2.1.0
|
data/getaround-rubocop.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = "getaround-rubocop"
|
3
|
-
gem.version = '0.1.
|
3
|
+
gem.version = '0.1.4'
|
4
4
|
gem.summary = "Backend configuration files"
|
5
5
|
gem.description = "Shared base configuration for Getaround Backend Applications."
|
6
6
|
gem.authors = ["Drivy", "Laurent Humez"]
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
|
|
12
12
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
|
13
13
|
end
|
14
14
|
|
15
|
-
gem.add_runtime_dependency "relaxed-rubocop", '= 2.
|
16
|
-
gem.add_runtime_dependency "rubocop", '= 0.
|
17
|
-
gem.add_development_dependency 'rubocop-rspec', '= 1.
|
15
|
+
gem.add_runtime_dependency "relaxed-rubocop", '= 2.5'
|
16
|
+
gem.add_runtime_dependency "rubocop", '= 0.80.1'
|
17
|
+
gem.add_development_dependency 'rubocop-rspec', '= 1.38'
|
18
18
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: getaround-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drivy
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: relaxed-rubocop
|
@@ -17,42 +17,42 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '2.
|
20
|
+
version: '2.5'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '2.
|
27
|
+
version: '2.5'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rubocop
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version:
|
34
|
+
version: 0.80.1
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
41
|
+
version: 0.80.1
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rubocop-rspec
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: '1.
|
48
|
+
version: '1.38'
|
49
49
|
type: :development
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: '1.
|
55
|
+
version: '1.38'
|
56
56
|
description: Shared base configuration for Getaround Backend Applications.
|
57
57
|
email:
|
58
58
|
- oss@drivy.com
|