ruby-bogus 0.1.6-3 source package in Ubuntu

Changelog

ruby-bogus (0.1.6-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root field.
    (Standards-Version): Bump to 4.6.0.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/ruby-tests.rake: Exclude 2.0/2.1 tests with Ruby 3.0 (closes: #996140).
  * d/rules: Use gem installation layout.
  * d/watch: Update file to use secure gemwatch URL.
  * d/upstream/metadata: Add missing fields.

 -- Daniel Leidert <email address hidden>  Mon, 22 Nov 2021 00:10:07 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-bogus_0.1.6-3.dsc 2.0 KiB c3bd7f8b7510cbe1dc0aac9a35244fc1763f188185fdfea0f96af09bc15684f0
ruby-bogus_0.1.6.orig.tar.gz 52.8 KiB f496bf100fd463f418b429e05a7458f4f5aa8c7e881ed443b273acd5904893c5
ruby-bogus_0.1.6-3.debian.tar.xz 4.0 KiB 035cf77f4bff59b30de15d5cbbe1956e4ae4bf244da0a3c20b14a6e534199c7d

Available diffs

No changes file available.

Binary packages built by this source

ruby-bogus: library creating fakes to make isolated unit tests reliable

 Bogus is a Ruby library aiming at making unit tests more reliable by
 ensuring that one doesn't stub or mock methods that don't actually exist in
 the mocked objects.