Source: ruby-retriable Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 12), gem2deb, rake, ruby-rspec, pry Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-retriable.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-retriable Homepage: http://github.com/kamui/retriable Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-retriable Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} 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.