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 5b9997c commit f31aa20Copy full SHA for f31aa20
bindings/ruby/whispercpp.gemspec
@@ -20,14 +20,14 @@ Gem::Specification.new do |s|
20
}
21
22
s.summary = %q{Ruby whisper.cpp bindings}
23
- s.test_files = ["tests/test_whisper.rb"]
+ s.test_files = s.files.select {|file| file.start_with? "tests/"}
24
25
s.extensions << 'ext/extconf.rb'
26
27
28
#### Documentation and testing.
29
s.homepage = 'https://github.com/ggerganov/whisper.cpp'
30
- s.rdoc_options = ['--main', '../../README.md']
+ s.rdoc_options = ['--main', 'README.md']
31
32
33
s.platform = Gem::Platform::RUBY
0 commit comments