carwow_rubocop 3.4.2 → 3.4.3

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: c5eb0655bbee6e4a19a6f6768ed3bfdcbb7afd7afc8b0454141235880b3a85c2
4
- data.tar.gz: c16fa6a575e36249abe3fd0b26772bbdadb5107acd058faa2e3e69a708dfaa5b
3
+ metadata.gz: f239eb22a4031dfe8518b292afd41cb94778355a6c721ca0b7675316a24c0b61
4
+ data.tar.gz: cfbd6577b32d07dd7db5a5c921290d6b6b151450688d3b6b3b92e3cf78f4a73b
5
5
  SHA512:
6
- metadata.gz: c521fe82bd262c587430af64a1c5f94f2489cbdebfe3c34a9149431b758aca78c1770484433c05f0101b5c66ecbd5244b13dca1233d439386b6e21584d5650aa
7
- data.tar.gz: 1d68d6e5cd09c78b1173a572e6b11c30f3ca4a70835d8e0a9f3934f9ba5a2379f62e99e1007c41a1f7fd85a962e5e9792eb8b35ab8285878455b3fa0ef2ab518
6
+ metadata.gz: 47274f7028dc42ddcc788b23c44e910f39053b5ead0aa0e7e8432199b533a74fb4968100d92f55bd50a006a727a1701957fce64ffc585fcb18c4217b61ab0e59
7
+ data.tar.gz: 531b0ba1209f7e50d0d0c5979fb805fa49c613d29d6daafd88aa479dfcd6365fcce070f470004fe33fd9f09868d3708934425b75cc3fcf166810c36fe175705e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carwow_rubocop (3.4.2)
4
+ carwow_rubocop (3.4.3)
5
5
  rubocop (>= 0.93)
6
6
  rubocop-performance
7
7
  rubocop-rspec
@@ -9,15 +9,15 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- ast (2.4.1)
12
+ ast (2.4.2)
13
13
  parallel (1.20.1)
14
14
  parser (3.0.0.0)
15
15
  ast (~> 2.4.1)
16
16
  rainbow (3.0.0)
17
17
  rake (13.0.1)
18
- regexp_parser (2.0.3)
18
+ regexp_parser (2.1.0)
19
19
  rexml (3.2.4)
20
- rubocop (1.8.0)
20
+ rubocop (1.10.0)
21
21
  parallel (~> 1.10)
22
22
  parser (>= 3.0.0.0)
23
23
  rainbow (>= 2.2.2, < 4.0)
@@ -26,12 +26,12 @@ GEM
26
26
  rubocop-ast (>= 1.2.0, < 2.0)
27
27
  ruby-progressbar (~> 1.7)
28
28
  unicode-display_width (>= 1.4.0, < 3.0)
29
- rubocop-ast (1.4.0)
29
+ rubocop-ast (1.4.1)
30
30
  parser (>= 2.7.1.5)
31
31
  rubocop-performance (1.9.2)
32
32
  rubocop (>= 0.90.0, < 2.0)
33
33
  rubocop-ast (>= 0.4.0)
34
- rubocop-rspec (2.1.0)
34
+ rubocop-rspec (2.2.0)
35
35
  rubocop (~> 1.0)
36
36
  rubocop-ast (>= 1.1.0)
37
37
  ruby-progressbar (1.11.0)
@@ -5,7 +5,7 @@ require 'carwow_rubocop/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'carwow_rubocop'
7
7
  spec.version = CarwowRubocop::VERSION
8
- spec.required_ruby_version = '>= 2.7.0'
8
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
9
9
  spec.authors = ['carwow Developers']
10
10
  spec.email = ['developers@carwow.co.uk']
11
11
  spec.summary = "carwow's rubocop configuration"
@@ -1,3 +1,3 @@
1
1
  module CarwowRubocop
2
- VERSION = '3.4.2'.freeze
2
+ VERSION = '3.4.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carwow_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - carwow Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-07 00:00:00.000000000 Z
11
+ date: 2021-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler