# -*- encoding: utf-8 -*- # stub: sparqcode_bunny 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "sparqcode_bunny".freeze s.version = "0.0.1".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, "Eric Lindvall".freeze, "Jakub Stastny aka botanicus".freeze, "Michael S. Klishin".freeze, "Stefan Kaes".freeze] s.date = "2011-10-14" s.description = "A synchronous Ruby AMQP client that enables interaction with AMQP-compliant brokers with minor modifications to make RPC easier. The official gem will be best for you 99.9973% of the time.".freeze s.email = ["celldee@gmail.com".freeze, "eric@5stops.com".freeze, "stastny@101ideas.cz".freeze, "michael@novemberain.com".freeze, "skaes@railsexpress.de".freeze] s.extra_rdoc_files = ["README.textile".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "bunny.gemspec".freeze, "examples/simple_08.rb".freeze, "examples/simple_09.rb".freeze, "examples/simple_ack_08.rb".freeze, "examples/simple_ack_09.rb".freeze, "examples/simple_consumer_08.rb".freeze, "examples/simple_consumer_09.rb".freeze, "examples/simple_fanout_08.rb".freeze, "examples/simple_fanout_09.rb".freeze, "examples/simple_headers_08.rb".freeze, "examples/simple_headers_09.rb".freeze, "examples/simple_publisher_08.rb".freeze, "examples/simple_publisher_09.rb".freeze, "examples/simple_topic_08.rb".freeze, "examples/simple_topic_09.rb".freeze, "ext/amqp-0.8.json".freeze, "ext/amqp-0.9.1.json".freeze, "ext/config.yml".freeze, "ext/qparser.rb".freeze, "lib/bunny.rb".freeze, "lib/bunny/channel08.rb".freeze, "lib/bunny/channel09.rb".freeze, "lib/bunny/client08.rb".freeze, "lib/bunny/client09.rb".freeze, "lib/bunny/consumer.rb".freeze, "lib/bunny/exchange08.rb".freeze, "lib/bunny/exchange09.rb".freeze, "lib/bunny/queue08.rb".freeze, "lib/bunny/queue09.rb".freeze, "lib/bunny/subscription08.rb".freeze, "lib/bunny/subscription09.rb".freeze, "lib/bunny/system_timer.rb".freeze, "lib/bunny/version.rb".freeze, "lib/qrack/amq-client-url.rb".freeze, "lib/qrack/channel.rb".freeze, "lib/qrack/client.rb".freeze, "lib/qrack/errors.rb".freeze, "lib/qrack/protocol/protocol08.rb".freeze, "lib/qrack/protocol/protocol09.rb".freeze, "lib/qrack/protocol/spec08.rb".freeze, "lib/qrack/protocol/spec09.rb".freeze, "lib/qrack/qrack08.rb".freeze, "lib/qrack/qrack09.rb".freeze, "lib/qrack/queue.rb".freeze, "lib/qrack/subscription.rb".freeze, "lib/qrack/transport/buffer08.rb".freeze, "lib/qrack/transport/buffer09.rb".freeze, "lib/qrack/transport/frame08.rb".freeze, "lib/qrack/transport/frame09.rb".freeze, "spec/spec_08/bunny_spec.rb".freeze, "spec/spec_08/connection_spec.rb".freeze, "spec/spec_08/exchange_spec.rb".freeze, "spec/spec_08/queue_spec.rb".freeze, "spec/spec_09/amqp_url_spec.rb".freeze, "spec/spec_09/bunny_spec.rb".freeze, "spec/spec_09/connection_spec.rb".freeze, "spec/spec_09/exchange_spec.rb".freeze, "spec/spec_09/queue_spec.rb".freeze] s.homepage = "http://github.com/sparqcode/bunny".freeze s.post_install_message = "[\e[32mVersion 0.7.8\e[0m] test suite cleanup (eliminated some race conditions related to queue.message_count)\n".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Bunny with some RPC friendly extensions".freeze s.test_files = ["spec/spec_08/bunny_spec.rb".freeze, "spec/spec_08/connection_spec.rb".freeze, "spec/spec_08/exchange_spec.rb".freeze, "spec/spec_08/queue_spec.rb".freeze, "spec/spec_09/amqp_url_spec.rb".freeze, "spec/spec_09/bunny_spec.rb".freeze, "spec/spec_09/connection_spec.rb".freeze, "spec/spec_09/exchange_spec.rb".freeze, "spec/spec_09/queue_spec.rb".freeze] end