ruby-parallel 1.22.1-1 source package in Ubuntu
Changelog
ruby-parallel (1.22.1-1) unstable; urgency=medium * Team upload. [ Daniel Leidert ] * Team upload. * d/docs: Install README.md. * d/watch: Update watch file. * d/patches/0003-Use-correct-Ruby-version-for-tests.patch: Add patch. - Make sure to run test cases with the target Ruby version. * d/patches/0004-Skip-flaky-test.patch: Add patch. - Skip a test which randomly fails for upstream as well (closes: #996346). * d/patches/series: Enable new patch. * d/upstream/metadata: Remove Changelog and update Bug-Submit. [ Lucas Kanashiro ] * New upstream release. * Remove patches applied by upstream * Declare compliance with Debian Policy 4.6.1 -- Lucas Kanashiro <email address hidden> Mon, 23 May 2022 17:30:18 -0300
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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-parallel_1.22.1-1.dsc | 2.1 KiB | a07852304f825501290150001d961f2e0b14e7657de45eab10206dab73407bf0 |
ruby-parallel_1.22.1.orig.tar.gz | 22.7 KiB | 21c457a5b7cf7fba400aefc62758f987a535ec371d1dc80231956ec635d5432a |
ruby-parallel_1.22.1-1.debian.tar.xz | 5.3 KiB | 5cb3a14e1a9778afd5d3d0659b56af5ca67ff67fee464467808e807e337c9152 |
Available diffs
- diff from 1.20.1-1 to 1.22.1-1 (23.8 KiB)
- diff from 1.21.0-1 to 1.22.1-1 (11.2 KiB)
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.