rubocop-g2 1.4.0 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1db6fe3ca651f25244c105904e3ade2aa59d66e03ad9af7c723346bebc8ec3ec
4
- data.tar.gz: f59831bc819a38dd8732de5784d217bc141aff96f7648634a31bf9f298021232
3
+ metadata.gz: 73b25006ca361f05cd4d35d3365cafca57d9ae3b7dfd5d216519472c1193fe2f
4
+ data.tar.gz: d9e6c137ef71450ad2f8f2de27217242c452870c0c8533062ba6cd7c66f1553a
5
5
  SHA512:
6
- metadata.gz: 922b155abca3d15cde8681c1376bc09f62623295196b3928a63377e04614332267782b8ff5b9a3364b1eb8a1a2100d5b25cd34f04bbe71ebf29bd3ae37952fa8
7
- data.tar.gz: a328f94e4da34449f42a5c6fabe800f87e0e905b11c5523f33874af1b2aa5b5e71fa692be8b7be153b4d5bac6c827b138275c973dd62d7f5f0a740b688fb04ef
6
+ metadata.gz: eb2bc7e5fba0cc4809a931742d05208e1ccbd5a82847aaa68c76a8cdafc9a94e02b35f806cf21641baa192914bf3b7146fb19a62b93e76287d682f9f8bea7097
7
+ data.tar.gz: 0a20638db84e15f0d49dba980140ebf633c36d863d82697db2c8fd85d4d1ae5690660535af65534f32b9e2331d8e63d67495c9cf862fb6c383e0ab64fadf8bda
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-g2 (1.4.0)
4
+ rubocop-g2 (1.5.0)
5
5
  rubocop (>= 0.82)
6
6
  rubocop-rails (>= 2.5)
7
7
  rubocop-rspec (>= 1.39)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.4)
12
+ activesupport (6.1.4.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
@@ -23,8 +23,8 @@ GEM
23
23
  concurrent-ruby (~> 1.0)
24
24
  method_source (0.9.2)
25
25
  minitest (5.14.4)
26
- parallel (1.20.0)
27
- parser (3.0.1.1)
26
+ parallel (1.21.0)
27
+ parser (3.0.2.0)
28
28
  ast (~> 2.4.1)
29
29
  pry (0.12.2)
30
30
  coderay (~> 1.1.0)
@@ -32,7 +32,7 @@ GEM
32
32
  rack (2.2.3)
33
33
  rainbow (3.0.0)
34
34
  rake (12.3.3)
35
- regexp_parser (2.0.3)
35
+ regexp_parser (2.1.1)
36
36
  rexml (3.2.5)
37
37
  rspec (3.8.0)
38
38
  rspec-core (~> 3.8.0)
@@ -47,28 +47,27 @@ GEM
47
47
  diff-lcs (>= 1.2.0, < 2.0)
48
48
  rspec-support (~> 3.8.0)
49
49
  rspec-support (3.8.3)
50
- rubocop (1.18.3)
50
+ rubocop (1.21.0)
51
51
  parallel (~> 1.10)
52
52
  parser (>= 3.0.0.0)
53
53
  rainbow (>= 2.2.2, < 4.0)
54
54
  regexp_parser (>= 1.8, < 3.0)
55
55
  rexml
56
- rubocop-ast (>= 1.7.0, < 2.0)
56
+ rubocop-ast (>= 1.9.1, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.8.0)
59
+ rubocop-ast (1.11.0)
60
60
  parser (>= 3.0.1.1)
61
- rubocop-rails (2.8.1)
61
+ rubocop-rails (2.12.2)
62
62
  activesupport (>= 4.2.0)
63
63
  rack (>= 1.1)
64
- rubocop (>= 0.87.0)
65
- rubocop-rspec (2.0.0)
66
- rubocop (~> 1.0)
67
- rubocop-ast (>= 1.1.0)
68
- ruby-progressbar (1.10.1)
64
+ rubocop (>= 1.7.0, < 2.0)
65
+ rubocop-rspec (2.5.0)
66
+ rubocop (~> 1.19)
67
+ ruby-progressbar (1.11.0)
69
68
  tzinfo (2.0.4)
70
69
  concurrent-ruby (~> 1.0)
71
- unicode-display_width (1.7.0)
70
+ unicode-display_width (2.1.0)
72
71
  zeitwerk (2.4.2)
73
72
 
74
73
  PLATFORMS
@@ -1,7 +1,3 @@
1
- RSpec:
2
- Include:
3
- - '_spec.rb$'
4
-
5
1
  Lint/Void:
6
2
  Enabled: false
7
3
 
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module G2
3
- VERSION = '1.4.0'.freeze
3
+ VERSION = '1.5.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-g2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Mannino
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2021-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop