ruby-rbtree 0.4.4-1build1 source package in Ubuntu

Changelog

ruby-rbtree (0.4.4-1build1) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Nov 2021 18:56:40 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
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.4.orig.tar.gz 26.0 KiB 697bc1ab4cc1bc595b180f5ae68cb8faaa12a8bccb705f50ee5569a92d6fef06
ruby-rbtree_0.4.4-1build1.debian.tar.xz 2.9 KiB fc9a95c482a368edd68d41c0c98f341df8d902960cb11f63f3b8753b184adbb5
ruby-rbtree_0.4.4-1build1.dsc 2.0 KiB 8e7eda9b72fafefc74643eea11ea6ff217b8505a98b2b82ad916ae8b100003ad

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