ruby-threach 0.2.0-2 source package in Ubuntu

Changelog

ruby-threach (0.2.0-2) unstable; urgency=medium

  * Update my email address
  * Move debian/watch to gemwatch.debian.net
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.3.0; no changes needed
  * Secure URI in copyright format

 -- Michael R. Crusoe <email address hidden>  Thu, 14 Feb 2019 02:17:01 -0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-threach_0.2.0-2.dsc 2.0 KiB 7cd17e27f8ea0445ed1f37ac95a43c62fc663cbff4e2c7ba21bc14008d4b549a
ruby-threach_0.2.0.orig.tar.gz 4.8 KiB 5f455700a5c47dd10550fab300bf13ee04ef8b99ef533a364ef65574c4e48b5f
ruby-threach_0.2.0-2.debian.tar.xz 2.2 KiB 95481f32be6717c49a9245a413c9ff2745dc4de35255904af05ceab148960ebc

Available diffs

No changes file available.

Binary packages built by this source

ruby-threach: Threaded each

 An addition to the Enumerable Ruby module that allows easy use of threaded
 each and each-like iterators. It's a very simple producer-consumer model.
 .
 If you're using stock (MRI) ruby -- you probably shouldn't bother with threach
 unless you're doing IO-intensive stuff. It'll just slow things down. But if
 you're using a ruby implementation that has real threads, like JRuby, this
 will give you relatively painless multi-threading.