ruby-hashery 2.1.2-1.1 source package in Ubuntu

Changelog

ruby-hashery (2.1.2-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 14 Jun 2022 15:22:43 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-hashery_2.1.2-1.1.dsc 2.0 KiB 289ba829f96bed5afd119b806802f7157d5d8fd51a2034cae6e1763cdf8245dd
ruby-hashery_2.1.2.orig.tar.gz 38.9 KiB 53867c7737c50079c5725de8b392e3df3e11e228cd7813b9f4e96bf724212b2c
ruby-hashery_2.1.2-1.1.debian.tar.xz 2.8 KiB 5e873d57efc5fce1665a651e217c8c0480cc9717a685fdf5cc66f1f599d4d68e

Available diffs

No changes file available.

Binary packages built by this source

ruby-hashery: facets-bread collection of Hash-like classes

 The Hashery is a tight collection of Hash-like classes. Included among its many
 offerings are the auto-sorting Dictionary class, the efficient LRUHash, the
 flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass
 of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash
 making it a snap to subclass and augment to fit any specific use case.