File: control

package info (click to toggle)
ruby-gon 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 476 kB
  • ctags: 156
  • sloc: ruby: 1,455; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download
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
38
Source: ruby-gon
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,
               rake,
               ruby-actionpack | ruby-actionpack-3.2,
               ruby-jbuilder,
               ruby-multi-json,
               ruby-oj | ruby-json,
               ruby-rabl (>=0.11.4~),
               ruby-rabl-rails (>= 0.4~),
               ruby-request-store,
               ruby-rspec
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-gon.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gon.git
Homepage: https://github.com/gazay/gon
XS-Ruby-Versions: all

Package: ruby-gon
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-multi-json,
         ruby-oj | ruby-json,
         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.