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 2fc2645 commit 731bb24Copy full SHA for 731bb24
language_server-protocol.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
spec.homepage = "https://github.com/mtsmfm/language_server-protocol-ruby"
15
spec.license = "MIT"
16
17
- spec.files = `git ls-files -z lib LICENSE.txt README.md`.split("\x0")
+ spec.files = `git ls-files -z lib sig LICENSE.txt README.md`.split("\x0")
18
spec.bindir = "exe"
19
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
spec.require_paths = ["lib"]
0 commit comments