ruby-memoize 1.3.1-4 source package in Ubuntu

Changelog

ruby-memoize (1.3.1-4) unstable; urgency=medium

  * add DEPRECATION WARNING.
    - debian/control: add warning to long description.
    - debian/patches/update_readme.patch: pull from github master.
  * update upstream url
    - debian/control: update.
    - debian/copyright: update.
  * debian/copyright
    - fix lintian warning: space-in-std-shortname-in-dep5-copyright
    - update copyright year.
  * bump up Standards-Version 3.9.6

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Mon, 01 Jun 2015 22:38:25 +0900

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-memoize_1.3.1-4.dsc 2.0 KiB d778c663a3aac70fa5aeac4e3965e8fb38b5b6d3543d5dfdc1ea8d1efdfe2461
ruby-memoize_1.3.1.orig.tar.gz 4.8 KiB aebe0d6dce84050a5ba5afcbd91d13ff51a3e47bc65dbdc58e59ad49c7c3935b
ruby-memoize_1.3.1-4.debian.tar.xz 3.9 KiB f89fcd546d5c4e616f01437db4f09114edf5f6673c1bcefbb23e00fab98dd898

Available diffs

No changes file available.

Binary packages built by this source

ruby-memoize: Ruby library providing speed up methods at the cost of memory (or disk space)

 The memoize library allows you to cache methods for faster lookup.
 Cached results can either be stored in memory (the default) or to
 a file.
 .
 This library is deprecated. Memoization alternatives are memoist,
 memoizable and simple_memoize.