Package: ruby-simplecov-html / 0.12.3-1

Metadata

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

Patch series

view the series file
Patch File delta Description
remove rubygems bundler.patch | (download)

lib/simplecov-html.rb | 2 1 + 1 - 0 !
test/helper.rb | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 remove rubygems and bundler
 apt takes care of the required dependencies.
 we note down dependencies in debian/control.
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