getaround-rubocop 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +13 -13
- data/getaround-rubocop.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7018eb4441a79baf545d6c22df098ae8b1921d4761536d90cad2a6ae3114941f
|
4
|
+
data.tar.gz: 482634544779e3eacc202216caea488ab00f5a74b75ebc13e2c325a1301e45fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fe49c7e5fa2d5140946ec43a27a4ae9990a84c8004e0238c82993de00e38b6b04e6315dccbc954e7361313eac025f3967472bee80be9adbc6cad17053523275
|
7
|
+
data.tar.gz: 0a4291ad95e4d367ce735b8f65baa05f04ca6b173bbd84f92f49ad52d3b25d07b756f771420d3a425733bf3d9cdf7ae6065045138807112ce4f70f6cf60855dd
|
data/Gemfile.lock
CHANGED
@@ -1,38 +1,38 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
getaround-rubocop (0.2.
|
4
|
+
getaround-rubocop (0.2.6)
|
5
5
|
relaxed-rubocop (= 2.5)
|
6
|
-
rubocop (= 1.
|
6
|
+
rubocop (= 1.25.1)
|
7
7
|
rubocop-rspec (= 2.4.0)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
12
|
ast (2.4.2)
|
13
|
-
parallel (1.
|
14
|
-
parser (3.
|
13
|
+
parallel (1.21.0)
|
14
|
+
parser (3.1.1.0)
|
15
15
|
ast (~> 2.4.1)
|
16
|
-
rainbow (3.
|
17
|
-
regexp_parser (2.
|
16
|
+
rainbow (3.1.1)
|
17
|
+
regexp_parser (2.2.1)
|
18
18
|
relaxed-rubocop (2.5)
|
19
19
|
rexml (3.2.5)
|
20
|
-
rubocop (1.
|
20
|
+
rubocop (1.25.1)
|
21
21
|
parallel (~> 1.10)
|
22
|
-
parser (>= 3.
|
22
|
+
parser (>= 3.1.0.0)
|
23
23
|
rainbow (>= 2.2.2, < 4.0)
|
24
24
|
regexp_parser (>= 1.8, < 3.0)
|
25
25
|
rexml
|
26
|
-
rubocop-ast (>= 1.
|
26
|
+
rubocop-ast (>= 1.15.1, < 2.0)
|
27
27
|
ruby-progressbar (~> 1.7)
|
28
28
|
unicode-display_width (>= 1.4.0, < 3.0)
|
29
|
-
rubocop-ast (1.
|
30
|
-
parser (>= 3.
|
29
|
+
rubocop-ast (1.16.0)
|
30
|
+
parser (>= 3.1.1.0)
|
31
31
|
rubocop-rspec (2.4.0)
|
32
32
|
rubocop (~> 1.0)
|
33
33
|
rubocop-ast (>= 1.1.0)
|
34
34
|
ruby-progressbar (1.11.0)
|
35
|
-
unicode-display_width (2.
|
35
|
+
unicode-display_width (2.1.0)
|
36
36
|
|
37
37
|
PLATFORMS
|
38
38
|
ruby
|
@@ -41,4 +41,4 @@ DEPENDENCIES
|
|
41
41
|
getaround-rubocop!
|
42
42
|
|
43
43
|
BUNDLED WITH
|
44
|
-
2.
|
44
|
+
2.2.21
|
data/getaround-rubocop.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = "getaround-rubocop"
|
5
|
-
gem.version = '0.2.
|
5
|
+
gem.version = '0.2.7'
|
6
6
|
gem.summary = "Backend configuration files"
|
7
7
|
gem.description = "Shared base configuration for Getaround Backend Applications."
|
8
8
|
gem.authors = ["Drivy", "Laurent Humez"]
|
@@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
|
|
16
16
|
end
|
17
17
|
|
18
18
|
gem.add_runtime_dependency 'relaxed-rubocop', '= 2.5'
|
19
|
-
gem.add_runtime_dependency 'rubocop', '= 1.
|
19
|
+
gem.add_runtime_dependency 'rubocop', '= 1.25.1'
|
20
20
|
gem.add_runtime_dependency 'rubocop-rspec', '= 2.4.0'
|
21
21
|
end
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: getaround-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drivy
|
8
8
|
- Laurent Humez
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: relaxed-rubocop
|
@@ -31,14 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.
|
34
|
+
version: 1.25.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: 1.
|
41
|
+
version: 1.25.1
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rubocop-rspec
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,7 +73,7 @@ homepage: https://github.com/drivy
|
|
73
73
|
licenses:
|
74
74
|
- MIT
|
75
75
|
metadata: {}
|
76
|
-
post_install_message:
|
76
|
+
post_install_message:
|
77
77
|
rdoc_options: []
|
78
78
|
require_paths:
|
79
79
|
- lib
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
requirements: []
|
91
91
|
rubygems_version: 3.0.3.1
|
92
|
-
signing_key:
|
92
|
+
signing_key:
|
93
93
|
specification_version: 4
|
94
94
|
summary: Backend configuration files
|
95
95
|
test_files: []
|