solargraph-standardrb 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.solargraph.yml +2 -11
- data/Gemfile.lock +54 -43
- data/README.md +7 -0
- data/lib/solargraph/standardrb/version.rb +1 -1
- data/solargraph-standardrb.gemspec +2 -2
- metadata +16 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44d8bd2ffa2f192fbbe2593d9ad6a928095aaf62d7aaddcc394e3d092aecab8a
|
4
|
+
data.tar.gz: b19937bdc046c17e8a4cf20621d30469bbaa214f7f8bbd0adce338c8edf88258
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdfa4495a13a19d82c7f2b7b2de59d32b1d3f724c47dad68cb0be42b8857223cef350d825921b047c7f68c46a4b8ee28026825e1864baf9365fbbe5069e3fbf4
|
7
|
+
data.tar.gz: fc17121039d934929c094cf32075304eeab2811d64af3efa638dd95355fed66ea9b8517de0feccb7c284daf8119ea2f5797dbb3dc95cad4c55c6956eb87f483d
|
data/.solargraph.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,75 +1,86 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
solargraph-standardrb (0.0.
|
5
|
-
solargraph (
|
6
|
-
standard (
|
4
|
+
solargraph-standardrb (0.0.3)
|
5
|
+
solargraph (>= 0.39.1)
|
6
|
+
standard (>= 0.4.1, < 1.0.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
ast (2.4.
|
11
|
+
ast (2.4.2)
|
12
12
|
backport (1.1.2)
|
13
|
-
benchmark (0.1.
|
14
|
-
diff-lcs (1.
|
13
|
+
benchmark (0.1.1)
|
14
|
+
diff-lcs (1.4.4)
|
15
15
|
e2mmap (0.1.0)
|
16
16
|
jaro_winkler (1.5.4)
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
17
|
+
kramdown (2.3.0)
|
18
|
+
rexml
|
19
|
+
kramdown-parser-gfm (1.1.0)
|
20
|
+
kramdown (~> 2.0)
|
21
|
+
mini_portile2 (2.5.0)
|
22
|
+
nokogiri (1.11.1)
|
23
|
+
mini_portile2 (~> 2.5.0)
|
24
|
+
racc (~> 1.4)
|
25
|
+
parallel (1.20.1)
|
26
|
+
parser (3.0.0.0)
|
27
|
+
ast (~> 2.4.1)
|
28
|
+
racc (1.5.2)
|
24
29
|
rainbow (3.0.0)
|
25
30
|
rake (12.3.3)
|
26
|
-
|
31
|
+
regexp_parser (2.0.3)
|
32
|
+
reverse_markdown (2.0.0)
|
27
33
|
nokogiri
|
28
34
|
rexml (3.2.4)
|
29
|
-
rspec (3.
|
30
|
-
rspec-core (~> 3.
|
31
|
-
rspec-expectations (~> 3.
|
32
|
-
rspec-mocks (~> 3.
|
33
|
-
rspec-core (3.
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-expectations (3.
|
35
|
+
rspec (3.10.0)
|
36
|
+
rspec-core (~> 3.10.0)
|
37
|
+
rspec-expectations (~> 3.10.0)
|
38
|
+
rspec-mocks (~> 3.10.0)
|
39
|
+
rspec-core (3.10.1)
|
40
|
+
rspec-support (~> 3.10.0)
|
41
|
+
rspec-expectations (3.10.1)
|
36
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-mocks (3.
|
43
|
+
rspec-support (~> 3.10.0)
|
44
|
+
rspec-mocks (3.10.2)
|
39
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-support (3.
|
42
|
-
rubocop (
|
46
|
+
rspec-support (~> 3.10.0)
|
47
|
+
rspec-support (3.10.2)
|
48
|
+
rubocop (1.8.1)
|
43
49
|
parallel (~> 1.10)
|
44
|
-
parser (>=
|
50
|
+
parser (>= 3.0.0.0)
|
45
51
|
rainbow (>= 2.2.2, < 4.0)
|
52
|
+
regexp_parser (>= 1.8, < 3.0)
|
46
53
|
rexml
|
54
|
+
rubocop-ast (>= 1.2.0, < 2.0)
|
47
55
|
ruby-progressbar (~> 1.7)
|
48
|
-
unicode-display_width (>= 1.4.0, <
|
49
|
-
rubocop-
|
50
|
-
|
51
|
-
|
52
|
-
|
56
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
57
|
+
rubocop-ast (1.4.1)
|
58
|
+
parser (>= 2.7.1.5)
|
59
|
+
rubocop-performance (1.9.2)
|
60
|
+
rubocop (>= 0.90.0, < 2.0)
|
61
|
+
rubocop-ast (>= 0.4.0)
|
62
|
+
ruby-progressbar (1.11.0)
|
63
|
+
solargraph (0.40.3)
|
53
64
|
backport (~> 1.1)
|
54
65
|
benchmark
|
55
66
|
bundler (>= 1.17.2)
|
56
67
|
e2mmap
|
57
68
|
jaro_winkler (~> 1.5)
|
58
|
-
|
59
|
-
|
60
|
-
parser (~>
|
61
|
-
reverse_markdown (
|
62
|
-
rubocop (
|
69
|
+
kramdown (~> 2.3)
|
70
|
+
kramdown-parser-gfm (~> 1.1)
|
71
|
+
parser (~> 3.0)
|
72
|
+
reverse_markdown (>= 1.0.5, < 3)
|
73
|
+
rubocop (>= 0.52)
|
63
74
|
thor (~> 1.0)
|
64
75
|
tilt (~> 2.0)
|
65
76
|
yard (~> 0.9, >= 0.9.24)
|
66
|
-
standard (0.
|
67
|
-
rubocop (
|
68
|
-
rubocop-performance (
|
69
|
-
thor (1.0
|
77
|
+
standard (0.12.0)
|
78
|
+
rubocop (= 1.8.1)
|
79
|
+
rubocop-performance (= 1.9.2)
|
80
|
+
thor (1.1.0)
|
70
81
|
tilt (2.0.10)
|
71
|
-
unicode-display_width (
|
72
|
-
yard (0.9.
|
82
|
+
unicode-display_width (2.0.0)
|
83
|
+
yard (0.9.26)
|
73
84
|
|
74
85
|
PLATFORMS
|
75
86
|
ruby
|
data/README.md
CHANGED
@@ -4,6 +4,13 @@ A StandardRb diagnostics reporter for the Solargraph language server.
|
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
|
+
`standardrb` is a wrapper to rubocop with some senible defaults.
|
8
|
+
To avoid conflict with installed rubocop version, uninstall rubocop.
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
gem uninstall rubocop
|
12
|
+
```
|
13
|
+
|
7
14
|
Add this line to your application's Gemfile:
|
8
15
|
|
9
16
|
```ruby
|
@@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.bindir = "exe"
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
20
20
|
spec.require_paths = ["lib"]
|
21
|
-
spec.add_runtime_dependency "solargraph", "
|
22
|
-
spec.add_runtime_dependency "standard", "
|
21
|
+
spec.add_runtime_dependency "solargraph", ">= 0.39.1"
|
22
|
+
spec.add_runtime_dependency "standard", ">= 0.4.1", "< 1.0.0"
|
23
23
|
end
|
metadata
CHANGED
@@ -1,43 +1,49 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solargraph-standardrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yana Agun Siswanto
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: solargraph
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 0.39.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.39.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: standard
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 0.4.1
|
34
|
+
- - "<"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 1.0.0
|
34
37
|
type: :runtime
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
|
-
- - "
|
41
|
+
- - ">="
|
39
42
|
- !ruby/object:Gem::Version
|
40
43
|
version: 0.4.1
|
44
|
+
- - "<"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 1.0.0
|
41
47
|
description: Solargraph Standardrb reporter
|
42
48
|
email:
|
43
49
|
- yana.developer@gmail.com
|
@@ -64,7 +70,7 @@ homepage: https://github.com/bekicot/solargraph-standardrb
|
|
64
70
|
licenses:
|
65
71
|
- MIT
|
66
72
|
metadata: {}
|
67
|
-
post_install_message:
|
73
|
+
post_install_message:
|
68
74
|
rdoc_options: []
|
69
75
|
require_paths:
|
70
76
|
- lib
|
@@ -79,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
85
|
- !ruby/object:Gem::Version
|
80
86
|
version: '0'
|
81
87
|
requirements: []
|
82
|
-
rubygems_version: 3.
|
83
|
-
signing_key:
|
88
|
+
rubygems_version: 3.1.4
|
89
|
+
signing_key:
|
84
90
|
specification_version: 4
|
85
91
|
summary: Solargraph Standardrb reporter
|
86
92
|
test_files: []
|