getaround-rubocop 0.2.6 → 0.2.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e895fac28c4d5ee5105d966e248e3ed4bdfc6da07f62d4e8883f5e51e3f685d
4
- data.tar.gz: 6c9f289ca634300865ae2f81cd63f7ddf11b11f9cb37c320e7a7faf7bcae1d08
3
+ metadata.gz: 7018eb4441a79baf545d6c22df098ae8b1921d4761536d90cad2a6ae3114941f
4
+ data.tar.gz: 482634544779e3eacc202216caea488ab00f5a74b75ebc13e2c325a1301e45fa
5
5
  SHA512:
6
- metadata.gz: e3d1e281f263bd3ec7223348a536a1c2eaf0d97ee43cc18e53f2c5f74175f0b839b9faeb884714dbe13ce4106b0c1eb039d50cd3eb203bbbade9b512b2c5f82d
7
- data.tar.gz: 14783ca94ff5b3eecc6454a3073918f5c4aa86b55b292b63e8eb9c7ea1d5b6c896df57a6d7a40429e22ae9981504809f0831480451f581de8b9ae9c4615118be
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.5)
4
+ getaround-rubocop (0.2.6)
5
5
  relaxed-rubocop (= 2.5)
6
- rubocop (= 1.18.3)
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.20.1)
14
- parser (3.0.2.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
19
  rexml (3.2.5)
20
- rubocop (1.18.3)
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.7.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.8.0)
30
- parser (>= 3.0.1.1)
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.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,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "getaround-rubocop"
5
- gem.version = '0.2.6'
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.18.3'
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.6
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: 2021-07-21 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,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 1.18.3
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.18.3
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: []