File: control

package info (click to toggle)
ruby-simplecov-html 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 868 kB
  • sloc: javascript: 6,193; ruby: 128; makefile: 15
file content (30 lines) | stat: -rw-r--r-- 1,131 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
Source: ruby-simplecov-html
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>,
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libjs-highlight.js,
               libjs-jquery,
               libjs-jquery-fancybox,
               libjs-jquery-ui,
               ruby-sprockets
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-simplecov-html.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-simplecov-html
Homepage: https://github.com/colszowka/simplecov-html

Package: ruby-simplecov-html
Architecture: all
Depends: libjs-jquery,
         libjs-jquery-fancybox,
         libjs-jquery-ui,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: default HTML formatter for SimpleCov code coverage tool
 Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
 .
 Generates a nice HTML report of your SimpleCov ruby code coverage results on
 Ruby 1.9 using client-side Javascript quite extensively.