methodmissing / rbczmq

Ruby extension that wraps the official high level ZeroMQ C API ( http://czmq.zeromq.org/ )
http://github.com/methodmissing/rbczmq
MIT License
125 stars 32 forks source link

More recent versions of zeromq and czmq #47

Closed paddor closed 8 years ago

paddor commented 9 years ago

I noticed that the git submodules haven't been updated in quite a while. A lot of bug fixes have been released upstream in these two projects. Are you planning to update these soon? Or waiting for pull requests? Or am I missing something and just don't know how to get the more recent versions during installation of rbczmq?

Thanks.

methodmissing commented 9 years ago

Hi @paddor I've been strapped for time, but will set aside time tomorrow for the dependencies bump. It's usually not just bumping refs, but some API changes usually come through also

paddor commented 9 years ago

Thanks.

methodmissing commented 9 years ago

Bumped zeromq (seems to build clean in my env, let CI run for a while) - https://github.com/methodmissing/rbczmq/tree/bump-deps

Latest czmq has some build issues - looking into it