ruby-rantly 3.0.0-1 source package in Ubuntu

Changelog

ruby-rantly (3.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop {XS,XB}-Ruby-Versions from control.
  * Drop reverse-applicable
    0002-Conditionally-load-MiniTest-compatibility-layer.patch.
  * Update Standards-Version to 4.7.2, no changes needed.

 -- Simon Quigley <email address hidden>  Wed, 19 Nov 2025 11:50:47 -0600

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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
ruby-rantly_3.0.0-1.dsc 2.0 KiB fc97988f9865db57e43d70e00231724c65dab329b424309827885ddd406a781f
ruby-rantly_3.0.0.orig.tar.gz 14.3 KiB 11570d13761de72c167fda0f2ea47ca17a3471b14837ac3c35b90f47e0d1b3e0
ruby-rantly_3.0.0-1.debian.tar.xz 3.1 KiB e07fb73bbf55205248f39294edd00cb238330497ea102cd42c1a96e5fb2034bd

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.).