Source: ruby-retriable Section: ruby Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-rspec, pry Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-retriable.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-retriable Homepage: https://github.com/kamui/retriable Testsuite: autopkgtest-pkg-ruby Package: ruby-retriable Architecture: all Multi-Arch: foreign Depends: ruby:any Description: 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.