[DRE-commits] [ruby-thread-safe] 05/07: improve description

Cédric Boutillier boutil at alioth.debian.org
Sun Oct 20 00:33:18 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-thread-safe.

commit 1d1af8d30211bc951e1c9fca918f2fea1f6b8c54
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Oct 20 01:08:22 2013 +0200

    improve description
---
 debian/control |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7e495e5..074a04e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,5 +18,10 @@ Depends: ${shlibs:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-atomic
 Description: thread-safe collections and utilities for Ruby
- This Ruby library provides a collection of data structures and utilities to
- make thread-safe programming in Ruby easier.
+ This Ruby library contains a collection of data structures providing
+ thread-safe versions of arrays and hashes. These data structures lock
+ against the objects themselves for every method call, ensuring only one thread
+ can be reading or writing at a time.
+ .
+ These data structures as well as the utilities contained in this library make
+ thread-safe programming in Ruby easier.

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



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