ruby-hashery 2.1.1-2 source package in Ubuntu

Changelog

ruby-hashery (2.1.1-2) unstable; urgency=medium

  * Team upload.
  * debian/compat:  Bump to bersion 9, silence lintian warning.
  * debian/control: Update vcs-git link to https, silence lintian warning.
  * debian/control: Update vcs-browser link to https, silence lintian warning.
  * debian/control: Update standards-version to 3.9.7, silence lintian
                    warning.
  * debian/control: Update deb-helper to require version >= 9.

 -- Lucas Albuquerque Medeiros de Moura <email address hidden>  Wed, 02 Mar 2016 11:26:15 -0300

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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-hashery_2.1.1-2.dsc 1.6 KiB 3e4131d8a63f61dd86ee19378101e0ef6395bef4f08a3b543217ec52138ab229
ruby-hashery_2.1.1.orig.tar.gz 38.8 KiB e805e137a5207d72b8086ded4c8e35b5902885a685c99c82005427f7335052df
ruby-hashery_2.1.1-2.debian.tar.xz 2.7 KiB 7acf2e697ad591939bdba2478135c50de47cc55dd0706890fdde4d71f345d61b

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.