Package: nanoc / 4.4.7-3

Metadata

Package Version Patches format
nanoc 4.4.7-3 3.0 (quilt)

Patch series

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

README.md | 7 0 + 7 - 0 !
1 file changed, 7 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/checking/checks/test_css.rb | 6 3 + 3 - 0 !
test/checking/checks/test_html.rb | 2 1 + 1 - 0 !
test/helper.rb | 6 0 + 6 - 0 !
3 files changed, 4 insertions(+), 10 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
filter_out_nil_gemspec.patch | (download)

lib/nanoc/cli/error_handler.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 filter out nil gem specifications
 For some reason, for Ruby2.3, some specifications selected by gem_and_versions
 are nil, which causes error when trying to call #name on them
 selecting explicitly the non nil ones fixes the problem for now
no_w3c_validators.patch | (download)

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

 disable test requiring w3c_validators
encoding.patch | (download)

spec/contributors_spec.rb | 2 2 + 0 - 0 !
spec/nanoc/cli/commands/shell_spec.rb | 2 2 + 0 - 0 !
test/cli/commands/test_create_site.rb | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 force encoding to utf-8 to fix test in clean environment
skip_tests_autopkgtest.patch | (download)

test/base/test_context.rb | 2 1 + 1 - 0 !
test/base/test_directed_graph.rb | 2 1 + 1 - 0 !
test/cli/test_cli.rb | 2 1 + 1 - 0 !
test/helpers/test_link_to.rb | 2 1 + 1 - 0 !
test/test_gem.rb | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 skip tests which are failing in autopkgtest because of missing context
no_simplecov.patch | (download)

spec/spec_helper.rb | 3 0 + 3 - 0 !
test/helper.rb | 3 0 + 3 - 0 !
2 files changed, 6 deletions(-)

 do not load simplecov in tests