[DRE-commits] [ruby-docker-api] 01/03: d/control: Improve package description
Miguel Landaeta
nomadium at moszumanska.debian.org
Sun Mar 16 17:18:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-docker-api.
commit 45ac9adbaf317bd756d46437fcc915d7902e0aaf
Author: Miguel Landaeta <nomadium at debian.org>
Date: Sun Mar 16 12:33:50 2014 -0300
d/control: Improve package description
---
debian/control | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 24330b0..2070b7c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,5 +17,10 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-excon (>= 0.28), ruby-archive-tar-minitar
Description: Ruby gem to interact with docker.io remote API
- This Ruby gem provides an object-oriented interface to the Docker
+ ruby-docker-api gem provides an object-oriented interface to the Docker
Remote API and a complete client implementation.
+ .
+ ruby-docker-api is designed to be very lightweight. Almost no state
+ is cached (aside from id's which are immutable) to ensure that each
+ method call's information is up to date. As such, just about every
+ external method represents an API call.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-docker-api.git
More information about the Pkg-ruby-extras-commits
mailing list