ruby-simplecov 0.22.0-1 source package in Ubuntu

Changelog

ruby-simplecov (0.22.0-1) unstable; urgency=medium

  * Team upload.
  * Fix debian/watch
  * New upstream version 0.22.0
  * Add patch 0003-fix-keywords-arg-vs-hash-for-rspec3.12-see-bug-10270.patch.
    Closes: #1027089
  * Refresh packaging using dh-make-ruby
  * Add patch 0004-Fix-requires-so-that-they-work-inside-autopkgtest.patch
  * Remove redundant entry in Build-Depends

 -- Lucas Nussbaum <email address hidden>  Thu, 29 Dec 2022 15:52:50 +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-simplecov_0.22.0-1.dsc 2.1 KiB 2449b2c6f0196031d1cf5dc2eafb859021e8aba539b733ac7449fed29f7d7e0d
ruby-simplecov_0.22.0.orig.tar.gz 112.5 KiB 6bd6a14d236e11e07f03a965aeb7f9d1a2961e633f42be5245e1481157e37694
ruby-simplecov_0.22.0-1.debian.tar.xz 5.5 KiB d205cc14a8a35a04f65c2898352520c4bf2e5b181d8d776f28ea1293209acf95

Available diffs

No changes file available.

Binary packages built by this source

ruby-simplecov: code coverage for Ruby 1.9+

 Code coverage for Ruby 1.9 with a powerful configuration library and automatic
 merging of coverage across test suites.
 .
 It uses 1.9's built-in Coverage library to gather code coverage data, but makes
 processing its results much easier by providing a clean API to filter, group,
 merge, format and display those results, thus giving you a complete code
 coverage suite that can be set up with just a couple lines of code.