From: KITAITI Makoto Date: Wed, 8 Oct 2025 11:45:20 +0000 (+0900) Subject: [skip ci]Bump Ruby bindings' version to 1.3.4 (#3461) X-Git-Tag: upstream/1.8.2~67 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8877dfc11a9322ce1990958494cf2e41c54657eb;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp [skip ci]Bump Ruby bindings' version to 1.3.4 (#3461) --- diff --git a/bindings/ruby/whispercpp.gemspec b/bindings/ruby/whispercpp.gemspec index c6e88dff..eac35b8a 100644 --- a/bindings/ruby/whispercpp.gemspec +++ b/bindings/ruby/whispercpp.gemspec @@ -3,7 +3,7 @@ require_relative "extsources" Gem::Specification.new do |s| s.name = "whispercpp" s.authors = ["Georgi Gerganov", "Todd A. Fisher"] - s.version = '1.3.3' + s.version = '1.3.4' s.description = %q{High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model via Ruby} s.email = 'todd.fisher@gmail.com' s.extra_rdoc_files = ['LICENSE', 'README.md']