ruby-amqp 1.6.0-1 source package in Ubuntu

Changelog

ruby-amqp (1.6.0-1) unstable; urgency=medium

  * New upstream version
  * d/control: Update BD (prepare to enable tests)
  * d/patches: Remove 001_bump-amq-protocol patch (Closes: #818153)

 -- Sebastien Badia <email address hidden>  Wed, 06 Apr 2016 14:12:19 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby
Xenial release universe ruby

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-amqp_1.6.0-1.dsc 2.0 KiB 68150a7ebd751857679c05d535242c236de80f02fbc458d2bb72e79751e93efd
ruby-amqp_1.6.0.orig.tar.gz 1.1 MiB 7c5253a46e5d0be4a5d11f5feb817cd4f3f0bcde8e99db15362222d1e9ba43af
ruby-amqp_1.6.0-1.debian.tar.xz 4.4 KiB 43c82b4f59735433ad195ece0b765b0ccb7bb7d42b03e2bb6c4f6d75df9ae98b

Available diffs

No changes file available.

Binary packages built by this source

ruby-amqp: feature-rich, asynchronous AMQP client

 AMQP is an open standard for messaging middleware that emphasizes
 interoperability between different technologies (for example, Java,
 Ruby, Python, .NET, Node.js, Erlang, C and so on).
 .
 Key features of AMQP are very flexible yet simple routing and binary
 protocol efficiency. AMQP supports many sophisticated features, for
 example, message acknowledgements, returning of messages to producer,
 redelivery of messages that couldn't be processed, load balancing
 between message consumers and so on.
 .
 This package contains a ruby client for AMQP.