Skip to content

Commit 95de4e4

Browse files
committed
chore: remove type declaration file
1 parent afb28c9 commit 95de4e4

File tree

2 files changed

+1
-367
lines changed

2 files changed

+1
-367
lines changed

llama_cpp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
end
2727
`git ls-files -z`.split("\x0")
2828
.reject { |f| f.match(%r{\A(?:(?:bin|doc|test|spec|node_modules|pkg|tmp|\.git|\.github|\.husky)/)}) }
29-
.select { |f| f.match(/\.(?:rb|rbs|h|hpp|c|cpp|cu|m|metal|mk|md|txt)$/) }
29+
.select { |f| f.match(/\.(?:rb|h|hpp|c|cpp|cu|m|metal|mk|md|txt)$/) }
3030
end
3131

3232
spec.bindir = 'exe'

sig/llama_cpp.rbs

Lines changed: 0 additions & 366 deletions
This file was deleted.

0 commit comments

Comments
 (0)