Spaces:
Running
Running
ruby : change homepage URI in Ruby gemspec (#3007)
Browse files
bindings/ruby/whispercpp.gemspec
CHANGED
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
| 26 |
s.required_ruby_version = '>= 3.1.0'
|
| 27 |
|
| 28 |
#### Documentation and testing.
|
| 29 |
-
s.homepage = 'https://github.com/
|
| 30 |
s.rdoc_options = ['--main', 'README.md']
|
| 31 |
|
| 32 |
|
|
|
|
| 26 |
s.required_ruby_version = '>= 3.1.0'
|
| 27 |
|
| 28 |
#### Documentation and testing.
|
| 29 |
+
s.homepage = 'https://github.com/ggml-org/whisper.cpp'
|
| 30 |
s.rdoc_options = ['--main', 'README.md']
|
| 31 |
|
| 32 |
|