Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby2.5-rubygem-amqp | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.7.0 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Thu Sep 7 22:38:25 2023 |
Group: Development/Languages/Ruby | Build host: s390zl28 |
Size: 2854018 | Source RPM: rubygem-amqp-1.7.0-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://rubyamqp.info | |
Summary: Mature EventMachine-based RabbitMQ client |
Mature EventMachine-based RabbitMQ client.
BSD-2-Clause or Ruby
* Fri Feb 03 2017 coolo@suse.com - updated to version 1.7.0 see installed ChangeLog.md * Wed Apr 06 2016 coolo@suse.com - updated to version 1.6.0 see installed ChangeLog.md [#]# Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016) [#]## amq-protocol Update Minimum `amq-protocol` version is now `2.0.1`. [#]## Provide More Details in TCP Connection Failure Exception Contributed by Neil Hooey. GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222). [#]## Ensures frameset is cleared after an unhandled exception Ensures frameset is cleared after an unhandled exception. This avoids confusing exceptions such as ``` undefined method `method_class' for #<AMQ::Protocol::BodyFrame:0x0000001e8a60b0> ``` Contributed by Michael Lutsiuk. GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218) * Wed Aug 26 2015 coolo@suse.com - updated to version 1.5.1 see installed ChangeLog.md * Mon Oct 13 2014 coolo@suse.com - updated to version 1.5.0 [#]## Only Await basic.consume-ok If nowait is false * Mon Oct 13 2014 coolo@suse.com - adapt to new rubygem packaging * Sun Jul 13 2014 coolo@suse.com - updated to version 1.4.1 [#]## Server-Named Queue Recovery Fix Server-named queues are now correctly recovered again. Contributed by Jack C Hong. [#]# Changes Between 1.3.x and 1.4.0 [#]## connection.blocked Support [connection.blocked](https://www.rabbitmq.com/connection-blocked.html) notifications are now correctly supported by the library. * Sat Feb 22 2014 coolo@suse.com - updated to version 1.3.0 [#]## Exchange-to-Exchange Bindings Support amqp gem now supports [Exchange-to-Exchange Bindings](http://www.rabbitmq.com/e2e.html), a RabbitMQ extension. `AMQP::Exchange#bind` and `AMQP::Exchange#unbind` work very much like `AMQP::Queue#bind` and `AMQP::Queue#unbind`, with the argument exchange being the source one. [#]## Internal Exchange Declaration amqp gem now supports declaration of internal exchanges (used via exchange-to-exchange bindings, cannot be published to by clients). To declare an exchange as internal, add `:internal => true` to declaration options. [#]## Initial Connection Failures Retries Set connection status to closed on connection failure, which means connection retries succeed. * Mon Jan 20 2014 coolo@suse.com - updated to version 1.2.0 amqp gem now supports [Authentication Failure Notification](http://www.rabbitmq.com/auth-notification.html). Public API for authentication failure handling hasn't changed. This extension is available in RabbitMQ 3.2+. [#]# basic.qos Recovery Fix `basic.qos` setting will now be recovered first thing after channel recovery, to the most recent value passed via `:prefetch` channel constructor option or `AMQP::Channel#prefetch`. * Thu Dec 12 2013 coolo@suse.com - updated to version 1.1.7 [#]## Automatic Recovery Fix Automatic connection recovery now correctly recovers bindings again. Contributed by Devin Christensen. [#]# Changes Between 1.1.5 and 1.1.6 [#]## 65535 Channels Per Connection amqp gem now allows for 65535 channels per connection and not Ruby process. Contributed by Neo (http://neo.com) developers. [#]# Changes Between 1.1.4 and 1.1.5 [#]## channel.close is Delayed Until After Channel is Open This eliminates a race condition in some codebases that use very short lived channels. [#]# Changes Between 1.1.3 and 1.1.4 [#]## ConnectionClosedError is Back `ConnectionClosedError` is now defined again. * Wed Nov 27 2013 coolo@suse.com - updated to version 1.1.5, no changelog
/usr/lib64/ruby/gems/2.5.0/build_info /usr/lib64/ruby/gems/2.5.0/cache/amqp-1.7.0.gem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0 /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/.gitignore /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/.rspec /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/.ruby-version /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/.travis.yml /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/.yardopts /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/ChangeLog.md /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/Gemfile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/README.md /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/Rakefile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/amqp.gemspec /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin/ci /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin/ci/before_build.sh /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin/cleanify.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin/docup /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin/irb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/bin/set_test_suite_realms_up.sh /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/08Migration.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/AMQP091ModelExplained.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/Bindings.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/Clustering.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/ConnectingToTheBroker.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/ConnectionEncryptionWithTLS.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/DocumentationGuidesIndex.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/Durability.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/ErrorHandling.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/Exchanges.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/GettingStarted.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/PatternsAndUseCases.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/Queues.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/RabbitMQVersions.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/RunningTests.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/TestingWithEventedSpec.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/Troubleshooting.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/VendorSpecificExtensions.textile /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/001_hello_world_example_routing.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/002_blabbr_example_routing.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/003_weathr_example_routing.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/004_fanout_exchange.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/005_direct_exchange.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/006_amqp_091_message_acknowledgements.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/007_rabbitmq_publisher_confirms.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/redhat /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/redhat/direct_exchange.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/redhat/fanout_exchange.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/docs/diagrams/redhat/topic_exchange.png /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/channels /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/channels/open_channel_with_one_arity_callback.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/channels/open_channel_without_assignment.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/channels/prefetch_as_constructor_argument.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/channels/qos_aka_prefetch.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/channels/qos_aka_prefetch_without_callback.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/connection /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/connection/connect_and_immediately_disconnect.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/automatic_recovery_of_channel_and_queues.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/automatically_recovering_hello_world_consumer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/automatically_recovering_hello_world_consumer_that_uses_a_server_named_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/basic_connection_failover.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/channel_level_exception.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/channel_level_exception_with_multiple_channels_involved.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/connection_level_exception.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/connection_level_exception_with_objects.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/connection_loss_handler.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/global_channel_level_exception_handler.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/handling_authentication_failure_with_a_callback.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/handling_authentication_failure_with_a_rescue_block.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/handling_vhost_misconfiguration_with_a_rescue_block.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/hello_world_producer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/insufficient_permissions.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/manual_connection_and_channel_recovery.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/queue_exclusivity_violation.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/queue_name_violation.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/reopening_a_channel_after_channel_level_exception.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/tcp_connection_failure_handling_with_a_rescue_block.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/error_handling/tcp_connection_failure_with_a_callback.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/exchanges /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/exchanges/autodeletion_of_exchanges.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/exchanges/declare_an_exchange_without_assignment.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/extensions /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/extensions/rabbitmq /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/extensions/rabbitmq/connection_blocking.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/extensions/rabbitmq/per_queue_message_ttl.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/extensions/rabbitmq/using_alternate_exchanges.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/getting_started /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/getting_started/01_hello_world.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/getting_started/02_hello_world_dslified.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/getting_started/03_blabbr.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/getting_started/04_weathr.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/01a_declaring_a_server_named_queue_using_queue_constructor.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/01b_declaring_a_queue_using_queue_constructor.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/02a_declaring_a_durable_shared_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/02b_declaring_a_durable_shared_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/03a_declaring_a_temporary_exclusive_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/03b_declaring_a_temporary_exclusive_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/04_bind_a_queue_using_exchange_instance.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/05_bind_a_queue_using_exchange_name.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/06_subscribe_to_receive_messages.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/07_fetch_a_message_from_the_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/08_unsubscribing_a_consumer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/09_unbinding_from_exchange.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/10_purge_a_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/11_deleting_a_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/12_objects_that_consume_messages.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/guides/queues/13_objects_that_consume_messages_take_two.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/hello_world.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/hello_world_with_an_empty_string.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/hello_world_with_eventmachine_in_a_separate_thread.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/hello_world_with_large_payload.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/inspecting_server_information.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/amq_client_issue_7.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/amq_protocol_issue_14.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/issue_121.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/issue_75.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/issue_79.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/issue_80.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/issue_93.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/issues/issue_94.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/command /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/command/consumer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/command/producer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/event /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/event/consumer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/event/producer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/request_reply /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/request_reply/client.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/patterns/request_reply/server.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/publishing /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/publishing/publishing_a_one_off_message.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/publishing/publishing_callback.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/publishing/returned_messages.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/publishing/simplistic_scatter_gather.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/accessing_message_metadata.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/automatic_binding_for_default_direct_exchange.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/basic_get.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/cancel_default_consumer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/declare_a_queue_without_assignment.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/declare_and_bind_a_server_named_queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/queue_status.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/rejecting_messages_without_requeueuing.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/queues/using_explicit_acknowledgements.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/rack /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/rack/publish_a_message_on_request /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/rack/publish_a_message_on_request/thin.ru /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/fanout_routing.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/headers_routing.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/pubsub.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/round_robin_with_direct_exchange.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/round_robin_with_the_default_exchange.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/unroutable_mandatory_message_is_returned.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/routing/weather_updates.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls/using_tls.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/client /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/client/cert.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/client/key.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/client/keycert.p12 /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/client/req.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/server /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/server/cert.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/server/key.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/server/keycert.p12 /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/server/req.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/cacert.cer /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/cacert.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/certs /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/certs/01.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/certs/02.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/index.txt /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/index.txt.attr /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/index.txt.attr.old /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/index.txt.old /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/openssl.cnf /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/private /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/private/cakey.pem /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/serial /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/examples/tls_certificates/testca/serial.old /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amq /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amq/protocol /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amq/protocol/get_response.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/auth_mechanism_adapter /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/auth_mechanism_adapter.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/auth_mechanism_adapter/external.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/auth_mechanism_adapter/plain.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/bit_set.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/broker.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/callbacks.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/channel.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/channel_id_allocator.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/compatibility /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/compatibility/ruby187_patchlevel_check.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/consumer.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/consumer_tag_generator.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/deferrable.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/entity.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/exceptions.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/exchange.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/extensions /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/extensions/rabbitmq.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/framing /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/framing/string /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/framing/string/frame.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/handlers_registry.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/header.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/int_allocator.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/integration /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/integration/rails.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/openable.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/queue.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/session.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/settings.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/utilities /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/utilities/event_loop_helper.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/utilities/server_type.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/lib/amqp/version.rb /usr/lib64/ruby/gems/2.5.0/gems/amqp-1.7.0/repl /usr/lib64/ruby/gems/2.5.0/specifications/amqp-1.7.0.gemspec /usr/share/doc/packages/ruby2.5-rubygem-amqp /usr/share/doc/packages/ruby2.5-rubygem-amqp/ChangeLog.md /usr/share/doc/packages/ruby2.5-rubygem-amqp/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:18:49 2025