--- !ruby/object:Gem::Specification name: amq-protocol version: !ruby/object:Gem::Version hash: 59 prerelease: segments: - 0 - 9 - 0 version: 0.9.0 platform: ruby authors: - Jakub Stastny - Michael S. Klishin - Theo Hultberg - Mark Abramov autorequire: bindir: bin cert_chain: [] date: 2012-01-11 00:00:00 Z dependencies: [] description: " amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an\n AMQP client: amq-protocol only handles serialization and deserialization.\n If you want to write your own AMQP client, this gem can help you with that.\n" email: - michael@novemberain.com - stastny@101ideas.cz executables: [] extensions: [] extra_rdoc_files: - README.textile files: - .gitignore - .gitmodules - .rspec - .travis.yml - Gemfile - LICENSE - PROFILING.md - README.textile - __init__.py - amq-protocol.gemspec - amqp_0.9.1_changes.json - codegen.py - codegen_helpers.py - irb.rb - lib/amq/hacks.rb - lib/amq/protocol.rb - lib/amq/protocol/client.rb - lib/amq/protocol/frame.rb - lib/amq/protocol/table.rb - lib/amq/protocol/table_value_decoder.rb - lib/amq/protocol/table_value_encoder.rb - lib/amq/protocol/type_constants.rb - lib/amq/protocol/version.rb - post-processing.rb - protocol.rb.pytemplate - spec/amq/hacks_spec.rb - spec/amq/protocol/basic_spec.rb - spec/amq/protocol/blank_body_encoding_spec.rb - spec/amq/protocol/channel_spec.rb - spec/amq/protocol/confirm_spec.rb - spec/amq/protocol/connection_spec.rb - spec/amq/protocol/exchange_spec.rb - spec/amq/protocol/frame_spec.rb - spec/amq/protocol/method_spec.rb - spec/amq/protocol/queue_spec.rb - spec/amq/protocol/table_spec.rb - spec/amq/protocol/tx_spec.rb - spec/amq/protocol/value_decoder_spec.rb - spec/amq/protocol/value_encoder_spec.rb - spec/amq/protocol_spec.rb - spec/spec_helper.rb - tasks.rb homepage: http://github.com/ruby-amqp/amq-protocol licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: amq-protocol rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: AMQP 0.9.1 encoder & decoder. test_files: []