wit-ruby is the Ruby SDK for Wit.ai.
From RubyGems:
gem install witFrom source:
git clone https://github.com/wit-ai/wit-ruby
gem build wit.gemspec
gem install wit-*.gemSee the examples folder for examples.
wit-ruby provides a Wit class with the following methods:
message- the Wit message APIconverse- the low-level Wit converse APIrun_actions- a higher-level method to the Wit converse API
See the docs for more information.
Thanks to Justin Workman for releasing a first version in October 2013. We really appreciate!