ramsey_cop 0.23.0 → 0.24.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: 33ac4ced5223b1c56b842e6fac9b17035976afe1a2d958fdb0ef66a66c659251
4
- data.tar.gz: 934780b40f5a6b9c255a42c7304a0a8c346a15d25bee9dbc8a6c1611c5d0326b
3
+ metadata.gz: 176f70066f22bc4f8ff033835f30e0b28deccd7d98b84d789a7caf1a58856fa5
4
+ data.tar.gz: 132d3b3b3cd5c3a03f4762da852325c45c9c408fe8b473e6905753b820642aa8
5
5
  SHA512:
6
- metadata.gz: 84befa37df96b4089381f0748e533e8f1817a5738b1e29d7e8ad4fc06dddd744009068c1a8aa812bbd027b6d5bace4d7624080f8fb00c9b1a77e8d59cca40517
7
- data.tar.gz: ad9cf250634e74c1c24bed47fc203b818e2e8865e1801733e90b1058fb1ce831908efb31fb6338fe76824cfc7d665ff3dfe0fd806c94b772d8eacab05779b5ba
6
+ metadata.gz: 0015d457d6525445f04a2e195426ba426c0f9f5fc533394d6048af032c4d184f4108e61db1fd4e7f9fa00e7db30bf4e2836f2945ffeaac2c60bf57d7aff69dfa
7
+ data.tar.gz: 0a4bfc772f83e9d4c76562d506c14e494d911e38764cb1e6639cfa7eae0e09b2e59b4160614a1579b10a6e7c8faae9d5b37b2ac6d812574142d8a250ef608602
@@ -1,20 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ramsey_cop (0.23.0)
4
+ ramsey_cop (0.24.0)
5
5
  rubocop (>= 0.82)
6
6
  rubocop-performance (>= 1.5.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ast (2.4.0)
11
+ ast (2.4.1)
12
12
  diff-lcs (1.3)
13
- parallel (1.19.1)
14
- parser (2.7.1.2)
15
- ast (~> 2.4.0)
13
+ parallel (1.20.1)
14
+ parser (2.7.2.0)
15
+ ast (~> 2.4.1)
16
16
  rainbow (3.0.0)
17
17
  rake (12.3.3)
18
+ regexp_parser (2.0.0)
18
19
  rexml (3.2.4)
19
20
  rspec (3.9.0)
20
21
  rspec-core (~> 3.9.0)
@@ -29,15 +30,20 @@ GEM
29
30
  diff-lcs (>= 1.2.0, < 2.0)
30
31
  rspec-support (~> 3.9.0)
31
32
  rspec-support (3.9.2)
32
- rubocop (0.83.0)
33
+ rubocop (1.6.1)
33
34
  parallel (~> 1.10)
34
- parser (>= 2.7.0.1)
35
+ parser (>= 2.7.1.5)
35
36
  rainbow (>= 2.2.2, < 4.0)
37
+ regexp_parser (>= 1.8, < 3.0)
36
38
  rexml
39
+ rubocop-ast (>= 1.2.0, < 2.0)
37
40
  ruby-progressbar (~> 1.7)
38
41
  unicode-display_width (>= 1.4.0, < 2.0)
39
- rubocop-performance (1.5.2)
40
- rubocop (>= 0.71.0)
42
+ rubocop-ast (1.3.0)
43
+ parser (>= 2.7.1.5)
44
+ rubocop-performance (1.9.1)
45
+ rubocop (>= 0.90.0, < 2.0)
46
+ rubocop-ast (>= 0.4.0)
41
47
  ruby-progressbar (1.10.1)
42
48
  unicode-display_width (1.7.0)
43
49
 
@@ -59,6 +59,10 @@ Metrics/MethodLength:
59
59
  - db/migrate/*
60
60
  - spec/**/*
61
61
  - test/**/*
62
+ CountAsOne:
63
+ - hash
64
+ - array
65
+ - heredoc
62
66
 
63
67
  Metrics/ModuleLength:
64
68
  Exclude:
@@ -1,3 +1,3 @@
1
1
  module RamseyCop
2
- VERSION = "0.23.0".freeze
2
+ VERSION = "0.24.0".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ramsey_cop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Peyton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-30 00:00:00.000000000 Z
12
+ date: 2020-12-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop