Chris Wong wrote:
> I'm submitting the patch with MIT license.

Thanks, Chris. The patch is committed to the trunk. You are listed in 
AUTHORS file.

Ruby users, caution!

All the symbols defined by Ruby binding are now located in ZMQ module.

For instance, creating a socket should be done this way:

s = ZMQ::Socket.new(ctx, ZMQ::PUB);

Martin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to