File: control

package info (click to toggle)
ruby-web-console 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 101
  • sloc: ruby: 537; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,457 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
Source: ruby-web-console
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb,
               ruby-activemodel (>= 4.0),
               ruby-binding-of-caller (>= 0.7.2),
               ruby-railties (>= 4.0),
               ruby-sprockets-rails (<< 4.0),
               ruby-sprockets-rails (>= 2.0)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-web-console.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-web-console.git
Homepage: https://github.com/rails/web-console
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-web-console
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activemodel (>= 4.0),
         ruby-binding-of-caller (>= 0.7.2),
         ruby-railties (>= 4.0),
         ruby-sprockets-rails (<< 4.0),
         ruby-sprockets-rails (>= 2.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby on Rails debugger
 The web console allows you to create an interactive Ruby session in your
 browser. Those sessions are launched automatically in case on an error, but
 they can also be launched manually in any page.
 .
 web-console is meant a debugging tool for Rails applications in development
 environments.