Skip to content

Commit 697a015

Browse files
committed
Exclude sig file for now
As it still has type error
1 parent 9453d6b commit 697a015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language_server-protocol.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.homepage = "https://github.com/mtsmfm/language_server-protocol-ruby"
1515
spec.license = "MIT"
1616

17-
spec.files = `git ls-files -z lib sig LICENSE.txt README.md`.split("\x0")
17+
spec.files = `git ls-files -z lib LICENSE.txt README.md`.split("\x0")
1818
spec.bindir = "exe"
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)