ruby-parallel 1.12.1-2 source package in Ubuntu

Changelog

ruby-parallel (1.12.1-2) unstable; urgency=medium

  * Disable tests for now, demoting #905648 to normal, non-critical bug, as
    per upstream advice.
  * Remove quilt series, keeping patches around for now.
  * Bump Standards-Version to 4.2.1 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Mon, 10 Dec 2018 23:54:25 +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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parallel_1.12.1-2.dsc 1.7 KiB 612e631b36c0e01027ddfbc7e37353ff4071e5e92c69ef5d8872774922273254
ruby-parallel_1.12.1.orig.tar.gz 20.0 KiB 97df6efaacc584e7586ba2f4accba5b30f7ed843e46d0130a530fe9ea45ff14a
ruby-parallel_1.12.1-2.debian.tar.xz 4.2 KiB d9205e21027abe77b978f63df3f1fb25c7aa3efd037bb2138548075bec526ed7

Available diffs

No changes file available.

Binary packages built by this source

ruby-parallel: library to run any kind of code in parallel processes

 This package provides a Ruby library to run any code in parallel Processes (in
 order to use all CPUs) or Threads (to speedup blocking operations).
 .
 This is best suited for map-reduce operations or e.g. parallel
 downloads or uploads.