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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7bcaf44939e18713d7b9072ee3236b2508388b4fd061240d6ec1bc704c44a6e
4
- data.tar.gz: 90f7a81732f9f894ddfe08019a40ed6bf889150f9a7422b10090419d346bc683
3
+ metadata.gz: 250fa148ba417c59664698d67197380ae9c9098aa7e1c21b5aa6d47c80777975
4
+ data.tar.gz: fef1950305d7887559402d1c8425a75115e30ceaf73d7773f6ce618053bd0848
5
5
  SHA512:
6
- metadata.gz: c9a0b75079305a13426a1261f30326001ddf50685634314ebd8714690b24bbbc124acd3b6004d02979db160294abab01c91ac3fc0b784f21e1eba6612e7f77c5
7
- data.tar.gz: 222e53ef2cb0a74c4e2a0c00e6e5eff97c4c9feed130d39c0c91aa2485b1be95dd5b14c4f16f5ebb42d873dd5ba2969fe8b3e7df3610a2fa3fafffd9e7e9c42a
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)
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 (6.1.4.1)
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.1.2)
23
- concurrent-ruby (1.1.9)
24
- diff-lcs (1.4.4)
25
- i18n (1.8.11)
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
- minitest (5.14.4)
28
- parallel (1.21.0)
29
- parser (3.0.2.0)
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.3)
32
- rainbow (3.0.0)
31
+ rack (2.2.4)
32
+ rainbow (3.1.1)
33
33
  rake (13.0.6)
34
- regexp_parser (2.1.1)
34
+ regexp_parser (2.5.0)
35
35
  rexml (3.2.5)
36
- rspec (3.10.0)
37
- rspec-core (~> 3.10.0)
38
- rspec-expectations (~> 3.10.0)
39
- rspec-mocks (~> 3.10.0)
40
- rspec-core (3.10.0)
41
- rspec-support (~> 3.10.0)
42
- rspec-expectations (3.10.0)
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.10.0)
45
- rspec-mocks (3.10.0)
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.10.0)
48
- rspec-support (3.10.0)
49
- rubocop (1.22.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.0.0.0)
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.12.0, < 2.0)
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.13.0)
59
- parser (>= 3.0.1.1)
60
- rubocop-performance (1.11.5)
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.12.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.5.0)
70
- rubocop (~> 1.19)
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.1.0)
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.2.29
87
+ 2.3.12
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Panolint
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
data/panolint-rubocop.yml CHANGED
@@ -27,6 +27,9 @@ Gemspec/RequiredRubyVersion:
27
27
  Layout/DotPosition:
28
28
  EnforcedStyle: trailing
29
29
 
30
+ Layout/LineContinuationSpacing:
31
+ EnforcedStyle: no_space
32
+
30
33
  Layout/LineLength:
31
34
  Max: 80
32
35
  IgnoreCopDirectives: true
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
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: 2021-12-03 00:00:00.000000000 Z
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.0.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: []