Source: ruby-jbuilder
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rails,
               ruby-activesupport (<< 2:5),
               ruby-activesupport (>= 2:3.0.0),
               ruby-mocha (>=0.13~),
               ruby-multi-json (>= 1.2)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-jbuilder.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-jbuilder.git
Homepage: https://github.com/rails/jbuilder
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-jbuilder
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (<< 2:5),
         ruby-activesupport (>= 2:3.0.0),
         ruby-multi-json (>= 1.2),
         ${misc:Depends},
         ${shlibs:Depends}
Description: creation of JSON structures via a Builder-style DSL
 Jbuilder gives you a simple domain-specific language in Ruby for declaring
 JSON structures that beats massaging giant hash structures. It is particularly
 helpful when the generation process is fraught with conditionals and loops.
 .
 Jbuilder can be used stand-alone or as an ActionView template language for
 Rails.
