File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ require_relative "extsources"
33Gem ::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}
991010 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' ]
3636end
You can’t perform that action at this time.
0 commit comments