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
|
Source: ruby-power-assert
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>,
Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
ruby-bundler,
ruby-byebug,
ruby-simplecov,
ruby-test-unit,
pry
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-power-assert
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-power-assert.git
Homepage: https://github.com/k-tsj/power_assert
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-power-assert
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: library showing values of variables and method calls in an expression
Power Assert shows each value of variables and method calls in the
expression. It is useful for testing, providing which value wasn't
correct when the condition is not satisfied.
|