ruby-memoizable 0.4.2-3 source package in Ubuntu

Changelog

ruby-memoizable (0.4.2-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Cédric Boutillier ]
  * Bump Standards-Version to 4.6.1 (no changes needed)
  * Disable error highlight with ruby3.1 in tests (Closes: #1019637)

 -- Cédric Boutillier <email address hidden>  Wed, 30 Nov 2022 15:34:40 +0100

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-memoizable_0.4.2-3.dsc 1.4 KiB d36509c858702bc3d91e75936f0f4d1e8fe4ae9dd01d56fba1aa59621762a376
ruby-memoizable_0.4.2.orig.tar.gz 10.2 KiB 534ef0e11a693ed15e1fd473fc556946e756f77d0ed1b83615ed5372313eba9e
ruby-memoizable_0.4.2-3.debian.tar.xz 3.1 KiB 5abace1a92746ab7c8da06dc59c918c93f61310437877b11d748bc85960727cf

Available diffs

No changes file available.

Binary packages built by this source

ruby-memoizable: memoize method return values

 Memoization is an optimization that saves the return value of a method
 so it doesn't need to be re-computed every time that method is called.
 .
 Learn more about its rationale and usage at
 /usr/share/ruby-memoizable/README.md