getaround-rubocop 0.2.4 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a22bc10f7e80edcd83947d713edb22cb3796a9d39e5659612f311dbf9fab9407
4
- data.tar.gz: a0f7bbac938030cab2addc9e450ba19545717a28b5dbada5f7ae6d9131221237
3
+ metadata.gz: 7018eb4441a79baf545d6c22df098ae8b1921d4761536d90cad2a6ae3114941f
4
+ data.tar.gz: 482634544779e3eacc202216caea488ab00f5a74b75ebc13e2c325a1301e45fa
5
5
  SHA512:
6
- metadata.gz: f184487d05c6176772703807b05123e3605acd5bf2bdc5295353922a8351f1d65d01eb015845b07a276ba3ca79ee00d39ae1844b7e003f1bf122e7d54bd2a295
7
- data.tar.gz: 89ff4abdc4f1f0828c00287dc41524432fa5c67a3d7945a75de401e58c421808e43ebb6d9d5b893c6fdd962b175ac87459cb611068843039e811c65bff652df8
6
+ metadata.gz: 6fe49c7e5fa2d5140946ec43a27a4ae9990a84c8004e0238c82993de00e38b6b04e6315dccbc954e7361313eac025f3967472bee80be9adbc6cad17053523275
7
+ data.tar.gz: 0a4291ad95e4d367ce735b8f65baa05f04ca6b173bbd84f92f49ad52d3b25d07b756f771420d3a425733bf3d9cdf7ae6065045138807112ce4f70f6cf60855dd
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-2.6.7
data/Gemfile.lock CHANGED
@@ -1,38 +1,38 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround-rubocop (0.2.3)
4
+ getaround-rubocop (0.2.6)
5
5
  relaxed-rubocop (= 2.5)
6
- rubocop (= 1.11.0)
7
- rubocop-rspec (= 2.2.0)
6
+ rubocop (= 1.25.1)
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.20.1)
14
- parser (3.0.0.0)
13
+ parallel (1.21.0)
14
+ parser (3.1.1.0)
15
15
  ast (~> 2.4.1)
16
- rainbow (3.0.0)
17
- regexp_parser (2.1.1)
16
+ rainbow (3.1.1)
17
+ regexp_parser (2.2.1)
18
18
  relaxed-rubocop (2.5)
19
- rexml (3.2.4)
20
- rubocop (1.11.0)
19
+ rexml (3.2.5)
20
+ rubocop (1.25.1)
21
21
  parallel (~> 1.10)
22
- parser (>= 3.0.0.0)
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.2.0, < 2.0)
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.4.1)
30
- parser (>= 2.7.1.5)
31
- rubocop-rspec (2.2.0)
29
+ rubocop-ast (1.16.0)
30
+ parser (>= 3.1.1.0)
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.0.0)
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.1.4
44
+ 2.2.21
@@ -2,20 +2,20 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "getaround-rubocop"
5
- gem.version = '0.2.4'
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"]
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 = '~> 2.6'
12
+ gem.required_ruby_version = '>= 2.6'
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
18
  gem.add_runtime_dependency 'relaxed-rubocop', '= 2.5'
19
- gem.add_runtime_dependency 'rubocop', '= 1.11.0'
20
- gem.add_runtime_dependency 'rubocop-rspec', '= 2.2.0'
19
+ gem.add_runtime_dependency 'rubocop', '= 1.25.1'
20
+ gem.add_runtime_dependency 'rubocop-rspec', '= 2.4.0'
21
21
  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.2.4
4
+ version: 0.2.7
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: 2021-03-12 00:00:00.000000000 Z
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,28 +31,28 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 1.11.0
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.11.0
41
+ version: 1.25.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: 2.2.0
48
+ version: 2.4.0
49
49
  type: :runtime
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: 2.2.0
55
+ version: 2.4.0
56
56
  description: Shared base configuration for Getaround Backend Applications.
57
57
  email:
58
58
  - oss@drivy.com
@@ -62,6 +62,7 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - ".rubocop-rspec.yml"
64
64
  - ".rubocop.yml"
65
+ - ".ruby-version"
65
66
  - Gemfile
66
67
  - Gemfile.lock
67
68
  - README.md
@@ -78,7 +79,7 @@ require_paths:
78
79
  - lib
79
80
  required_ruby_version: !ruby/object:Gem::Requirement
80
81
  requirements:
81
- - - "~>"
82
+ - - ">="
82
83
  - !ruby/object:Gem::Version
83
84
  version: '2.6'
84
85
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -87,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
88
  - !ruby/object:Gem::Version
88
89
  version: '0'
89
90
  requirements: []
90
- rubygems_version: 3.0.3
91
+ rubygems_version: 3.0.3.1
91
92
  signing_key:
92
93
  specification_version: 4
93
94
  summary: Backend configuration files