ruby-rspec-retry 0.4.2-1 source package in Ubuntu

Changelog

ruby-rspec-retry (0.4.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - fixes the test suite (Closes: #794135)
  * Refresh patches
  * Update packaging with a new dh-make-ruby run

 -- Antonio Terceiro <email address hidden>  Sat, 08 Aug 2015 09:54:20 -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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rspec-retry_0.4.2-1.dsc 2.1 KiB bb4450f5fe632c8546e5f35e01ca3445c0812026403b4ecb07d888790389e95c
ruby-rspec-retry_0.4.2.orig.tar.gz 6.1 KiB d26e0a111e2f2103ad5aa84567d66dd90ac8be2f9079315dae5614441fd70a92
ruby-rspec-retry_0.4.2-1.debian.tar.xz 2.6 KiB af1ac7216f06ca23c3a8166f3b15ef3a59de3256dc11629cbe3f6e86f12f7e8c

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.