Skip to content

Commit 676f20e

Browse files
ggerganovliuyang.marshall
authored andcommitted
ruby : update gem version to v1.3.1
1 parent e7368d8 commit 676f20e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bindings/ruby/whispercpp.gemspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ require_relative "extsources"
33
Gem::Specification.new do |s|
44
s.name = "whispercpp"
55
s.authors = ["Georgi Gerganov", "Todd A. Fisher"]
6-
s.version = '1.3.0'
7-
s.date = '2024-05-14'
6+
s.version = '1.3.1'
7+
s.date = '2024-12-19'
88
s.description = %q{High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model via Ruby}
99
s.email = '[email protected]'
1010
s.extra_rdoc_files = ['LICENSE', 'README.md']
11-
11+
1212
s.files = `git ls-files . -z`.split("\x0") +
1313
EXTSOURCES.collect {|file|
1414
basename = File.basename(file)
@@ -21,16 +21,16 @@ Gem::Specification.new do |s|
2121

2222
s.summary = %q{Ruby whisper.cpp bindings}
2323
s.test_files = s.files.select {|file| file.start_with? "tests/"}
24-
24+
2525
s.extensions << 'ext/extconf.rb'
2626
s.required_ruby_version = '>= 3.1.0'
2727

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

32-
32+
3333
s.platform = Gem::Platform::RUBY
34-
34+
3535
s.licenses = ['MIT']
3636
end

0 commit comments

Comments
 (0)