[DRE-commits] [ruby-grape-entity] 04/07: Fix debian/control

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Tue Jul 7 13:01:38 UTC 2015


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-grape-entity.

commit dfbb52f97bea9689ccf56b6db3a03f139e3184a0
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Thu Jul 2 17:56:27 2015 +0300

    Fix debian/control
---
 debian/control | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2775ac3..86d25be 100644
--- a/debian/control
+++ b/debian/control
@@ -24,5 +24,10 @@ Depends: ruby | ruby-interpreter,
          ruby-multi-json (>= 1.3.2),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: A simple facade for managing the relationship between your model and API.
- Extracted from Grape, A Ruby framework for rapid API development with great conventions.
+Description: Entity support to API frameworks, such as Grape
+ This library adds Entity support to API frameworks, such as Grape. Grape's
+ Entity is an API focused facade that sits on top of an object model.
+ .
+ Entities are a reusable means for converting Ruby objects to API responses.
+ Entities can be used to conditionally include fields, nest other entities, and
+ build ever larger responses, using inheritance.

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



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