Source: ruby-acts-as-api
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb,
               ruby-activemodel,
               ruby-activesupport,
               ruby-rack
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-acts-as-api.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-acts-as-api
Homepage: https://github.com/fabrik42/acts_as_api
Testsuite: autopkgtest-pkg-ruby

Package: ruby-acts-as-api
Architecture: all
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.
