chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

match changes in ffi-rzmq-core #105

Closed schmurfy closed 10 years ago

schmurfy commented 10 years ago

LibZMQ::Msg now appears to be named LibZMQ::Message

schmurfy commented 10 years ago

with this patch zmq 4.0.3 works fine for me, any release planned soon ?

chuckremes commented 10 years ago

I have no immediate plans for a new point release. I wanted to get more support and testing into the gem for the new security features before cutting a new release. I made you a collaborator on the project. If you want to help push that forward, please do.

I'll put a note in my calendar. If there haven't been any new commits/PRs by Jan 1 then I will do a point release.

schmurfy commented 10 years ago

ok, I will try to do more tests on it see if I find other issues but so far it works fine for me.