attempt 0.1.2
The attempt library provides a thin wrapper for the typical begin/rescue/sleep/retry dance. This is used by programmers to robustly handle flaky connections where it's often better to try again rather than fail immediately.
Gemfile:
=
install:
=
Development Dependencies (1):
test-unit
>= 2.0.3