ruby-amqp 1.8.0-1 source package in Ubuntu

Changelog

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

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Sebastien Badia ]
  * New upstream version 1.8.0
  * d/control:
    + Drop compat file, rely on debhelper-compat and bump compat level to 12
    + Bump Standards-Version to 4.5.0 (no changes needed)
    + Add Rules-Requires-Root: no
    + Use salsa.debian.org in Vcs-* fields
    + Use my Debian email address
    + Drop Ruby interpreter
  * Move debian/watch to gemwatch.debian.net
  * d/copyright: Drop insecure URI
  * d/upstream: Added metadata

 -- Sebastien Badia <email address hidden>  Wed, 05 Feb 2020 13:46:36 +0100

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
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby
Focal release universe ruby

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-amqp_1.8.0-1.dsc 2.1 KiB 0059f5b01b878e6fb84d54de3524e933f550c8fca33c10b48f2ab6f3b83ac5e5
ruby-amqp_1.8.0.orig.tar.gz 1.1 MiB 3c2cadbe9b1a907bce01db13e290cc741fb180dd6df151a3b37083730d96a028
ruby-amqp_1.8.0-1.debian.tar.xz 4.7 KiB c38f068237624ef3a1fba5e19cf6af655bf94c4be08043a552e1e45295fbd7a0

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.