rubocop-g2 1.2.0 → 1.2.1

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: 64dda8b2be89a287968e8d948f860ae2140ed2c1f589e5cb3150cba8e7a2e027
4
- data.tar.gz: ae4ef93fc34b67da31fde41268a5d21842b38d489aae23f8bdf89777da912c2a
3
+ metadata.gz: f36ed0baa46d1b859d3e3778d0ab646d4d707678be8378fcf9de6a15be948d52
4
+ data.tar.gz: 59f59826d2508f227e19e4a13dbe9e296af3d98412805bfe7b92800d54cbf72f
5
5
  SHA512:
6
- metadata.gz: be9f561d528fe1a8734c13a18d9498eb2eb75a8f36506f7e99c7b014e762ad748f5b09e292beb07cd78ce4b55dfb750fb04dc3392538af64ce179b596353d05b
7
- data.tar.gz: cbd191d0249e7b9daef51e7a7114506072b7f9b8b62f4b8d56a7b4f927706f7a1feb6996e9fab7dfc0521465f75fd3555ecc7675e0e92836502394183ead34dd
6
+ metadata.gz: 9780c8b5f416f3b687acd1f1bd83de37a29f2629c667db6ab3f5c95cc86fc7541a0ed584fe14390dfcf417013981b15e84ba28dae2334d3a2bae907ea7844284
7
+ data.tar.gz: 995e34f792571d118eb4522155fea92899d36f072d2367b5c8e63cc55ac77001b43831374bc1336d3ac1900adc9482a6c1d0fcf1c9c5f313c6067a2d6892b09b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-g2 (1.2.0)
4
+ rubocop-g2 (1.2.1)
5
5
  rubocop (>= 0.82)
6
6
  rubocop-rails (>= 2.5)
7
7
  rubocop-rspec (>= 1.39)
@@ -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 (1.8.1)
35
+ regexp_parser (1.8.2)
36
36
  rexml (3.2.4)
37
37
  rspec (3.8.0)
38
38
  rspec-core (~> 3.8.0)
@@ -47,23 +47,24 @@ 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 (0.92.0)
50
+ rubocop (0.93.1)
51
51
  parallel (~> 1.10)
52
52
  parser (>= 2.7.1.5)
53
53
  rainbow (>= 2.2.2, < 4.0)
54
- regexp_parser (>= 1.7)
54
+ regexp_parser (>= 1.8)
55
55
  rexml
56
- rubocop-ast (>= 0.5.0)
56
+ rubocop-ast (>= 0.6.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 1.4.0, < 2.0)
59
- rubocop-ast (0.7.1)
59
+ rubocop-ast (0.8.0)
60
60
  parser (>= 2.7.1.5)
61
61
  rubocop-rails (2.8.1)
62
62
  activesupport (>= 4.2.0)
63
63
  rack (>= 1.1)
64
64
  rubocop (>= 0.87.0)
65
- rubocop-rspec (1.43.2)
65
+ rubocop-rspec (1.44.1)
66
66
  rubocop (~> 0.87)
67
+ rubocop-ast (>= 0.7.1)
67
68
  ruby-progressbar (1.10.1)
68
69
  thread_safe (0.3.6)
69
70
  tzinfo (1.2.7)
@@ -9,5 +9,8 @@ Lint/Void:
9
9
  RSpec/LetSetup:
10
10
  Enabled: false
11
11
 
12
+ RSpec/MultipleMemoizedHelpers:
13
+ Enabled: false
14
+
12
15
  RSpec/NestedGroups:
13
16
  Max: 6
@@ -63,6 +63,9 @@ Style/FormatStringToken:
63
63
  Style/FrozenStringLiteralComment:
64
64
  Enabled: false
65
65
 
66
+ Style/HashAsLastArrayItem:
67
+ Enabled: false
68
+
66
69
  Style/HashEachMethods:
67
70
  Enabled: true
68
71
 
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module G2
3
- VERSION = '1.2.0'.freeze
3
+ VERSION = '1.2.1'.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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Mannino
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-08 00:00:00.000000000 Z
11
+ date: 2020-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop