[DRE-commits] [ruby-httparty] 10/10: even better description

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jan 12 10:06:28 UTC 2014


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

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

commit a5b241b0a2681c79a819db704f2e769afdf58631
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jan 12 11:05:38 2014 +0100

    even better description
---
 debian/control | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index b4a9d4a..f35471f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,11 @@ Package: ruby-httparty
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-multi-json, ruby-multi-xml
-Description: Ruby library to ease consumption of restful web services
- HTTParty is a Ruby library encapsulating HTTP. The HTTParty module exposes all
- of the normal HTTP request methods, like GET, POST, PUT, and DELETE to easily
- build classes that can use Web-based APIs and related services.
+Description: quick web service consumption from any Ruby class
+ HTTParty is a Ruby library to build easily classes that can use
+ Web-based APIs and related services. At its simplest, the
+ HTTParty module is included within a class, which gives the class a
+ "get" method that can retrieve data over HTTP. Further directives,
+ however, instruct HTTParty to parse results (XML, JSON, and so on),
+ define base URIs for the requests, and define HTTP authentication
+ information.

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



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