[DRE-commits] [ruby-octokit] 01/01: Improve package description
Miguel Landaeta
nomadium at moszumanska.debian.org
Thu Mar 6 03:09:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-octokit.
commit b418d3e9009c21d6e07d8cb23685f1541764f9d7
Author: Miguel Landaeta <nomadium at debian.org>
Date: Thu Mar 6 00:05:15 2014 -0300
Improve package description
---
debian/control | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f4eab2e..4fcf82a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~),
- ruby-coveralls, ruby-sawyer (>= 0.5.2)
+ ruby-coveralls, ruby-sawyer (>= 0.5.2~), ruby-rspec
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-octokit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-octokit.git;a=summary
@@ -17,4 +17,14 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-sawyer (>= 0.5.2~)
Description: Ruby toolkit for working with the GitHub API
- Simple wrapper for the GitHub API
+ ruby-octokit wraps the GitHub API in a flat API client that follows Ruby
+ conventions and requires little knowledge of REST.
+ .
+ It provides all expected features needed to interact with Github or
+ any other implementation of their API:
+ .
+ - Authenticated (basic and oauth) and unauthenticated requests.
+ - Access to all resources and fields.
+ - Direct access to HTTP response headers if needed.
+ - Pagination.
+ - Hypermedia features (ruby-octokit is built on top of ruby-sawyer).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-octokit.git
More information about the Pkg-ruby-extras-commits
mailing list