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-aruba
Section: ruby
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>,
Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
libjs-jquery,
rake (>= 13.0), rake (<< 14.0),
ruby-simplecov (>= 0.18.0), ruby-simplecov (<< 1.0),
ruby-rspec, ruby-rspec (<< 5.0),
ruby-json,
ruby-minitest,
rubocop,
ruby-contracts,
ruby-childprocess,
cucumber (>= 8),
ruby-contracts, ruby-contracts (<< 1.0),
ruby-rspec-expectations, ruby-rspec-expectations (<< 4.0),
ruby-thor (>= 1.0),
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aruba.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aruba
Homepage: https://github.com/cucumber/aruba
Testsuite: autopkgtest-pkg-ruby
Package: ruby-aruba
Architecture: all
Depends: libjs-jquery,
${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: Cucumber extension for CLI applications
Aruba is Cucumber extension for Command line applications written in any
programming language. Features at a glance:
.
* Test any command line application
* Manipulate the file system
* Create great HTML documentation based on your own Cucumber scenarios
|