ruby-parallel 1.21.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * debian/patches
    - Drop 0003-Fix-typo-to-avoid-test-failure-reverted-in-upstream.patch,
      it's unnecessary anymore
   - Drop 0004-Avoid-thousands-of-lsof-warnings-in-chroot.patch: merged
     upstream

 -- Hideki Yamane <email address hidden>  Sat, 18 Sep 2021 02:48:30 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parallel_1.21.0-1.dsc 2.1 KiB 2e3b1237146be056579c7b0a71812527353f2948e4e943cd9c82710063c21fdd
ruby-parallel_1.21.0.orig.tar.gz 21.3 KiB d1d21c92af684602cebcbf7d31758307cc3f2ebd53e5056c0946445c9d5f904b
ruby-parallel_1.21.0-1.debian.tar.xz 4.8 KiB 51d89516a71ff74507a5e36ecb4265e9ab1c59c8ed607494e52d3d44e57f6735

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.