ruby-rbtree 0.4.6-1build1 source package in Ubuntu

Changelog

ruby-rbtree (0.4.6-1build1) noble; urgency=medium

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 02:49:19 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-rbtree_0.4.6.orig.tar.gz 26.8 KiB 0b9e6d7c8d2e0594c437429bf150d1f475c36d279667e4885fc6fda6f7994bf4
ruby-rbtree_0.4.6-1build1.debian.tar.xz 3.0 KiB 51012407847d92bcc41e187525f2fb871b98b69ba089b54ee41ac197abb3bb6b
ruby-rbtree_0.4.6-1build1.dsc 2.0 KiB e56160a06c1d2897591d53dafc34c9086d233953ffe1750e766af8095bb91bf6

View changes file

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