[DRE-commits] [ruby-websocket-driver] 03/07: Fix descriptions.
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Jan 5 18:17:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-websocket-driver.
commit 9734230be55b05c5d82492d24b22c95f88e12735
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Wed Jan 6 01:47:57 2016 +0800
Fix descriptions.
---
debian/control | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index bd3ddda..9eb5cdf 100644
--- a/debian/control
+++ b/debian/control
@@ -17,4 +17,10 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# websocket-extensions (>= 0.1.0), eventmachine (>= 0, development), permessage_deflate (>= 0, development), rake-compiler (~> 0.8.0, development), rspec (>= 0, development)
Description: WebSocket protocol handler with pluggable I/O
- <insert long description, indented with spaces>
+ This module provides a complete implementation of the WebSocket
+ protocols that can be hooked up to any TCP library. It aims to simplify
+ things by decoupling the protocol details from the I/O layer, such that
+ users only need to implement code to stream data in and out of it
+ without needing to know anything about how the protocol actually works.
+ .
+ Think of it as a complete WebSocket system with pluggable I/O.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-websocket-driver.git
More information about the Pkg-ruby-extras-commits
mailing list