Package: nanoc / 3.7.3-1

Metadata

Package Version Patches format
nanoc 3.7.3-1 3.0 (quilt)

Patch series

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

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

 do not use gem_loader.rb, which relies on rubygems
deactivate_test_huge_site.patch | (download)

test/data_sources/test_filesystem_unified.rb | 2 1 + 1 - 0 !
test/data_sources/test_filesystem_verbose.rb | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 deactivate test about compiling huge sites
 these tests cause the following error:
 Errno::EMLINK: Too many links
no_rdoc4.patch | (download)

lib/nanoc/filters/rdoc.rb | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 do not force rdoc v4 with rubygems
deactivate_uglify_test.patch | (download)

test/filters/test_uglify_js.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 deactivate test failing with ruby-uglifier 1.x
no_bundler_no_loadpath_modif.patch | (download)

bin/nanoc | 16 0 + 16 - 0 !
1 file changed, 16 deletions(-)

 do not use bundler or mess with the load path
no_privacy_breach.patch | (download)

README.md | 8 0 + 8 - 0 !
doc/yardoc_templates/default/layout/html/footer.erb | 18 0 + 18 - 0 !
2 files changed, 26 deletions(-)

 remove privacy breaches from the documentation
 - Google AdSense footers,
 - links to Travis and Code Climate services,
 - code and documentation coverage status,
 - nanoc online logo.
no_vcr.patch | (download)

test/helper.rb | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 ruby-vcr is not yet available in debian archive
 - a package is in preparation
 - it is anyway used only in test/extra which are not run atm