# -*- encoding: utf-8 -*- # stub: bunny 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "bunny".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chris Duncan".freeze] s.date = "2009-05-01" s.description = "Another synchronous Ruby AMQP client".freeze s.email = "celldee@gmail.com".freeze s.files = ["README.markdown".freeze, "Rakefile".freeze, "examples/simple.rb".freeze, "examples/simple_ack.rb".freeze, "examples/simple_consumer.rb".freeze, "examples/simple_fanout.rb".freeze, "examples/simple_publisher.rb".freeze, "examples/simple_topic.rb".freeze, "lib/api_messages.rb".freeze, "lib/bunny.rb".freeze, "lib/bunny/client.rb".freeze, "lib/bunny/exchange.rb".freeze, "lib/bunny/header.rb".freeze, "lib/bunny/queue.rb".freeze, "lib/engineroom/buffer.rb".freeze, "lib/engineroom/frame.rb".freeze, "lib/engineroom/protocol.rb".freeze, "lib/engineroom/spec.rb".freeze, "protocol/amqp-0.8.json".freeze, "protocol/codegen.rb".freeze, "spec/bunny_spec.rb".freeze, "spec/exchange_spec.rb".freeze, "spec/queue_spec.rb".freeze] s.homepage = "http://github.com/celldee/bunny".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Another synchronous Ruby AMQP client".freeze end