getaround-rubocop 0.2.10 → 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.
- checksums.yaml +4 -4
- data/.rubocop-performance.yml +1 -1
- data/.rubocop-rails.yml +1 -1
- data/.rubocop-rspec.yml +1 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +64 -45
- data/getaround-rubocop.gemspec +7 -7
- metadata +22 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d4161c128950257985eaf92bc1f72679f0c9bfd2297a3c2f242de2c2e620fb3
|
|
4
|
+
data.tar.gz: b2eb4fe855f207e7c06f70dbc1eed68dd9d5614797f74b3f30f36185816739b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fd22951f25689e52f2c7ad9b4b1ecd24cad1e343b235f41ab746552e0bd6ea1a5c93c7786efa04b4dd1827d2ee9e040c8f2b530f00bb2f80e5bf94f360f2066
|
|
7
|
+
data.tar.gz: 1789379a0745b5e865c3047fe10ffbb858a0273784a7ca9a58c1e31b778b316b5a4dc3fd084d9e8dbd3417344945f440578dc5a01ed0c1b7aa1800ed4ad2c7c9
|
data/.rubocop-performance.yml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
plugins:
|
|
2
2
|
- rubocop-performance
|
data/.rubocop-rails.yml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
plugins:
|
|
2
2
|
- rubocop-rails
|
data/.rubocop-rspec.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-
|
|
1
|
+
ruby-4.0.1
|
data/Gemfile.lock
CHANGED
|
@@ -1,70 +1,89 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
getaround-rubocop (0.
|
|
5
|
-
relaxed-rubocop (
|
|
6
|
-
rubocop (
|
|
7
|
-
rubocop-performance (
|
|
8
|
-
rubocop-rails (
|
|
9
|
-
rubocop-rspec (
|
|
4
|
+
getaround-rubocop (0.3.0)
|
|
5
|
+
relaxed-rubocop (~> 2.5)
|
|
6
|
+
rubocop (~> 1.0)
|
|
7
|
+
rubocop-performance (~> 1.0)
|
|
8
|
+
rubocop-rails (~> 2.0)
|
|
9
|
+
rubocop-rspec (~> 3.0)
|
|
10
10
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (
|
|
15
|
-
|
|
14
|
+
activesupport (8.0.2)
|
|
15
|
+
base64
|
|
16
|
+
benchmark (>= 0.3)
|
|
17
|
+
bigdecimal
|
|
18
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
19
|
+
connection_pool (>= 2.2.5)
|
|
20
|
+
drb
|
|
16
21
|
i18n (>= 1.6, < 2)
|
|
22
|
+
logger (>= 1.4.2)
|
|
17
23
|
minitest (>= 5.1)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
24
|
+
securerandom (>= 0.3)
|
|
25
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
26
|
+
uri (>= 0.13.1)
|
|
27
|
+
ast (2.4.3)
|
|
28
|
+
base64 (0.2.0)
|
|
29
|
+
benchmark (0.4.0)
|
|
30
|
+
bigdecimal (3.1.9)
|
|
31
|
+
concurrent-ruby (1.3.5)
|
|
32
|
+
connection_pool (2.5.3)
|
|
33
|
+
drb (2.2.3)
|
|
34
|
+
i18n (1.14.7)
|
|
22
35
|
concurrent-ruby (~> 1.0)
|
|
23
|
-
json (2.
|
|
24
|
-
language_server-protocol (3.17.0.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
36
|
+
json (2.15.1)
|
|
37
|
+
language_server-protocol (3.17.0.5)
|
|
38
|
+
lint_roller (1.1.0)
|
|
39
|
+
logger (1.7.0)
|
|
40
|
+
minitest (6.0.1)
|
|
41
|
+
prism (~> 1.5)
|
|
42
|
+
parallel (1.27.0)
|
|
43
|
+
parser (3.3.9.0)
|
|
28
44
|
ast (~> 2.4.1)
|
|
29
45
|
racc
|
|
30
|
-
|
|
31
|
-
|
|
46
|
+
prism (1.6.0)
|
|
47
|
+
racc (1.8.1)
|
|
48
|
+
rack (3.1.18)
|
|
32
49
|
rainbow (3.1.1)
|
|
33
|
-
regexp_parser (2.
|
|
50
|
+
regexp_parser (2.11.3)
|
|
34
51
|
relaxed-rubocop (2.5)
|
|
35
|
-
|
|
36
|
-
rubocop (1.55.1)
|
|
52
|
+
rubocop (1.81.1)
|
|
37
53
|
json (~> 2.3)
|
|
38
|
-
language_server-protocol (
|
|
54
|
+
language_server-protocol (~> 3.17.0.2)
|
|
55
|
+
lint_roller (~> 1.1.0)
|
|
39
56
|
parallel (~> 1.10)
|
|
40
|
-
parser (>= 3.
|
|
57
|
+
parser (>= 3.3.0.2)
|
|
41
58
|
rainbow (>= 2.2.2, < 4.0)
|
|
42
|
-
regexp_parser (>=
|
|
43
|
-
|
|
44
|
-
rubocop-ast (>= 1.28.1, < 2.0)
|
|
59
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
60
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
45
61
|
ruby-progressbar (~> 1.7)
|
|
46
|
-
unicode-display_width (>= 2.4.0, <
|
|
47
|
-
rubocop-ast (1.
|
|
48
|
-
parser (>= 3.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
rubocop (
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
rubocop-ast (>= 0.4.0)
|
|
56
|
-
rubocop-rails (2.20.2)
|
|
62
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
63
|
+
rubocop-ast (1.47.1)
|
|
64
|
+
parser (>= 3.3.7.2)
|
|
65
|
+
prism (~> 1.4)
|
|
66
|
+
rubocop-performance (1.26.1)
|
|
67
|
+
lint_roller (~> 1.1)
|
|
68
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
69
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
70
|
+
rubocop-rails (2.32.0)
|
|
57
71
|
activesupport (>= 4.2.0)
|
|
72
|
+
lint_roller (~> 1.1)
|
|
58
73
|
rack (>= 1.1)
|
|
59
|
-
rubocop (>= 1.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
rubocop
|
|
74
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
75
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
76
|
+
rubocop-rspec (3.6.0)
|
|
77
|
+
lint_roller (~> 1.1)
|
|
78
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
64
79
|
ruby-progressbar (1.13.0)
|
|
80
|
+
securerandom (0.4.1)
|
|
65
81
|
tzinfo (2.0.6)
|
|
66
82
|
concurrent-ruby (~> 1.0)
|
|
67
|
-
unicode-display_width (2.
|
|
83
|
+
unicode-display_width (3.2.0)
|
|
84
|
+
unicode-emoji (~> 4.1)
|
|
85
|
+
unicode-emoji (4.2.0)
|
|
86
|
+
uri (1.0.3)
|
|
68
87
|
|
|
69
88
|
PLATFORMS
|
|
70
89
|
ruby
|
|
@@ -73,4 +92,4 @@ DEPENDENCIES
|
|
|
73
92
|
getaround-rubocop!
|
|
74
93
|
|
|
75
94
|
BUNDLED WITH
|
|
76
|
-
|
|
95
|
+
4.0.4
|
data/getaround-rubocop.gemspec
CHANGED
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "getaround-rubocop"
|
|
5
|
-
gem.version = '0.
|
|
5
|
+
gem.version = '0.3.0'
|
|
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"]
|
|
9
9
|
gem.email = ["oss@drivy.com"]
|
|
10
10
|
gem.homepage = "https://github.com/drivy"
|
|
11
11
|
gem.license = "MIT"
|
|
12
|
-
gem.required_ruby_version = '>= 3.
|
|
12
|
+
gem.required_ruby_version = '>= 3.3'
|
|
13
13
|
|
|
14
14
|
gem.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
15
15
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
|
|
16
16
|
end
|
|
17
17
|
|
|
18
|
-
gem.add_runtime_dependency 'relaxed-rubocop', '
|
|
19
|
-
gem.add_runtime_dependency 'rubocop', '
|
|
20
|
-
gem.add_runtime_dependency 'rubocop-performance', '
|
|
21
|
-
gem.add_runtime_dependency 'rubocop-rails', '
|
|
22
|
-
gem.add_runtime_dependency 'rubocop-rspec', '
|
|
18
|
+
gem.add_runtime_dependency 'relaxed-rubocop', '~> 2.5'
|
|
19
|
+
gem.add_runtime_dependency 'rubocop', '~> 1.0'
|
|
20
|
+
gem.add_runtime_dependency 'rubocop-performance', '~> 1.0'
|
|
21
|
+
gem.add_runtime_dependency 'rubocop-rails', '~> 2.0'
|
|
22
|
+
gem.add_runtime_dependency 'rubocop-rspec', '~> 3.0'
|
|
23
23
|
end
|
metadata
CHANGED
|
@@ -1,86 +1,85 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: getaround-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Drivy
|
|
8
8
|
- Laurent Humez
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: relaxed-rubocop
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
16
|
requirements:
|
|
18
|
-
- -
|
|
17
|
+
- - "~>"
|
|
19
18
|
- !ruby/object:Gem::Version
|
|
20
19
|
version: '2.5'
|
|
21
20
|
type: :runtime
|
|
22
21
|
prerelease: false
|
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
23
|
requirements:
|
|
25
|
-
- -
|
|
24
|
+
- - "~>"
|
|
26
25
|
- !ruby/object:Gem::Version
|
|
27
26
|
version: '2.5'
|
|
28
27
|
- !ruby/object:Gem::Dependency
|
|
29
28
|
name: rubocop
|
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
|
31
30
|
requirements:
|
|
32
|
-
- -
|
|
31
|
+
- - "~>"
|
|
33
32
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 1.
|
|
33
|
+
version: '1.0'
|
|
35
34
|
type: :runtime
|
|
36
35
|
prerelease: false
|
|
37
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
37
|
requirements:
|
|
39
|
-
- -
|
|
38
|
+
- - "~>"
|
|
40
39
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.
|
|
40
|
+
version: '1.0'
|
|
42
41
|
- !ruby/object:Gem::Dependency
|
|
43
42
|
name: rubocop-performance
|
|
44
43
|
requirement: !ruby/object:Gem::Requirement
|
|
45
44
|
requirements:
|
|
46
|
-
- -
|
|
45
|
+
- - "~>"
|
|
47
46
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 1.
|
|
47
|
+
version: '1.0'
|
|
49
48
|
type: :runtime
|
|
50
49
|
prerelease: false
|
|
51
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
51
|
requirements:
|
|
53
|
-
- -
|
|
52
|
+
- - "~>"
|
|
54
53
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 1.
|
|
54
|
+
version: '1.0'
|
|
56
55
|
- !ruby/object:Gem::Dependency
|
|
57
56
|
name: rubocop-rails
|
|
58
57
|
requirement: !ruby/object:Gem::Requirement
|
|
59
58
|
requirements:
|
|
60
|
-
- -
|
|
59
|
+
- - "~>"
|
|
61
60
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 2.
|
|
61
|
+
version: '2.0'
|
|
63
62
|
type: :runtime
|
|
64
63
|
prerelease: false
|
|
65
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
65
|
requirements:
|
|
67
|
-
- -
|
|
66
|
+
- - "~>"
|
|
68
67
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
68
|
+
version: '2.0'
|
|
70
69
|
- !ruby/object:Gem::Dependency
|
|
71
70
|
name: rubocop-rspec
|
|
72
71
|
requirement: !ruby/object:Gem::Requirement
|
|
73
72
|
requirements:
|
|
74
|
-
- -
|
|
73
|
+
- - "~>"
|
|
75
74
|
- !ruby/object:Gem::Version
|
|
76
|
-
version:
|
|
75
|
+
version: '3.0'
|
|
77
76
|
type: :runtime
|
|
78
77
|
prerelease: false
|
|
79
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
79
|
requirements:
|
|
81
|
-
- -
|
|
80
|
+
- - "~>"
|
|
82
81
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
82
|
+
version: '3.0'
|
|
84
83
|
description: Shared base configuration for Getaround Backend Applications.
|
|
85
84
|
email:
|
|
86
85
|
- oss@drivy.com
|
|
@@ -103,7 +102,6 @@ homepage: https://github.com/drivy
|
|
|
103
102
|
licenses:
|
|
104
103
|
- MIT
|
|
105
104
|
metadata: {}
|
|
106
|
-
post_install_message:
|
|
107
105
|
rdoc_options: []
|
|
108
106
|
require_paths:
|
|
109
107
|
- lib
|
|
@@ -111,15 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
109
|
requirements:
|
|
112
110
|
- - ">="
|
|
113
111
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: '3.
|
|
112
|
+
version: '3.3'
|
|
115
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
114
|
requirements:
|
|
117
115
|
- - ">="
|
|
118
116
|
- !ruby/object:Gem::Version
|
|
119
117
|
version: '0'
|
|
120
118
|
requirements: []
|
|
121
|
-
rubygems_version:
|
|
122
|
-
signing_key:
|
|
119
|
+
rubygems_version: 4.0.3
|
|
123
120
|
specification_version: 4
|
|
124
121
|
summary: Backend configuration files
|
|
125
122
|
test_files: []
|