ruby-symboltable 1.0.2-2 source package in Ubuntu

Changelog

ruby-symboltable (1.0.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/control: Use <email address hidden> as maintainer
  * Use debhelper-compat instead of debian/compat.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove Testsuite field, not needed anymore

  [ Daniel Baumann ]
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand  ]
  * Switch to debhelper-compat 11.

 -- Thomas Goirand <email address hidden>  Sun, 10 Jan 2021 11:32:22 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-symboltable_1.0.2-2.dsc 2.0 KiB 8b0a6655fe69e31e538aa4fba552801e34dc473826e81214a59b1118118fb4c3
ruby-symboltable_1.0.2.orig.tar.xz 4.2 KiB c6b0d8fb24903b83c4b6a9d067f08cd53c6ace96750a041e8f1bdf538135e484
ruby-symboltable_1.0.2-2.debian.tar.xz 2.7 KiB 6039e84a7d702a5f9340eccc0cd2f9b9d7c94783ee2d10f5382d799444fbcbe4

Available diffs

No changes file available.

Binary packages built by this source

ruby-symboltable: symbols-only hash for Ruby

 SymbolTable is a handy little Ruby class that was conceived from the union of
 Hash and Symbol. SymbolTable directly extends Hash, but it stores all keys
 internally as symbols. Any key that cannot be converted to a Symbol is not
 valid.
 .
 While this may seem restrictive, it does have the nice side effect of making
 all keys slightly more memorable and usable. For example, values may be set
 and retrieved using any key that resolves to the same symbol.