ruby-bogus 0.1.6-2 source package in Ubuntu

Changelog

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

  [ Lucas Albuquerque Medeiros de Moura ]
  * Team upload.
  * Create patch to remove relative import in clean_ruby_spec.rb
  * Update clean_spec_helper.patch for the new upstream code
  * debian/rules: Add check-dependencies command

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.8 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Wed, 15 Jun 2016 16:23:16 +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
Focal release universe misc
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-bogus_0.1.6-2.dsc 1.7 KiB 83737bb2d16ecd333b24a72c012e973b48af6c131edbc08bca0eaa4a56fd7d5d
ruby-bogus_0.1.6.orig.tar.gz 52.8 KiB f496bf100fd463f418b429e05a7458f4f5aa8c7e881ed443b273acd5904893c5
ruby-bogus_0.1.6-2.debian.tar.xz 3.6 KiB 45f9fca1adcd7dcad8590db0d2d563e18de9c25677d2613fccdd6c9b51a84d25

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.