ruby-timers 4.1.1-2.1 source package in Ubuntu

Changelog

ruby-timers (4.1.1-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 19:07:09 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-timers_4.1.1-2.1.dsc 2.0 KiB 694595d554cd695f321b9683c4043eb795ecbc3cf7e360dc46642fc20cdff78c
ruby-timers_4.1.1.orig.tar.gz 10.8 KiB c83f7c65ae79acf2486f6509205f7a7f04d28c699cece45021d7315dafbf20cd
ruby-timers_4.1.1-2.1.debian.tar.xz 3.4 KiB 7120a4148912815772ba7f37d54b8f32a907d1315c09ec8d817a840c0f225eac

Available diffs

No changes file available.

Binary packages built by this source

ruby-timers: pure Ruby timer collections

 This library allows one to schedule several procs to fire after configurable
 delays or at periodic intervals.
 .
 It is especially useful when you are faced with an API that accepts a
 single timeout but you want to run multiple timers on top of it.