[DRE-commits] [ruby-middleware] 02/03: Description fix.

Andrew Lee ajqlee at moszumanska.debian.org
Fri Jan 1 15:51:01 UTC 2016


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

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

commit 7f92a89008431198aad17dd49e22c8d9d8630a2c
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Tue Dec 29 18:04:13 2015 +0800

    Description fix.
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2fc9770..fa08914 100644
--- a/debian/control
+++ b/debian/control
@@ -18,5 +18,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  rake, ruby-redcarpet (>> 2.1.0), ruby-rspec-core (>> 2.8.0),
  ruby-rspec-expectations (>> 2.8.0), ruby-rspec-mocks (>> 2.8.0),
  yard (>> 0.7.5)
-Description: Generalized implementation of the middleware abstraction for Ruby.
- Generalized implementation of the middleware abstraction for Ruby.
+Description: middleware abstraction for Ruby.
+ Ruby `middleware` is a library which provides a generalized
+ implementation of the middleware pattern for Ruby. The middleware
+ pattern is a useful abstraction tool in various cases, but is
+ specifically useful for splitting large sequential chunks of logic
+ into small pieces.

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



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