ruby-spy 1.0.1-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + ruby-spy: Add :any qualifier for ruby dependency.

  [ Lucas Kanashiro ]
  * New upstream version 1.0.1 (Closes: #996512)
  * Update patches
  * Add b-d on ruby-pry-byebug
  * Add b-d on ruby-minitest-reporters
  * Add runtime dependency on ${ruby:Depends}
  * d/watch: bump to version 4 and update to use gemwatch.d.n
  * Bump debhelper compatibility level to 13
  * Declare compliance with Debian Policy 4.6.0
  * d/control: rules does not require root

 -- Lucas Kanashiro <email address hidden>  Fri, 05 Nov 2021 16:49:06 -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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-spy_1.0.1-1.dsc 2.0 KiB 716d9c60a48ee3015c1b5eab995c0445d6182f2374b68cb643acbfc20eb871ad
ruby-spy_1.0.1.orig.tar.gz 28.6 KiB 64e2d2d176dd3ac02cd17e1da8155fc417a4ad8325269e149e411398d708068a
ruby-spy_1.0.1-1.debian.tar.xz 3.4 KiB 85e6bfae3ca1f0ed52471130aeb3629ff5aa8868a60def26817c5578b6dac006

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.