ruby-retriable 3.1.2-1 source package in Ubuntu

Changelog

ruby-retriable (3.1.2-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Pirate Praveen ]
  * New upstream version 3.1.2
  * Bump Standards-Version to 4.4.1 (no changes needed)
  * Drop compat file, rely on debhelper-compat and bump compat level to 12
  * Use salsa.debian.org in Vcs-* fields
  * Move debian/watch to gemwatch.debian.net

 -- Pirate Praveen <email address hidden>  Thu, 26 Dec 2019 23:12:00 +0530

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-retriable_3.1.2-1.dsc 2.0 KiB 71e9416791bcc314ea4cbe5e28a184543531160a7b72b4a1543c1816c3a3a831
ruby-retriable_3.1.2.orig.tar.gz 12.7 KiB bb10da981dd23b024968e38f2616b85bd8ec87fd16f7e3682d6950f262f3e2e1
ruby-retriable_3.1.2-1.debian.tar.xz 2.4 KiB 35bf281cfb01c5e5a64dcd957a9f5ef901a20c13337309a747e6ec77226a28a2

Available diffs

No changes file available.

Binary packages built by this source

ruby-retriable: Retriable is an simple DSL to retry failed code blocks

 Retriable is an simple DSL to retry failed code blocks with randomized
 exponential backoff. This is especially useful when interacting external
 api/services or file system calls.