ruby-rspec-retry 0.6.2-2 source package in Ubuntu

Changelog

ruby-rspec-retry (0.6.2-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Daniel Leidert ]
  * d/control: Add Testsuite and Rules-Requires-Root fields.
    (Build-Depends): Bump debhelper to version 13.
    (Standards-Version): Bump to 4.6.0.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/rules: Use gem installation layout and install upstream changelog.
  * d/watch: Bump to version 4.
  * d/patches/0002-Workaround-class-variable-issues.patch: Add patch.
    - Work around the usage of class variables in tests (closes: #996378).
  * d/patches/series: Enable new patch.
  * d/tests/*: Remove files in favor of Testsuite field in d/control.
  * d/upstream/metadata: Add missing fields.

 -- Daniel Leidert <email address hidden>  Sat, 27 Nov 2021 05:39:26 +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-rspec-retry_0.6.2-2.dsc 2.0 KiB 389c0b29ba1a2b5664240c7fb6d488de813104e8051e8dcdad7cf0588b91c263
ruby-rspec-retry_0.6.2.orig.tar.gz 10.0 KiB a7d713604dd03a7a43fb4257300ce084f059bd5b3314ea1c3fb97ea8f578c0c2
ruby-rspec-retry_0.6.2-2.debian.tar.xz 4.1 KiB 32be01fadeab162fa5ee39045fcbcd1f5175604eda518bd4967dab3940838067

Available diffs

No changes file available.

Binary packages built by this source

ruby-rspec-retry: add support for retrying failing examples in RSpec

 RSpec is a Behaviour Driven Development framework for Ruby. This extension
 adds a `:retry` option to RSpec examples that will make RSpec retry multiple
 times a failing example.