File: control

package info (click to toggle)
ruby-bourne 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 261
  • sloc: ruby: 1,353; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,037 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
Source: ruby-bourne
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-mocha (>= 1.1)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bourne.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bourne.git
Homepage: http://github.com/thoughtbot/bourne
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-bourne
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-mocha (>= 1.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: adds test spies to mocha
 Extends mocha to allow detailed tracking and querying of
 stub and mock invocations. Allows test spies using the have_received rspec
 matcher and assert_received for Test::Unit. Extracted from the
 jferris-mocha fork.