Hi Today I've made the first public release of CZTop, version 0.1.0. If you haven't heard about it yet, it's a new CZMQ binding for Ruby.
Recent changes: * added support for the current stable release 3.0.2 of CZMQ * added support for ZMQ 4.1 and 4.0 * added support for more Rubies - now supports MRI (2.3/2.2/2.1/2.0), JRuby 9000, and Rubinius 3 * reimplemented CZTop::Poller on top of zmq_poll() to support polling for writing (and other reasons) * removed CZTop::Loop, as it's useless in Ruby * more appropriate exceptions * bug fixes * added some performance benchmarks in perf/ * added more examples in examples/ * documentation improvements * more specs (~600 test examples) * still 100% test coverage You can install it with `gem install cztop` or via bundler. Have fun! :-) Regards, Patrik API documentation: http://www.rubydoc.info/gems/cztop Github: https://github.com/paddor/cztop Rubygems: https://rubygems.org/gems/cztop Inch-CI: http://inch-ci.org/github/paddor/cztop Coveralls: https://coveralls.io/github/paddor/cztop _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
