solargraph-standardrb 0.0.2 → 0.0.3

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: 42c961ce3082a0ee6616930504af54e15b3455b4c54affcf17eeba5325796f19
4
- data.tar.gz: d562f2596b0b893c1ba0eb2dbdd1fdd1207e3d7a1f81d907843c31e953c084b0
3
+ metadata.gz: 44d8bd2ffa2f192fbbe2593d9ad6a928095aaf62d7aaddcc394e3d092aecab8a
4
+ data.tar.gz: b19937bdc046c17e8a4cf20621d30469bbaa214f7f8bbd0adce338c8edf88258
5
5
  SHA512:
6
- metadata.gz: 366fb67a87d6e3fdf60270093220b06971f4e9262cf953a256d12558f9b83aa51f158021a3d5a46ed662926d7ba5f09874688942d66d5f4dbc2fb9ea4c241d0e
7
- data.tar.gz: 6156cfcc186416f6777e8937617f71e2461174b4cdbdfba804c728ebacbad54e89d2e3bae30fc0b8f2c45a8844aea6ec1d43952cd40a9a42557eccbae85038d9
6
+ metadata.gz: cdfa4495a13a19d82c7f2b7b2de59d32b1d3f724c47dad68cb0be42b8857223cef350d825921b047c7f68c46a4b8ee28026825e1864baf9365fbbe5069e3fbf4
7
+ data.tar.gz: fc17121039d934929c094cf32075304eeab2811d64af3efa638dd95355fed66ea9b8517de0feccb7c284daf8119ea2f5797dbb3dc95cad4c55c6956eb87f483d
data/.solargraph.yml CHANGED
@@ -1,13 +1,4 @@
1
- ---
2
- include:
3
- - "**/*.rb"
4
- exclude:
5
- - spec/**/*
6
- - test/**/*
7
- - vendor/**/*
8
- - ".bundle/**/*"
9
- reporters:
10
- - standardrb
11
1
  plugins:
12
2
  - solargraph-standardrb
13
- max_files: 5000
3
+ reporters:
4
+ - standardrb
data/Gemfile.lock CHANGED
@@ -1,75 +1,86 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solargraph-standardrb (0.0.2)
5
- solargraph (~> 0.39.1)
6
- standard (~> 0.4.1)
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.0)
11
+ ast (2.4.2)
12
12
  backport (1.1.2)
13
- benchmark (0.1.0)
14
- diff-lcs (1.3)
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
- maruku (0.7.3)
18
- mini_portile2 (2.4.0)
19
- nokogiri (1.10.9)
20
- mini_portile2 (~> 2.4.0)
21
- parallel (1.19.1)
22
- parser (2.7.1.2)
23
- ast (~> 2.4.0)
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
- reverse_markdown (1.4.0)
31
+ regexp_parser (2.0.3)
32
+ reverse_markdown (2.0.0)
27
33
  nokogiri
28
34
  rexml (3.2.4)
29
- rspec (3.9.0)
30
- rspec-core (~> 3.9.0)
31
- rspec-expectations (~> 3.9.0)
32
- rspec-mocks (~> 3.9.0)
33
- rspec-core (3.9.1)
34
- rspec-support (~> 3.9.1)
35
- rspec-expectations (3.9.1)
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.9.0)
38
- rspec-mocks (3.9.1)
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.9.0)
41
- rspec-support (3.9.2)
42
- rubocop (0.83.0)
46
+ rspec-support (~> 3.10.0)
47
+ rspec-support (3.10.2)
48
+ rubocop (1.8.1)
43
49
  parallel (~> 1.10)
44
- parser (>= 2.7.0.1)
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, < 2.0)
49
- rubocop-performance (1.5.2)
50
- rubocop (>= 0.71.0)
51
- ruby-progressbar (1.10.1)
52
- solargraph (0.39.7)
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
- maruku (~> 0.7, >= 0.7.3)
59
- nokogiri (~> 1.9, >= 1.9.1)
60
- parser (~> 2.3)
61
- reverse_markdown (~> 1.0, >= 1.0.5)
62
- rubocop (~> 0.52)
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.4.2)
67
- rubocop (~> 0.83.0)
68
- rubocop-performance (~> 1.5.2)
69
- thor (1.0.1)
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 (1.7.0)
72
- yard (0.9.25)
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
@@ -1,5 +1,5 @@
1
1
  module Solargraph
2
2
  module Standardrb
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -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", "~> 0.39.1"
22
- spec.add_runtime_dependency "standard", "~> 0.4.1"
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.2
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: 2020-05-20 00:00:00.000000000 Z
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.0.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: []