[DRE-commits] [ruby-em-redis] 02/03: add ruby-eventmachine as dep and update description

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 23 14:47:36 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-em-redis.

commit f8508bed9ccb8b4567104f9ec934b49444b3bf25
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 23 20:00:36 2014 +0530

    add ruby-eventmachine as dep and update description
---
 debian/control | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 1ce95f1..6a9b009 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,14 @@ XS-Ruby-Versions: all
 Package: ruby-em-redis
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# eventmachine (>= 0), bundler (~> 1.0.rc.6, development)
-Description: An eventmachine-based implementation of the Redis protocol
- An eventmachine-based implementation of the Redis protocol
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-eventmachine
+Description: eventmachine-based implementation of the Redis protocol
+ Modeled after eventmachine's implementation of the memcached protocol,
+ and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as
+ part of Redis).
+ .
+ This library is only useful when used as part of an application that
+ relies on Event Machine's event loop.  It implements an EM-based client
+ protocol, which leverages the non-blocking nature of the EM interface
+ to achieve significant parallelization without threads.

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



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