toxon
/
tox.rb
Archived
1
0
Fork 0
Ruby interface for libtoxcore https://github.com/TokTok/c-toxcore
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Braiden Vasco d8d4a02c70
Fix submodule "vendor/src/libvpx"
2018-10-02 22:04:07 +00:00
bin Add extension "vorbis_file" 2018-05-01 09:55:37 +00:00
config Add extension "vorbis_file" 2018-05-01 09:55:37 +00:00
examples Rename multimedia files 2018-05-01 10:22:15 +00:00
ext Add method VorbisFile#pcm_seek 2018-05-01 11:18:11 +00:00
lib Fix error 2018-05-01 05:35:40 +00:00
multimedia Rename multimedia files 2018-05-01 10:22:15 +00:00
spec Add method VorbisFile#pcm_seek 2018-05-01 11:18:11 +00:00
vendor/src Fix submodule "vendor/src/libvpx" 2018-10-02 22:04:07 +00:00
.gitignore Add extension "vorbis_file" 2018-05-01 09:55:37 +00:00
.gitmodules Remove submodules "vendor/src/opus", "vendor/src/opusfile" 2018-04-30 17:06:16 +00:00
.rspec Move configuration to "config/" 2018-04-29 15:54:49 +00:00
.rubocop.yml Move configuration to "config/" 2018-04-29 15:54:49 +00:00
.simplecov Move configuration to "config/" 2018-04-29 15:54:49 +00:00
.travis.yml Move configuration to "config/" 2018-04-29 15:54:49 +00:00
.yardopts Move configuration to "config/" 2018-04-29 15:54:49 +00:00
Gemfile Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
LICENSE Change license from MIT to GPL-3.0; sorry for mislicensing libtoxcore =\ 2017-07-20 16:27:41 +00:00
README.md Add documentation coverage badge by Inch CI 2018-04-07 09:29:14 +00:00
Rakefile Fix submodule "vendor/src/libvpx" 2018-10-02 22:04:07 +00:00
tox.gemspec Add extension "vorbis_file" 2018-05-01 09:55:37 +00:00

README.md

::Tox

Gem Version Build Status Coverage Status Inline docs

Ruby interface for libtoxcore. It can be used to create Tox chat client or bot. The interface is object-oriented instead of C-style (raises exceptions instead of returning error codes, uses classes to represent primitives, etc.)

Table of contents