ruby-memoize 1.3.1-2 source package in Ubuntu

Changelog

ruby-memoize (1.3.1-2) unstable; urgency=low


  * debian/patches/use_tmpdir_instead_of_homedir.patch: new file.
    - fix FTBFS: ERROR: Test "ruby1.9.1" failed (Closes: #725590).
    - thanks to  David Suárez <email address hidden> and
      Adam D. Barratt <email address hidden>.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sun, 13 Oct 2013 20:55:58 +0900

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-memoize_1.3.1-2.dsc 2.0 KiB c698f55aaae5809834bec9844245ba0527c45e21d6bdfe69a42e34a9959231f5
ruby-memoize_1.3.1.orig.tar.gz 4.8 KiB aebe0d6dce84050a5ba5afcbd91d13ff51a3e47bc65dbdc58e59ad49c7c3935b
ruby-memoize_1.3.1-2.debian.tar.gz 2.7 KiB 9ae1904ff8dc89dc9469a40e48d642cc383dc1d9c667a1859fb9de726fd163d0

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.