ruby-riot 0.12.7-2 source package in Ubuntu

Changelog

ruby-riot (0.12.7-2) unstable; urgency=medium

  * Remove version in the gem2deb build-dependency
  * Run wrap-and-sort on packaging files
  * Point watch file to gemwatch.debian.net
  * Use salsa.debian.org in Vcs-* fields
  * Bump debhelper compatibility level to 11
  * Fix temporarily test failures with ruby2.5 (Closes: #888171)
  * Bump Standards-Version to 4.1.5 (no changes needed)
  * Set Testsuite to autopkg-pkg-ruby

 -- Cédric Boutillier <email address hidden>  Wed, 01 Aug 2018 00:35:49 +0200

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
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-riot_0.12.7-2.dsc 1.6 KiB f70df1abdd35f104ef287bc841f55015503ab1d48c32985490e363ef0340e79c
ruby-riot_0.12.7.orig.tar.gz 45.3 KiB a49efeeb436daf361f237302ac32b3dcc34f75e50638363241bdce2bbb52e69f
ruby-riot_0.12.7-2.debian.tar.xz 3.3 KiB cc731d8ee09a978acde94b7e44973dddea4c22b1321218b24d467e79cd316970

Available diffs

No changes file available.

Binary packages built by this source

ruby-riot: fast, expressive, and context-driven unit-testing framework for Ruby

 Riot is a fast, expressive, and context-driven unit-testing framework for the
 Ruby programming language.
 .
 In contrast to other popular Ruby testing frameworks such as Test::Unit,
 Shoulda and RSpec, Riot does not run a setup and teardown sequence before and
 after each test. In Riot, tests separated in "contexts" in which a "topic"
 object is defined, and assertions on this object are made.