I just released my first Ruby Gem!

Just a few minutes ago I released my first rubygem – tuxdroid an api for interfacing with the tuxdroid robot from kysoh.

It’s sweet being able to just do:

1
2
3
4
<code>require 'rubygems'
require 'tuxdroid'
tux = TuxDroid::Tux.new
tux.mouth :open</code>

Of course, you’ll need ruby-usb installed as well, which isn’t a gem as of yet so you’ll have to compile that manually.