[DRE-commits] [ruby-acts-as-api] 04/07: update deps, description, vcs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 7 05:02:08 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-acts-as-api.

commit a38d3b0acd916aa4f05714df60193adb432ab07e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 24 16:19:00 2014 +0530

    update deps, description, vcs
---
 debian/control | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 7c87ab0..206eac7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,23 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-acts-as-api.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-acts-as-api.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-acts-as-api.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-acts-as-api.git;a=summary
 Homepage: https://github.com/fabrik42/acts_as_api
 XS-Ruby-Versions: all
 
 Package: ruby-acts-as-api
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activemodel (>= 3.0.0), activesupport (>= 3.0.0), rack (>= 1.1.0), rails (>= 3.2.16, development), mongoid (>= 3.0.1, development)
-Description: Makes creating XML/JSON responses in Rails 3 easy and fun.
- acts_as_api enriches the models and controllers of your app in a rails-like way so you can easily determine how your XML/JSON API responses should look like.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-activemodel, ruby-activesupport, ruby-rack
+Description: makes creating XML/JSON responses in Rails 3 easy and fun
+ It provides a simple interface to determine the representation of your
+ model data, that should be rendered in your API responses.
+ .
+ In addition to Rails it theoretically can be used with any ruby app and
+ any database (__ActiveRecord__ and __Mongoid__ are supported out of the
+ box) as it only has few dependencies.
+ .
+ The lib is _very_ fast in generating your responses and battle tested in
+ production with platforms like Diaspora or flinc.

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



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