The Ruby API client library gem has reached version 4.0.0. The new version fixes some minor bugs and adds the ability to automatically cancel an executing command (one that sends multiple API replies, perhaps indefinitely) after a specified number of reply sentences has been received via the MTik::command() library method.
An example of this new feature was added to the MikroTik wiki for the Ruby API client at:
http://wiki.mikrotik.com/wiki/API_Ruby_class
See the CHANGELOG at the author’s web site or on GitHub for further information (link is below).
The gem is available via the Ruby Gem system:
gem install mtik
More information, the CHANGELOG, and prepackaged gem files are available from the author’s web site at:
http://www.aarongifford.com/computers/mtik/
Complete source code is available on GitHub at:
https://github.com/astounding/mtik/
Aaron out.