--- !ruby/object:Gem::Specification 
name: right_amqp
version: !ruby/object:Gem::Version 
  hash: 7
  prerelease: false
  segments: 
  - 0
  - 6
  - 0
  version: 0.6.0
platform: ruby
authors: 
- Lee Kirchhoff
autorequire: 
bindir: bin
cert_chain: []

date: 2012-12-10 00:00:00 -08:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  version_requirements: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 11
        segments: 
        - 1
        - 2
        version: "1.2"
    - - <
      - !ruby/object:Gem::Version 
        hash: 7
        segments: 
        - 3
        - 0
        version: "3.0"
  requirement: *id001
  name: right_support
  prerelease: false
  type: :runtime
- !ruby/object:Gem::Dependency 
  version_requirements: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 59
        segments: 
        - 0
        - 12
        - 10
        version: 0.12.10
    - - <
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 2
        - 0
        version: "2.0"
  requirement: *id002
  name: eventmachine
  prerelease: false
  type: :runtime
description: |
  RightAMQP provides a high availability client for interfacing with the
  RightScale RabbitMQ broker using the AMQP protocol. The AMQP version on which
  this gem is based is 0.6.7 but beyond that it contains a number of bug fixes and
  enhancements including reconnect, message return, heartbeat, and UTF-8 support.
  The high availability is achieved by maintaining multiple broker connections
  such that failed connections automatically reconnect and only connected
  brokers are used when routing a message. Although the HABrokerClient class
  is the intended primary means for accessing RabbitMQ services with this gem,
  alternatively the underlying AMQP services may be used directly.

email: lee@rightscale.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
files: 
- LICENSE
- README.rdoc
- Rakefile
- lib/right_amqp.rb
- lib/right_amqp/amqp.rb
- lib/right_amqp/amqp/buffer.rb
- lib/right_amqp/amqp/client.rb
- lib/right_amqp/amqp/frame.rb
- lib/right_amqp/amqp/protocol.rb
- lib/right_amqp/amqp/server.rb
- lib/right_amqp/amqp/spec.rb
- lib/right_amqp/amqp/version.rb
- lib/right_amqp/ext/blankslate.rb
- lib/right_amqp/ext/em.rb
- lib/right_amqp/ext/emfork.rb
- lib/right_amqp/ha_client.rb
- lib/right_amqp/ha_client/broker_client.rb
- lib/right_amqp/ha_client/ha_broker_client.rb
- lib/right_amqp/mq.rb
- lib/right_amqp/mq/exchange.rb
- lib/right_amqp/mq/header.rb
- lib/right_amqp/mq/logger.rb
- lib/right_amqp/mq/queue.rb
- lib/right_amqp/mq/rpc.rb
- right_amqp.gemspec
- spec/amqp/client_extensions_spec.rb
- spec/ha_client/broker_client_spec.rb
- spec/ha_client/ha_broker_client_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: https://github.com/rightscale/right_amqp
licenses: []

post_install_message: 
rdoc_options: 
- --main
- README.rdoc
- --title
- RightAMQP
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 57
      segments: 
      - 1
      - 8
      - 7
      version: 1.8.7
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Client for interfacing to RightScale RabbitMQ broker using AMQP
test_files: []