ruby-spy 0.4.3-1 source package in Ubuntu

Changelog

ruby-spy (0.4.3-1) unstable; urgency=medium

  * Bump debhelper compatibility level to 9
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Run wrap-and-sort on packaging files
  * Imported Upstream version 0.4.3

 -- Cédric Boutillier <email address hidden>  Wed, 06 Jul 2016 22:40:48 +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-spy_0.4.3-1.dsc 1.6 KiB b239ed56ebca42dfa0e4be28cf9d25f52cd46034e35bed281bddb2971ae5b038
ruby-spy_0.4.3.orig.tar.gz 27.7 KiB c875c2747bd8c15ad0decc81a1e598c5a73d58f852baa5d5913afb7e5a8d989d
ruby-spy_0.4.3-1.debian.tar.xz 7.9 KiB 9e6be5a7d40dc218c2519137505c4f3ed7773237fccb4159de122f6d7eb1d611

Available diffs

No changes file available.

Binary packages built by this source

ruby-spy: simple modern mocking library using the spy pattern

 Spy is a mocking library that was made for the modern age. It uses
 that uses the spy pattern and checks method's existence and arity:
 Spy by default will raise an error if you attempt to stub a method that
 doesn't exist or call the stubbed method with the wrong arity.