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 203164f422
Fuck undocumented GStreamer
2018-04-28 14:36:49 +00:00
bin Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
examples Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
ext/tox Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
lib Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
spec Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
vendor/src Use packages 2018-04-27 23:16:46 +00:00
.gitignore Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
.gitmodules Use packages 2018-04-27 23:16:46 +00:00
.rspec Configure testing 2017-07-18 07:49:21 +00:00
.rubocop.yml Implement "examples/06_gstreamer_audio_send_bot.rb" 2018-04-28 11:48:23 +00:00
.simplecov Fix SimpleCov filter 2017-07-18 08:55:57 +00:00
.travis.yml Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
.yardopts Include README.md in YARD documentation 2018-04-20 11:24:41 +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 Fuck undocumented GStreamer 2018-04-28 14:36:49 +00:00
tox.gemspec Fuck undocumented GStreamer 2018-04-28 14:36:49 +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