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 32 33 34 35 36 37
|
Source: ruby-gon
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
ruby-actionpack,
ruby-jbuilder,
ruby-multi-json (>= 1.14~),
ruby-rabl (>= 0.11.4~),
ruby-rabl-rails (>= 0.4~),
ruby-request-store,
ruby-rspec
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gon.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gon
Homepage: https://github.com/gazay/gon
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-gon
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-multi-json (>= 1.14~),
ruby-request-store,
${misc:Depends},
${shlibs:Depends}
Recommends: ruby-jbuilder,
ruby-rabl,
ruby-rabl-rails
Description: Ruby library to send data to JavaScript from a Ruby application
Gon is a Ruby library allowing one to easily send the content of
variables of a Ruby web application to JavaScript. It supports JBuilder,
Rabl and Rabl-Rails.
|