ruby-parallel 1.12.0-1 source package in Ubuntu

Changelog

ruby-parallel (1.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.12.0 (Closes: #849510, #852896)
  * d/patches: Refresh Debian patches
  * d/compat: Bump compat. version to 10
  * d/rules: Clean rules and check deps.
  * d/control: Bump Standard-Version to 4.0.0 (no changes needed)

 -- Sebastien Badia <email address hidden>  Mon, 21 Aug 2017 16:29:47 +0200

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parallel_1.12.0-1.dsc 2.1 KiB 5a777f8dc3a345dd18fb7ba8b056306e9e3a054edb561f4610b3ffc0e4868c90
ruby-parallel_1.12.0.orig.tar.gz 20.0 KiB 9e6666088f56f4abfb5b1f4f44f74b93b245ef3ca07dc671aeccb59a39df5f9b
ruby-parallel_1.12.0-1.debian.tar.xz 3.6 KiB 855e977f333d76fe0bc8ca6a37faa329556212d596f06504a6c3699c2f1a315a

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.