mirror of
https://github.com/alphacep/vosk-api.git
synced 2026-03-23 00:01:25 +08:00
* Init gem * WIP * WIP * WIP: Gemify * WIP * Try ffi_gen * Revert "Try ffi_gen" This reverts commit a54e56b35a1bdc079dbe122aff47d79038d4e52f. * Vibecode 1 * Vibecode 2 * rework progressbar * Some ref + test_captcha * Return deleted by Claude * Draft precompiled packaging * Review and refactor C bindings * ref OwnedString * Rename methods and add notes * rubocop * Fix progressbar, add examples * Ref spec * Ref spec - final * Final ver * Add srt, other fixes * Move to ruby dir --------- Co-authored-by: Nickolay V. Shmyrev <nshmyrev@gmail.com>
110 lines
2.4 KiB
Plaintext
110 lines
2.4 KiB
Plaintext
PATH
|
|
remote: .
|
|
specs:
|
|
vosk (0.3.45)
|
|
bytesize (~> 0.1)
|
|
ffi (~> 1.6)
|
|
fileutils (~> 1.7)
|
|
httparty (~> 0.21)
|
|
progressbar (~> 1.13)
|
|
rubyzip (~> 2.4)
|
|
srt (~> 0.1.5)
|
|
|
|
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
addressable (2.8.8)
|
|
public_suffix (>= 2.0.2, < 8.0)
|
|
ast (2.4.2)
|
|
bigdecimal (4.0.1)
|
|
bytesize (0.1.2)
|
|
crack (1.0.1)
|
|
bigdecimal
|
|
rexml
|
|
csv (3.2.6)
|
|
diff-lcs (1.5.1)
|
|
ffi (1.17.0-x86_64-linux-gnu)
|
|
fileutils (1.7.3)
|
|
hashdiff (1.2.1)
|
|
httparty (0.22.0)
|
|
csv
|
|
mini_mime (>= 1.0.0)
|
|
multi_xml (>= 0.5.2)
|
|
json (2.9.0)
|
|
language_server-protocol (3.17.0.3)
|
|
lint_roller (1.1.0)
|
|
mini_mime (1.1.5)
|
|
multi_xml (0.6.0)
|
|
parallel (1.26.3)
|
|
parser (3.3.10.2)
|
|
ast (~> 2.4.1)
|
|
racc
|
|
prism (1.9.0)
|
|
progressbar (1.13.0)
|
|
public_suffix (7.0.2)
|
|
racc (1.8.1)
|
|
rainbow (3.1.1)
|
|
rake (13.2.1)
|
|
regexp_parser (2.9.3)
|
|
rexml (3.4.4)
|
|
rspec (3.13.0)
|
|
rspec-core (~> 3.13.0)
|
|
rspec-expectations (~> 3.13.0)
|
|
rspec-mocks (~> 3.13.0)
|
|
rspec-core (3.13.2)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-expectations (3.13.3)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-mocks (3.13.2)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-support (3.13.2)
|
|
rubocop (1.84.2)
|
|
json (~> 2.3)
|
|
language_server-protocol (~> 3.17.0.2)
|
|
lint_roller (~> 1.1.0)
|
|
parallel (~> 1.10)
|
|
parser (>= 3.3.0.2)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
rubocop-ast (1.49.0)
|
|
parser (>= 3.3.7.2)
|
|
prism (~> 1.7)
|
|
rubocop-rake (0.7.1)
|
|
lint_roller (~> 1.1)
|
|
rubocop (>= 1.72.1)
|
|
rubocop-rspec (3.9.0)
|
|
lint_roller (~> 1.1)
|
|
rubocop (~> 1.81)
|
|
ruby-progressbar (1.13.0)
|
|
rubyzip (2.4.1)
|
|
srt (0.1.5)
|
|
unicode-display_width (3.1.2)
|
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
unicode-emoji (4.0.4)
|
|
wavefile (1.1.2)
|
|
webmock (3.26.1)
|
|
addressable (>= 2.8.0)
|
|
crack (>= 0.3.2)
|
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
|
|
PLATFORMS
|
|
x86_64-linux
|
|
|
|
DEPENDENCIES
|
|
rake (~> 13.0)
|
|
rspec (~> 3.0)
|
|
rubocop (~> 1.21)
|
|
rubocop-rake (~> 0.7.1)
|
|
rubocop-rspec (~> 3.9)
|
|
vosk!
|
|
wavefile (~> 1.1)
|
|
webmock (~> 3.26)
|
|
|
|
BUNDLED WITH
|
|
2.4.22
|