Package: rerun / 0.11.0-1

Metadata

Package Version Patches format
rerun 0.11.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Read version number from installed gemspec.patch | (download)

lib/rerun/options.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 read version number from installed gemspec


0002 Turn README into a manpage.patch | (download)

README.md | 204 12 + 192 - 0 !
1 file changed, 12 insertions(+), 192 deletions(-)

 turn readme into a manpage


0003 Fix Object timeout deprecation warning in Ruby 2.3.patch | (download)

lib/rerun/runner.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix object#timeout deprecation warning in ruby 2.3

Fix the following warning by explicitly including the Timeout module, rather
than relying on Object#timeout:

lib/rerun/runner.rb:254:in `stop': Object#timeout is deprecated,
use Timeout.timeout instead.