Package: ruby-simplecov-html / 0.13.2-1

Metadata

Package Version Patches format
ruby-simplecov-html 0.13.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix paths.patch | (download)

lib/simplecov-html.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix paths to public and views
 public and views are installed in /usr/share/
 and library should use those paths to access them
dont touch load path.patch | (download)

lib/simplecov-html.rb | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 avoid touching the $load_path
 This fixes getting coverage report on a project that is also already installed
 locally as a Debian package