]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
[skip ci]Bump Ruby bindings' version to 1.3.4 (#3461)
authorKITAITI Makoto <redacted>
Wed, 8 Oct 2025 11:45:20 +0000 (20:45 +0900)
committerGitHub <redacted>
Wed, 8 Oct 2025 11:45:20 +0000 (20:45 +0900)
bindings/ruby/whispercpp.gemspec

index c6e88dff7bd276d8ea25580fbd3d2ab4b9e56246..eac35b8a416dc8b67ac6cfa68de95e645fd93d8c 100644 (file)
@@ -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']