File: control

package info (click to toggle)
ruby-appraiser 0.2.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: ruby: 261; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download | duplicates (2)
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
Source: ruby-appraiser
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Build-Depends: bundler,
               debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-colored,
               ruby-rails,
               ruby-rspec,
               ruby-webmock
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-appraiser.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-appraiser.git
Homepage: https://github.com/juno/appraiser
Testsuite: autopkgtest
XS-Ruby-Versions: all

Package: ruby-appraiser
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-colored,
         ruby-json,
         ${misc:Depends},
         ${shlibs:Depends}
Description: simple rubygems subcommand for Gemfile
 appraiser is a rubygems subcommand which displays gem information
 in a Gemfile. For each gem found, it will display its name, creators,
 the urls of the gem project, documentation and source code and will
 present a description of the gem.