[DRE-commits] [ruby-clockwork] 01/01: Description fix.

Andrew Lee ajqlee at moszumanska.debian.org
Fri Dec 18 19:03:30 UTC 2015


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

ajqlee pushed a commit to branch master
in repository ruby-clockwork.

commit fe9bda9168dcc20d61ae4017b8f8f7ed8bac5fcc
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Sat Dec 19 03:03:10 2015 +0800

    Description fix.
---
 debian/control | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0becff7..84f34bc 100644
--- a/debian/control
+++ b/debian/control
@@ -17,4 +17,11 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # tzinfo (>= 0), activesupport (>= 0), bundler (~> 1.3, development), rake (>= 0, development), daemons (>= 0, development), test-unit (>= 0, development), minitest (~> 4.0, development), mocha (>= 0, development)
 Description: a scheduler process to replace cron
- A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process.  Inspired by rufus-scheduler and resque-scheduler.
+ Clockwork is a cron replacement.  It runs as a lightweight,
+ long-running Ruby process which sits alongside your web processes
+ (Mongrel/Thin) and your worker processes (DJ/Resque/Minion/Stalker)
+ to schedule recurring work at particular times or dates.
+ .
+ For example, refreshing feeds on an hourly basis, or send reminder
+ emails on a nightly basis, or generating invoices once a month on the
+ 1st.

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



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