ruby-rbtree 0.4.6-1 source package in Ubuntu

Changelog

ruby-rbtree (0.4.6-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Avoid rubygems.org in Homepage field.
  * Update standards version to 4.6.1, no changes needed.

  [ Cédric Boutillier ]
  * New upstream version 0.4.6
  * Update homepage and add upstream metadata
  * Drop X?-Ruby-Versions field
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Tue, 07 Feb 2023 10:32:19 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ruby-rbtree_0.4.6-1.dsc 1.4 KiB bff3ad07dd3df53f85fb143b657edd9c2fc2eb7f51166be5dcf82b4c6d4ed645
ruby-rbtree_0.4.6.orig.tar.gz 26.8 KiB 0b9e6d7c8d2e0594c437429bf150d1f475c36d279667e4885fc6fda6f7994bf4
ruby-rbtree_0.4.6-1.debian.tar.xz 2.9 KiB 992c01e801e86ab24c4d3ab9d501af3fd7161f5ec217020dd1cd432b24309acc

No changes file available.

Binary packages built by this source

ruby-rbtree: sorted associative collection for Ruby

 A RBTree is a sorted associative collection that is implemented with a
 Red-Black Tree. It maps keys to values like a Hash, but maintains its
 elements in ascending key order. The interface is the almost identical
 to that of Hash.

ruby-rbtree-dbgsym: debug symbols for ruby-rbtree