Skip to content

Commit 731bb24

Browse files
committed
feat(sig): add sig directory to targets of spec.files
1 parent 2fc2645 commit 731bb24

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 LICENSE.txt README.md`.split("\x0")
17+
spec.files = `git ls-files -z lib sig 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)