ruby-hashery 2.1.2-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields

  [ Christian Hofstaedtler ]
  * New upstream version.

 -- Christian Hofstaedtler <email address hidden>  Thu, 05 May 2016 22:59:55 +0000

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
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-hashery_2.1.2-1.dsc 2.0 KiB 1721f0f8efc1b767b5e1aece7754d3eb6c02c057f0f41f8b72a401a6c0306ed6
ruby-hashery_2.1.2.orig.tar.gz 38.9 KiB 53867c7737c50079c5725de8b392e3df3e11e228cd7813b9f4e96bf724212b2c
ruby-hashery_2.1.2-1.debian.tar.xz 2.7 KiB 3c97bf0e63ca088697471d2442d6900563fd6459d78ed94296f40a2180cba7ad

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.