We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627f9a commit e2aa093Copy full SHA for e2aa093
ruby-lsp.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
15
s.files = Dir.glob("lib/**/*.rb") + ["README.md", "VERSION", "LICENSE.txt"]
16
s.bindir = "exe"
17
- s.executables = ["ruby-lsp", "ruby-lsp-check", "ruby-lsp-index-info"]
+ s.executables = ["ruby-lsp", "ruby-lsp-check", "ruby-lsp-doctor"]
18
s.require_paths = ["lib"]
19
20
s.add_dependency("language_server-protocol", "~> 3.17.0")
0 commit comments