Package: ruby-simplecov / 0.22.0-4

Metadata

Package Version Patches format
ruby-simplecov 0.22.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 gemspec drop dependency on simplecov_json_formatter.patch | (download)

simplecov.gemspec | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 gemspec: drop dependency on simplecov_json_formatter

That dependency is only needs on very special cases.

ruby vers aware tests.patch | (download)

spec/coverage_for_eval_spec.rb | 2 1 + 1 - 0 !
spec/return_codes_spec.rb | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 run tests with right ruby version rather than /usr/bin/ruby

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019666
0003 fix keywords arg vs hash for rspec3.12 see bug 10270.patch | (download)

spec/simplecov_spec.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix keywords arg vs hash for rspec3.12 (see bug #1027089)


0004 Fix requires so that they work inside autopkgtest.patch | (download)

spec/fixtures/deleted_source_sample.rb | 4 2 + 2 - 0 !
spec/fixtures/frameworks/rspec_bad.rb | 4 2 + 2 - 0 !
spec/fixtures/frameworks/rspec_good.rb | 4 2 + 2 - 0 !
spec/fixtures/frameworks/testunit_bad.rb | 4 2 + 2 - 0 !
spec/fixtures/frameworks/testunit_good.rb | 4 2 + 2 - 0 !
5 files changed, 10 insertions(+), 10 deletions(-)

 fix requires so that they work inside autopkgtest


0005 Skip tests that are failing due to a warning message.patch | (download)

spec/return_codes_spec.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip tests that are failing due to a warning message

There is no real regression.

0006 warning Calling Kernel open with a leading is deprec.patch | (download)

spec/result_merger_spec.rb | 29 14 + 15 - 0 !
1 file changed, 14 insertions(+), 15 deletions(-)

 :warning: calling kernel#open with a leading '|' is deprecated and
 will be removed in Ruby 4.0;

use IO.popen instead

0007 fix coverage report format.patch | (download)

spec/coverage_for_eval_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix formatting of coverage report format