ruby-simplecov 0.16.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 0.16.1
  * Bump debhelper compatibility level to 11
  * Declare compliance with Debian Policy 4.1.5
  * Update VCS urls to point to salsa
  * debian/control: use https:// instead of http:// in Homepage field
  * Update years of upstream copyright
  * debian/copyright: use https:// in Format and Source fields
  * Update patches
  * debian/watch: use gemwatch.debian.net

 -- Lucas Kanashiro <email address hidden>  Sun, 22 Jul 2018 05:34:56 -0300

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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-simplecov_0.16.1-1.dsc 2.1 KiB d2d6b0209561787412d1534f670d738afbcfab8e9ac389454fd6347f4202a35e
ruby-simplecov_0.16.1.orig.tar.gz 35.7 KiB cc04b4e80387b21debc912c1f5d100813b90cc0e90e708681d091305cf17594a
ruby-simplecov_0.16.1-1.debian.tar.xz 3.1 KiB 4569f0386ddeb3f56d039b7b4dad389f48059167fdc5a0ca4d4539b62a0bd681

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.