Skip to content

Commit f31aa20

Browse files
committed
Update whispercpp.gemspec
1 parent 5b9997c commit f31aa20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/ruby/whispercpp.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Gem::Specification.new do |s|
2020
}
2121

2222
s.summary = %q{Ruby whisper.cpp bindings}
23-
s.test_files = ["tests/test_whisper.rb"]
23+
s.test_files = s.files.select {|file| file.start_with? "tests/"}
2424

2525
s.extensions << 'ext/extconf.rb'
2626

2727

2828
#### Documentation and testing.
2929
s.homepage = 'https://github.com/ggerganov/whisper.cpp'
30-
s.rdoc_options = ['--main', '../../README.md']
30+
s.rdoc_options = ['--main', 'README.md']
3131

3232

3333
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)