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 9453d6b commit 697a015Copy full SHA for 697a015
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 sig LICENSE.txt README.md`.split("\x0")
+ spec.files = `git ls-files -z lib 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