ruby-rantly 2.0.0-3 source package in Ubuntu

Changelog

ruby-rantly (2.0.0-3) unstable; urgency=medium

  * Team upload
  * Remove coveralls and simplecov from test_helper as setup not ready to run
    twice with different ruby versions (Closes: #1019650)
  * Do not build-depend on ruby-coveralls or ruby-simplecov
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Sun, 20 Nov 2022 22:58:37 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rantly_2.0.0-3.dsc 1.4 KiB 47da9143255ecc5361b8880532b4641de70e8d323c796fb6cc8388aa1e86ed13
ruby-rantly_2.0.0.orig.tar.gz 14.2 KiB c210f72d1f3b61acece2e9b778a64dc8c7b1f6caa087cfe24932a7abe1ebb775
ruby-rantly_2.0.0-3.debian.tar.xz 2.9 KiB 6ed9920c3d810050ca38d84bb776eac4b9bae37e592dc8d43c41e3d2bd86843d

Available diffs

No changes file available.

Binary packages built by this source

ruby-rantly: Ruby Imperative Random Data Generator and Quickcheck

 You can use Rantly to generate random test data, and use its Test::Unit
 extension for property-based testing. Rantly is basically a recursive descent
 interpreter, each of its method returns a random value of some type (string,
 integer, float, etc.).