For now it supports some functionality to read/modify OD spreadsheets (.ods).
At least two ways available:
-
Build gem from source:
git clone git://github.com/netoctone/rubiod.git; cd rubiod gem build rubiod.gemspec gem install rubiod-version.gem
-
Or add following line to Gemfile (if it’s in use):
gem 'rubiod', :git => 'git://github.com/netoctone/rubiod.git'
RubiOD is released under the MIT license.