[DRE-commits] [SCM] ruby-hiredis.git branch, master, updated. upstream/0.4.5-10-g854580b

Apollon Oikonomopoulos apoikos at gmail.com
Sat Apr 13 19:52:34 UTC 2013


The following commit has been merged in the master branch:
commit 0f80b0f2ce9ad93787c0793aa07e247afcaa6e22
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Fri Apr 12 10:46:43 2013 +0300

    control: update description
    
     • Capitalize Redis and Hiredis everywhere
     • Provide a short description of what Redis does

diff --git a/debian/control b/debian/control
index e62eeec..3d32935 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,11 @@ Package: ruby-hiredis
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: redis Ruby driver using hiredis
- ruby-hiredis provides a Ruby extension that wraps hiredis. Both the synchronous
+Description: Redis driver for Ruby using Hiredis
+ ruby-hiredis provides a Ruby extension that wraps Hiredis. Both the synchronous
  connection API and a separate protocol reader are supported. It is primarily
  intended to speed up parsing multi bulk replies. 
+ .
+ Hiredis is a minimalistic C client library for the Redis database, a
+ persistent key-value database with support for atomically manipulating and
+ querying data structures such as lists and sets.

-- 
ruby-hiredis.git



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