# -*- encoding: utf-8 -*- # stub: celluloid-zmq 0.13.0.pre ruby lib Gem::Specification.new do |s| s.name = "celluloid-zmq".freeze s.version = "0.13.0.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tony Arcieri".freeze] s.date = "2013-02-14" s.description = "Celluloid bindings to the ffi-rzmq library".freeze s.email = ["tony.arcieri@gmail.com".freeze] s.files = [".gitignore".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "celluloid-zmq.gemspec".freeze, "lib/celluloid/zmq.rb".freeze, "lib/celluloid/zmq/mailbox.rb".freeze, "lib/celluloid/zmq/reactor.rb".freeze, "lib/celluloid/zmq/sockets.rb".freeze, "lib/celluloid/zmq/version.rb".freeze, "lib/celluloid/zmq/waker.rb".freeze, "log/test.log".freeze, "logo.png".freeze, "spec/celluloid/zmq/actor_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/celluloid/celluloid-zmq".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Celluloid::ZMQ provides concurrent Celluloid actors that can listen for 0MQ events".freeze s.test_files = ["spec/celluloid/zmq/actor_spec.rb".freeze, "spec/spec_helper.rb".freeze, ".gitignore".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.13.0.pre".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.13.0.pre".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end