--- !ruby/object:Gem::Specification name: ffi-rzmq version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 5 - 1 version: 0.5.1 platform: ruby authors: - Chuck Remes autorequire: bindir: bin cert_chain: [] date: 2010-08-30 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: bones prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 3 - 4 - 7 version: 3.4.7 type: :development version_requirements: *id001 description: |- This gem wraps the ZeroMQ networking library using the ruby FFI (foreign function interface). It's a pure ruby wrapper so this gem can be loaded and run by any ruby runtime that supports FFI. Right now that means MRI 1.9.x and JRuby. The impetus behind this library was to provide support for ZeroMQ in JRuby which has native threads. Unlike MRI, MacRuby, IronRuby and Rubinius which all have a GIL, JRuby allows for threaded access to ruby code from outside extensions. ZeroMQ is heavily threaded, so until the other runtimes remove their GIL, JRuby will likely be the best environment to run this library. email: cremes@mac.com executables: [] extensions: [] extra_rdoc_files: - History.txt - README.rdoc - version.txt files: - .bnsignore - History.txt - README.rdoc - Rakefile - examples/async_req_rep.rb - examples/local_lat.rb - examples/local_lat_zerocopy.rb - examples/publish_subscribe.rb - examples/remote_lat.rb - examples/remote_lat_zerocopy.rb - examples/reqrep_poll.rb - examples/request_response.rb - examples/t - examples/xreqxrep_poll.rb - ffi-rzmq.gemspec - lib/ffi-rzmq.rb - lib/ffi-rzmq/context.rb - lib/ffi-rzmq/exceptions.rb - lib/ffi-rzmq/message.rb - lib/ffi-rzmq/poll.rb - lib/ffi-rzmq/poll_items.rb - lib/ffi-rzmq/socket.rb - lib/ffi-rzmq/wrapper.rb - lib/ffi-rzmq/zmq.rb - spec/context_spec.rb - spec/reqrep_spec.rb - spec/socket_spec.rb - spec/spec_helper.rb - version.txt has_rdoc: true homepage: http://github.com/chuckremes/ffi-rzmq licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: ffi-rzmq rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: This gem wraps the ZeroMQ networking library using the ruby FFI (foreign function interface) test_files: []