--- !ruby/object:Gem::Specification name: qpid_proton version: !ruby/object:Gem::Version version: 0.36.0 platform: ruby authors: - Darryl L. Pierce - Alan Conway autorequire: bindir: bin cert_chain: [] date: 2022-01-24 00:00:00.000000000 Z dependencies: [] description: | Proton is a high performance, lightweight messaging library. It can be used in the widest range of messaging applications including brokers, client libraries, routers, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging standard. email: - proton@qpid.apache.org executables: [] extensions: - ext/cproton/extconf.rb extra_rdoc_files: [] files: - LICENSE.txt - ext/cproton/extconf.rb - ext/cproton/cproton.c - lib/reactor/container.rb - lib/codec/data.rb - lib/codec/mapping.rb - lib/util/deprecation.rb - lib/util/wrapper.rb - lib/util/schedule.rb - lib/util/version.rb - lib/util/error_handler.rb - lib/types/hash.rb - lib/types/described.rb - lib/types/type.rb - lib/types/strings.rb - lib/types/array.rb - lib/qpid_proton.rb - lib/handler/messaging_handler.rb - lib/handler/reactor_messaging_adapter.rb - lib/handler/messaging_adapter.rb - lib/handler/adapter.rb - lib/core/ssl_domain.rb - lib/core/ssl.rb - lib/core/messaging_handler.rb - lib/core/transfer.rb - lib/core/ssl_details.rb - lib/core/connection_driver.rb - lib/core/sasl.rb - lib/core/uri.rb - lib/core/endpoint.rb - lib/core/disposition.rb - lib/core/terminus.rb - lib/core/container.rb - lib/core/delivery.rb - lib/core/message.rb - lib/core/event.rb - lib/core/work_queue.rb - lib/core/sender.rb - lib/core/listener.rb - lib/core/session.rb - lib/core/exceptions.rb - lib/core/transport.rb - lib/core/url.rb - lib/core/connection.rb - lib/core/condition.rb - lib/core/link.rb - lib/core/tracker.rb - lib/core/receiver.rb - tests/test_data.rb - tests/test_delivery.rb - tests/test_connection_driver.rb - tests/test_interop.rb - tests/test_uri.rb - tests/test_container_sasl.rb - tests/test_messaging_adapter.rb - tests/test_utils.rb - tests/test_tools.rb - tests/test_old_adapter.rb - tests/test_container.rb - tests/collect_coverage.rb - examples/direct_recv.rb - examples/ssl-certs/tclient-certificate.p12 - examples/ssl-certs/tserver-private-key.pem - examples/ssl-certs/tserver-certificate.pem - examples/ssl-certs/tclient-full.p12 - examples/ssl-certs/tserver-full.p12 - examples/ssl-certs/README.txt - examples/ssl-certs/tclient-private-key.pem - examples/ssl-certs/tserver-certificate.p12 - examples/ssl-certs/tclient-certificate.pem - examples/broker.rb - examples/helloworld.rb - examples/simple_recv.rb - examples/server.rb - examples/client.rb - examples/README.md - examples/direct_send.rb - examples/testme - examples/ssl_send.rb - examples/simple_send.rb homepage: http://qpid.apache.org/proton licenses: - Apache-2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.14.1 signing_key: specification_version: 4 summary: Ruby language bindings for the Qpid Proton messaging framework test_files: []