debian/0000755000000000000000000000000012574120305007165 5ustar debian/patches/0000755000000000000000000000000012574120305010614 5ustar debian/patches/series0000644000000000000000000000006012574120305012025 0ustar 0001-Do-not-use-pry-debugger-to-run-specs.patch debian/patches/0001-Do-not-use-pry-debugger-to-run-specs.patch0000644000000000000000000000077112574120305021101 0ustar From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= Date: Tue, 26 Mar 2013 17:57:08 +0000 Subject: Do not use pry-debugger to run specs --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,10 +1,5 @@ require 'rspec' require 'rspec/retry' -if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2') - require "pry-debugger" -else - require "pry-byebug" -end RSpec.configure do |config| config.verbose_retry = true debian/watch0000644000000000000000000000015312574120305010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rspec-retry .*/rspec-retry-(.*).tar.gz debian/source/0000755000000000000000000000000012574120305010465 5ustar debian/source/format0000644000000000000000000000001412574120305011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000176412574120305011047 0ustar ruby-rspec-retry (0.4.3-1) unstable; urgency=medium * New upstream version. * Update homepage location. * Update debian/copyright. * Switch to debhelper compat level 9. -- Jérémy Bobbio Wed, 09 Sep 2015 23:12:14 +0200 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 Sat, 08 Aug 2015 09:54:20 -0300 ruby-rspec-retry (0.3.0-1) unstable; urgency=low [ Jérémy Bobbio ] * New upstream version. * Remove obsolete patch. * Bump Standards-Version, no changes required. [ Cédric Boutillier ] * Use canonical URI in Vcs-* fields. -- Jérémy Bobbio Sat, 03 May 2014 15:47:17 +0200 ruby-rspec-retry (0.2.0-1) unstable; urgency=low * Initial release (Closes: #704002) -- Jérémy Bobbio Wed, 27 Mar 2013 16:39:15 +0100 debian/copyright0000644000000000000000000000306712574120305011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rspec-retry Source: https://github.com/NoRedInk/rspec-retry Files: * Copyright: 2015 Michael Glass 2012 Yusuke Mito License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2013-2015 Jérémy Bobbio License: permissive Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. debian/compat0000644000000000000000000000000212574120305010363 0ustar 9 debian/ruby-tests.rake0000644000000000000000000000016312574120305012152 0ustar require 'gem2deb/rake/spectask' Gem2Deb::Rake::RSpecTask.new do |spec| spec.pattern = './spec/**/*_spec.rb' end debian/control0000644000000000000000000000204012574120305010564 0ustar Source: ruby-rspec-retry Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 9), gem2deb, rake, ruby-rspec, ruby-rspec-core Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rspec-retry.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rspec-retry.git Homepage: https://github.com/NoRedInk/rspec-retry Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-rspec-retry Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-rspec-core, ${misc:Depends}, ${shlibs:Depends} Description: 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. debian/rules0000755000000000000000000000016012574120305010242 0ustar #!/usr/bin/make -f export GEM2DEB_TEST_RUNNER = --check-dependencies %: dh $@ --buildsystem=ruby --with ruby debian/gbp.conf0000644000000000000000000000003612574120305010603 0ustar [DEFAULT] pristine-tar = True debian/ruby-rspec-retry.docs0000644000000000000000000000001212574120305013266 0ustar README.md