panolint 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +37 -37
- data/lib/panolint/version.rb +1 -1
- data/panolint-rubocop.yml +3 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 250fa148ba417c59664698d67197380ae9c9098aa7e1c21b5aa6d47c80777975
|
4
|
+
data.tar.gz: fef1950305d7887559402d1c8425a75115e30ceaf73d7773f6ce618053bd0848
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49ccc626d68dbdacf71f222a68bd82e0f0131d70de8b20428e14069d6d074c75066930ce4362de9dc2e2235e171898625aa69be5a9b8dec01a18429a31131805
|
7
|
+
data.tar.gz: 7cc1405390d5e39574fd6a696724f9165c1c6045c542b53a555c26a33807313335c629c112c45869daa16a8f22882bd15a25f521f07d4fcfb59dd7bf709bf865
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
panolint (0.1.
|
4
|
+
panolint (0.1.5)
|
5
5
|
brakeman (>= 4.8, < 6.0)
|
6
6
|
rubocop (>= 0.83, < 2.0)
|
7
7
|
rubocop-performance (~> 1.5)
|
@@ -12,67 +12,67 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (
|
15
|
+
activesupport (7.0.3.1)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 1.6, < 2)
|
18
18
|
minitest (>= 5.1)
|
19
19
|
tzinfo (~> 2.0)
|
20
|
-
zeitwerk (~> 2.3)
|
21
20
|
ast (2.4.2)
|
22
|
-
brakeman (5.
|
23
|
-
concurrent-ruby (1.1.
|
24
|
-
diff-lcs (1.
|
25
|
-
i18n (1.
|
21
|
+
brakeman (5.2.3)
|
22
|
+
concurrent-ruby (1.1.10)
|
23
|
+
diff-lcs (1.5.0)
|
24
|
+
i18n (1.12.0)
|
26
25
|
concurrent-ruby (~> 1.0)
|
27
|
-
|
28
|
-
|
29
|
-
|
26
|
+
json (2.6.2)
|
27
|
+
minitest (5.16.2)
|
28
|
+
parallel (1.22.1)
|
29
|
+
parser (3.1.2.0)
|
30
30
|
ast (~> 2.4.1)
|
31
|
-
rack (2.2.
|
32
|
-
rainbow (3.
|
31
|
+
rack (2.2.4)
|
32
|
+
rainbow (3.1.1)
|
33
33
|
rake (13.0.6)
|
34
|
-
regexp_parser (2.
|
34
|
+
regexp_parser (2.5.0)
|
35
35
|
rexml (3.2.5)
|
36
|
-
rspec (3.
|
37
|
-
rspec-core (~> 3.
|
38
|
-
rspec-expectations (~> 3.
|
39
|
-
rspec-mocks (~> 3.
|
40
|
-
rspec-core (3.
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-expectations (3.
|
36
|
+
rspec (3.11.0)
|
37
|
+
rspec-core (~> 3.11.0)
|
38
|
+
rspec-expectations (~> 3.11.0)
|
39
|
+
rspec-mocks (~> 3.11.0)
|
40
|
+
rspec-core (3.11.0)
|
41
|
+
rspec-support (~> 3.11.0)
|
42
|
+
rspec-expectations (3.11.0)
|
43
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-mocks (3.
|
44
|
+
rspec-support (~> 3.11.0)
|
45
|
+
rspec-mocks (3.11.1)
|
46
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.
|
48
|
-
rspec-support (3.
|
49
|
-
rubocop (1.
|
47
|
+
rspec-support (~> 3.11.0)
|
48
|
+
rspec-support (3.11.0)
|
49
|
+
rubocop (1.31.2)
|
50
|
+
json (~> 2.3)
|
50
51
|
parallel (~> 1.10)
|
51
|
-
parser (>= 3.
|
52
|
+
parser (>= 3.1.0.0)
|
52
53
|
rainbow (>= 2.2.2, < 4.0)
|
53
54
|
regexp_parser (>= 1.8, < 3.0)
|
54
|
-
rexml
|
55
|
-
rubocop-ast (>= 1.
|
55
|
+
rexml (>= 3.2.5, < 4.0)
|
56
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
56
57
|
ruby-progressbar (~> 1.7)
|
57
58
|
unicode-display_width (>= 1.4.0, < 3.0)
|
58
|
-
rubocop-ast (1.
|
59
|
-
parser (>= 3.
|
60
|
-
rubocop-performance (1.
|
59
|
+
rubocop-ast (1.19.1)
|
60
|
+
parser (>= 3.1.1.0)
|
61
|
+
rubocop-performance (1.14.2)
|
61
62
|
rubocop (>= 1.7.0, < 2.0)
|
62
63
|
rubocop-ast (>= 0.4.0)
|
63
|
-
rubocop-rails (2.
|
64
|
+
rubocop-rails (2.15.2)
|
64
65
|
activesupport (>= 4.2.0)
|
65
66
|
rack (>= 1.1)
|
66
67
|
rubocop (>= 1.7.0, < 2.0)
|
67
68
|
rubocop-rake (0.6.0)
|
68
69
|
rubocop (~> 1.0)
|
69
|
-
rubocop-rspec (2.
|
70
|
-
rubocop (~> 1.
|
70
|
+
rubocop-rspec (2.12.1)
|
71
|
+
rubocop (~> 1.31)
|
71
72
|
ruby-progressbar (1.11.0)
|
72
73
|
tzinfo (2.0.4)
|
73
74
|
concurrent-ruby (~> 1.0)
|
74
|
-
unicode-display_width (2.
|
75
|
-
zeitwerk (2.5.1)
|
75
|
+
unicode-display_width (2.2.0)
|
76
76
|
|
77
77
|
PLATFORMS
|
78
78
|
ruby
|
@@ -84,4 +84,4 @@ DEPENDENCIES
|
|
84
84
|
rspec (~> 3.0)
|
85
85
|
|
86
86
|
BUNDLED WITH
|
87
|
-
2.
|
87
|
+
2.3.12
|
data/lib/panolint/version.rb
CHANGED
data/panolint-rubocop.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: panolint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Deisz
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brakeman
|
@@ -148,7 +148,7 @@ dependencies:
|
|
148
148
|
- - "~>"
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: '3.0'
|
151
|
-
description:
|
151
|
+
description:
|
152
152
|
email:
|
153
153
|
- kevin.deisz@gmail.com
|
154
154
|
executables: []
|
@@ -180,7 +180,7 @@ licenses:
|
|
180
180
|
- MIT
|
181
181
|
metadata:
|
182
182
|
rubygems_mfa_required: 'true'
|
183
|
-
post_install_message:
|
183
|
+
post_install_message:
|
184
184
|
rdoc_options: []
|
185
185
|
require_paths:
|
186
186
|
- lib
|
@@ -195,8 +195,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
195
|
- !ruby/object:Gem::Version
|
196
196
|
version: '0'
|
197
197
|
requirements: []
|
198
|
-
rubygems_version: 3.
|
199
|
-
signing_key:
|
198
|
+
rubygems_version: 3.1.6
|
199
|
+
signing_key:
|
200
200
|
specification_version: 4
|
201
201
|
summary: Rules for linting code at Panorama Education
|
202
202
|
test_files: []
|