File: control

package info (click to toggle)
ruby-combustion 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: ruby: 524; makefile: 16
file content (39 lines) | stat: -rw-r--r-- 1,386 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
39
Source: ruby-combustion
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: debhelper (>= 11~),
               node-marked-man,
               gem2deb,
               rubocop,
               ruby-mysql2,
               ruby-pg,
               ruby-rspec,
               ruby-sqlite3,
               bundler,
               rubygems-integration,
               rails
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-combustion.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-combustion
Homepage: https://github.com/pat/combustion
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-combustion
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (>= 3.0.0),
         ruby-railties (>= 3.0.0),
         ruby-thor (>= 0.14.6),
         ${misc:Depends},
         ${shlibs:Depends}
Description: elegant rails engine testing
 Ruby 'combustion' is a library to help you test your Rails Engines
 in a simple and effective manner, instead of creating a full Rails
 application in your spec or test folder.
 .
 It allows you to write your specs within the context of your engine,
 using only the parts of a Rails app you need.