ruby-stud 0.0.23-1 source package in Ubuntu

Changelog

ruby-stud (0.0.23-1) unstable; urgency=medium

  * Team upload.
  * Use gemwatch.debian.net in watch.
  * New upstream release.
  * Drop {XS,XB}-Ruby-Versions from control.
  * Use ${ruby:Depends} for runtime dependencies.
  * Update Standards-Version to 4.7.2, no changes needed.
  * Update debhelper-compat to 13, no changes needed.

 -- Simon Quigley <email address hidden>  Thu, 13 Nov 2025 11:37:31 -0600

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
Stonking release universe misc
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
ruby-stud_0.0.23-1.dsc 1.9 KiB 2209bbc12d4cfb11f5c406ebdeaea5fb1522029b05ca08e5a2e0a1c877465083
ruby-stud_0.0.23.orig.tar.gz 12.2 KiB 9fd9efb40375948b7dd56508456739dfc189dd5ea576a30b8416239ffea3346f
ruby-stud_0.0.23-1.debian.tar.xz 2.6 KiB ae4bb11ff6410da5950ff88bf70267f65beaa143897201e8a1302924ce574a93

Available diffs

No changes file available.

Binary packages built by this source

ruby-stud: reusable common code to enhance Ruby's stdlib library

 The Stud library is a collection of small, reusable bits of code to
 enhance Ruby's stdlib library. It implements functions for different
 comman tasks in systems programming such as retrying operations on
 failure, supervising workers, managing resource pools, and others.