[DRE-commits] [ruby-retryable] 05/07: Fix package description

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Mon Jun 22 13:29:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-retryable.

commit 0e783e7c7944080f285d8e45e6f5e699e025201f
Author: Hleb <375gnu at gmail.com>
Date:   Mon Jun 22 16:18:44 2015 +0300

    Fix package description
---
 debian/control | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e637ef9..1dba816 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,13 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Retryable#retryable, allow for retrying of code blocks.
- Retryable#retryable, allow for retrying of code blocks.
+Description: Retryable#retryable, allows for retrying of code blocks.
+ Runs a code block, and retries it when an exception occurs. It's great when
+ working with flakey webservices (for example).
+ .
+ It's configured using four optional parameters :tries, :on, :sleep, :matching,
+ :ensure, :exception_cb and runs the passed block. Should an exception occur,
+ it'll retry for (n-1) times.
+ .
+ Should the number of retries be reached without success, the last exception
+ will be raised.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-retryable.git



More information about the Pkg-ruby-extras-commits mailing list