ruby-spy 1.0.1-2 source package in Ubuntu

Changelog

ruby-spy (1.0.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + ruby-spy: Add Multi-Arch: foreign.

  [ Cédric Boutillier ]
  * Remove more pry-related requirement in test helpers (Closes: #1054731)
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Remove X?-Ruby-Versions fields from d/control

 -- Cédric Boutillier <email address hidden>  Wed, 22 Nov 2023 11:14:28 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-spy_1.0.1-2.dsc 1.4 KiB 9e8640190d377d4fd9f5291bb6402bac7c4f7f2f92cd01656514da1f148d12c0
ruby-spy_1.0.1.orig.tar.gz 28.6 KiB 64e2d2d176dd3ac02cd17e1da8155fc417a4ad8325269e149e411398d708068a
ruby-spy_1.0.1-2.debian.tar.xz 3.4 KiB 68675f32738b225d3104d881b29fca2f685266e06cb23c25205c9b04f4860ef4

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.