Spaces:
Running
Running
ruby : update gem version to v1.3.1
Browse files
bindings/ruby/whispercpp.gemspec
CHANGED
|
@@ -3,12 +3,12 @@ require_relative "extsources"
|
|
| 3 |
Gem::Specification.new do |s|
|
| 4 |
s.name = "whispercpp"
|
| 5 |
s.authors = ["Georgi Gerganov", "Todd A. Fisher"]
|
| 6 |
-
s.version = '1.3.
|
| 7 |
-
s.date = '2024-
|
| 8 |
s.description = %q{High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model via Ruby}
|
| 9 |
s.email = '[email protected]'
|
| 10 |
s.extra_rdoc_files = ['LICENSE', 'README.md']
|
| 11 |
-
|
| 12 |
s.files = `git ls-files . -z`.split("\x0") +
|
| 13 |
EXTSOURCES.collect {|file|
|
| 14 |
basename = File.basename(file)
|
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
| 21 |
|
| 22 |
s.summary = %q{Ruby whisper.cpp bindings}
|
| 23 |
s.test_files = s.files.select {|file| file.start_with? "tests/"}
|
| 24 |
-
|
| 25 |
s.extensions << 'ext/extconf.rb'
|
| 26 |
s.required_ruby_version = '>= 3.1.0'
|
| 27 |
|
|
@@ -29,8 +29,8 @@ Gem::Specification.new do |s|
|
|
| 29 |
s.homepage = 'https://github.com/ggerganov/whisper.cpp'
|
| 30 |
s.rdoc_options = ['--main', 'README.md']
|
| 31 |
|
| 32 |
-
|
| 33 |
s.platform = Gem::Platform::RUBY
|
| 34 |
-
|
| 35 |
s.licenses = ['MIT']
|
| 36 |
end
|
|
|
|
| 3 |
Gem::Specification.new do |s|
|
| 4 |
s.name = "whispercpp"
|
| 5 |
s.authors = ["Georgi Gerganov", "Todd A. Fisher"]
|
| 6 |
+
s.version = '1.3.1'
|
| 7 |
+
s.date = '2024-12-19'
|
| 8 |
s.description = %q{High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model via Ruby}
|
| 9 |
s.email = '[email protected]'
|
| 10 |
s.extra_rdoc_files = ['LICENSE', 'README.md']
|
| 11 |
+
|
| 12 |
s.files = `git ls-files . -z`.split("\x0") +
|
| 13 |
EXTSOURCES.collect {|file|
|
| 14 |
basename = File.basename(file)
|
|
|
|
| 21 |
|
| 22 |
s.summary = %q{Ruby whisper.cpp bindings}
|
| 23 |
s.test_files = s.files.select {|file| file.start_with? "tests/"}
|
| 24 |
+
|
| 25 |
s.extensions << 'ext/extconf.rb'
|
| 26 |
s.required_ruby_version = '>= 3.1.0'
|
| 27 |
|
|
|
|
| 29 |
s.homepage = 'https://github.com/ggerganov/whisper.cpp'
|
| 30 |
s.rdoc_options = ['--main', 'README.md']
|
| 31 |
|
| 32 |
+
|
| 33 |
s.platform = Gem::Platform::RUBY
|
| 34 |
+
|
| 35 |
s.licenses = ['MIT']
|
| 36 |
end
|