ruby-lsp 0.5.0 → 0.6.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-lsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-04 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: language_server-protocol
@@ -98,6 +98,8 @@ files:
98
98
  - lib/ruby_lsp/requests/semantic_highlighting.rb
99
99
  - lib/ruby_lsp/requests/support/annotation.rb
100
100
  - lib/ruby_lsp/requests/support/common.rb
101
+ - lib/ruby_lsp/requests/support/dependency_detector.rb
102
+ - lib/ruby_lsp/requests/support/formatter_runner.rb
101
103
  - lib/ruby_lsp/requests/support/highlight_target.rb
102
104
  - lib/ruby_lsp/requests/support/prefix_tree.rb
103
105
  - lib/ruby_lsp/requests/support/rails_document_client.rb
@@ -126,14 +128,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
128
  requirements:
127
129
  - - ">="
128
130
  - !ruby/object:Gem::Version
129
- version: 2.7.3
131
+ version: '3.0'
130
132
  required_rubygems_version: !ruby/object:Gem::Requirement
131
133
  requirements:
132
134
  - - ">="
133
135
  - !ruby/object:Gem::Version
134
136
  version: '0'
135
137
  requirements: []
136
- rubygems_version: 3.4.12
138
+ rubygems_version: 3.4.14
137
139
  signing_key:
138
140
  specification_version: 4
139
141
  summary: An opinionated language server for Ruby