rubocop-g2 1.2.1 → 1.3.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 +4 -4
- data/Gemfile.lock +10 -10
- data/config/rspec/default.yml +3 -4
- data/lib/rubocop/g2/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 033ffbc8780cc34230bb9d21efe9011dd11bff56ae3068a9da185b5c2f046f68
|
|
4
|
+
data.tar.gz: 4c471f968eba3c03401204937d77c1d2575e515417a32eec2c11a2083324820f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 545697d4c42d61a349842f4b66218d4fabbf020e41885934e614135084f954bb72228815cef3e269d5b6fe17f9fccd41844957f02d177734c23d7040fca8cd79
|
|
7
|
+
data.tar.gz: 81eaff14fcca9429b69c15d8dc9010a19c1a414140cc2f3d02624966adc3f3c948798e49efd8475c77d7b93485fefdde80f12bda1cf9d235625b829572fff24e
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-g2 (1.
|
|
4
|
+
rubocop-g2 (1.3.0)
|
|
5
5
|
rubocop (>= 0.82)
|
|
6
6
|
rubocop-rails (>= 2.5)
|
|
7
7
|
rubocop-rspec (>= 1.39)
|
|
@@ -23,7 +23,7 @@ GEM
|
|
|
23
23
|
concurrent-ruby (~> 1.0)
|
|
24
24
|
method_source (0.9.2)
|
|
25
25
|
minitest (5.14.2)
|
|
26
|
-
parallel (1.
|
|
26
|
+
parallel (1.20.0)
|
|
27
27
|
parser (2.7.2.0)
|
|
28
28
|
ast (~> 2.4.1)
|
|
29
29
|
pry (0.12.2)
|
|
@@ -47,30 +47,30 @@ 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 (
|
|
50
|
+
rubocop (1.2.0)
|
|
51
51
|
parallel (~> 1.10)
|
|
52
52
|
parser (>= 2.7.1.5)
|
|
53
53
|
rainbow (>= 2.2.2, < 4.0)
|
|
54
54
|
regexp_parser (>= 1.8)
|
|
55
55
|
rexml
|
|
56
|
-
rubocop-ast (>= 0.
|
|
56
|
+
rubocop-ast (>= 1.0.1)
|
|
57
57
|
ruby-progressbar (~> 1.7)
|
|
58
58
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
59
|
-
rubocop-ast (
|
|
59
|
+
rubocop-ast (1.1.1)
|
|
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 (
|
|
66
|
-
rubocop (~> 0
|
|
67
|
-
rubocop-ast (>=
|
|
65
|
+
rubocop-rspec (2.0.0)
|
|
66
|
+
rubocop (~> 1.0)
|
|
67
|
+
rubocop-ast (>= 1.1.0)
|
|
68
68
|
ruby-progressbar (1.10.1)
|
|
69
69
|
thread_safe (0.3.6)
|
|
70
|
-
tzinfo (1.2.
|
|
70
|
+
tzinfo (1.2.8)
|
|
71
71
|
thread_safe (~> 0.1)
|
|
72
72
|
unicode-display_width (1.7.0)
|
|
73
|
-
zeitwerk (2.4.
|
|
73
|
+
zeitwerk (2.4.1)
|
|
74
74
|
|
|
75
75
|
PLATFORMS
|
|
76
76
|
ruby
|
data/config/rspec/default.yml
CHANGED
data/lib/rubocop/g2/version.rb
CHANGED
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
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Mannino
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '3.7'
|
|
111
|
-
description:
|
|
111
|
+
description:
|
|
112
112
|
email:
|
|
113
113
|
- pmannino@g2.com
|
|
114
114
|
executables: []
|
|
@@ -136,7 +136,7 @@ files:
|
|
|
136
136
|
homepage: https://g2.com
|
|
137
137
|
licenses: []
|
|
138
138
|
metadata: {}
|
|
139
|
-
post_install_message:
|
|
139
|
+
post_install_message:
|
|
140
140
|
rdoc_options: []
|
|
141
141
|
require_paths:
|
|
142
142
|
- lib
|
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
version: '0'
|
|
153
153
|
requirements: []
|
|
154
154
|
rubygems_version: 3.1.4
|
|
155
|
-
signing_key:
|
|
155
|
+
signing_key:
|
|
156
156
|
specification_version: 4
|
|
157
157
|
summary: Custom cops for G2.
|
|
158
158
|
test_files: []
|