ruby-stomp 1.4.10-2 source package in Ubuntu

Changelog

ruby-stomp (1.4.10-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Apply multi-arch hints. + ruby-stomp: Add Multi-Arch: foreign.

  [ HIGUCHI Daisuke (VDR dai) ]
  * fix FTBFS with ruby-rspec 3.12 (Closes: #1027092)
  * eliminate lintian warning: ruby-interpreter-is-deprecated
  * eliminate lintian warning: mismatched-override maintainer-manual-page
  * Drop XS-Ruby-Version and XB-Ruby-Version.
  * Bump Standards-Version to 4.6.1.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Tue, 03 Jan 2023 18:30:55 +0900

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-stomp_1.4.10-2.dsc 2.0 KiB d02c7cffdead551369ce4c21c6d4e6455b0258e69b6b2e03eafa633b76f4968f
ruby-stomp_1.4.10.orig.tar.gz 96.9 KiB 1344c65067d21d73171a64e00499436fde872161c77961d763f2d2fcb4f05075
ruby-stomp_1.4.10-2.debian.tar.xz 5.2 KiB 0decf0a3d0f35f0e7fbc19e5cbb7fd8a4e0ab51a2f7867483b2410d25c213c76

Available diffs

No changes file available.

Binary packages built by this source

ruby-stomp: Ruby client for the stomp messaging protocol

 Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
 type systems. This library provides two useful interfaces, a low-
 level class, Stomp::Connection, which is a basic protocol
 implementation, and Stomp::Client, which is designed as a higher
 level convenience API.