1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: ruby-active-model-serializers
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 9~),
gem2deb,
ruby-activemodel,
ruby-rails,
ruby-sqlite3
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-active-model-serializers.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-active-model-serializers.git
Homepage: https://github.com/rails-api/active_model_serializers
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-active-model-serializers
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activemodel,
${misc:Depends},
${shlibs:Depends}
Description: Making it easy to serialize models for client-side use
Bringing consistency and object orientation to model serialization. Works
great for client-side MVC frameworks! ActiveModel::Serializers brings
convention over configuration to your JSON generation. AMS does this through
two components: serializers and adapters. Serializers describe which
attributes and relationships should be serialized. Adapters describe how
attributes and relationships should be serialized.
|