[DRE-commits] [nanoc] 01/04: Updated version 4.8.5 from 'upstream/4.8.5'

Cédric Boutillier boutil at moszumanska.debian.org
Tue Sep 12 14:20:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository nanoc.

commit cffcf6f22e2512b16379ea5ed8c2d70bc1922a6f
Merge: af9b647 5216328
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 12 15:44:51 2017 +0200

    Updated version 4.8.5 from 'upstream/4.8.5'
    
    with Debian dir e42bfb76e4cce8c69cb03f1cce0867d59375d92b

 NEWS.md                                            |  39 +++++++-
 lib/nanoc/base/entities/directed_graph.rb          |  64 ++++--------
 lib/nanoc/base/entities/document.rb                |   7 +-
 lib/nanoc/base/entities/identifier.rb              |  13 ++-
 lib/nanoc/base/entities/props.rb                   |   4 +
 lib/nanoc/checking/runner.rb                       |   9 +-
 lib/nanoc/cli.rb                                   |  10 +-
 lib/nanoc/cli/command_runner.rb                    |  54 ++++++-----
 lib/nanoc/cli/commands/check.rb                    |   4 +-
 lib/nanoc/cli/commands/compile.rb                  |  14 +--
 .../cli/commands/compile_listeners/abstract.rb     |   2 +-
 .../commands/compile_listeners/debug_printer.rb    |   2 +-
 .../commands/compile_listeners/diff_generator.rb   |   4 +-
 .../compile_listeners/file_action_printer.rb       |   6 ++
 .../commands/compile_listeners/timing_recorder.rb  |   2 +-
 lib/nanoc/cli/commands/deploy.rb                   |   8 +-
 lib/nanoc/cli/commands/prune.rb                    |  10 +-
 lib/nanoc/cli/commands/shell.rb                    |   4 +-
 lib/nanoc/cli/commands/show-data.rb                |  10 +-
 lib/nanoc/cli/commands/show-plugins.rb             |   1 +
 lib/nanoc/cli/commands/show-rules.rb               |  10 +-
 lib/nanoc/cli/commands/view.rb                     |  12 ++-
 lib/nanoc/cli/logger.rb                            |   5 +-
 lib/nanoc/spec.rb                                  |  10 ++
 lib/nanoc/version.rb                               |   2 +-
 spec/nanoc/base/directed_graph_spec.rb             |  72 ++++----------
 spec/nanoc/base/entities/document_spec.rb          |  30 ++++++
 spec/nanoc/base/entities/identifier_spec.rb        |  16 ++-
 spec/nanoc/base/item_rep_writer_spec.rb            |   2 +-
 spec/nanoc/base/services/executor_spec.rb          |   2 +-
 spec/nanoc/base/views/document_view_spec.rb        |  26 ++---
 spec/nanoc/base/views/item_rep_view_spec.rb        |  30 +++---
 spec/nanoc/base/views/item_view_spec.rb            |  33 ++++---
 spec/nanoc/base/views/layout_view_spec.rb          |   4 +-
 .../nanoc/base/views/mutable_document_view_spec.rb |   6 +-
 .../mutable_identifiable_collection_view_spec.rb   |   8 +-
 .../views/mutable_item_collection_view_spec.rb     |  10 +-
 spec/nanoc/base/views/mutable_item_view_spec.rb    |   6 +-
 .../views/mutable_layout_collection_view_spec.rb   |  10 +-
 spec/nanoc/base/views/mutable_layout_view_spec.rb  |   4 +-
 .../base/views/post_compile_item_rep_view_spec.rb  |   2 +-
 spec/nanoc/checking/runner_spec.rb                 |  26 +++++
 spec/nanoc/cli/command_runner_spec.rb              | 107 +++++++++++++++++++++
 .../cli/commands/compile/diff_generator_spec.rb    |   6 +-
 .../commands/compile/file_action_printer_spec.rb   |  38 +++++++-
 spec/nanoc/cli/commands/show_data_spec.rb          |   4 +
 spec/nanoc/cli/commands/show_rules_spec.rb         |  14 +--
 spec/nanoc/cli/commands/view_spec.rb               |  13 +++
 spec/nanoc/cli_spec.rb                             |  44 +++++++++
 spec/nanoc/data_sources/filesystem_spec.rb         |   2 +-
 spec/nanoc/helpers/blogging_spec.rb                |  36 +++----
 spec/nanoc/helpers/link_to_spec.rb                 |  16 +--
 spec/spec_helper.rb                                |  15 ++-
 test/base/test_data_source.rb                      |  16 +--
 test/base/test_directed_graph.rb                   |  24 +----
 test/base/test_item_array.rb                       |  22 ++---
 test/cli/commands/test_compile.rb                  |   4 +-
 test/cli/commands/test_info.rb                     |   9 --
 test/filters/test_handlebars.rb                    |   6 +-
 test/filters/test_mustache.rb                      |   4 +-
 test/filters/test_relativize_paths.rb              |  58 +++++------
 test/filters/test_sass.rb                          |   2 +-
 test/filters/test_xsl.rb                           |  12 +--
 test/helper.rb                                     |   4 +-
 test/helpers/test_capturing.rb                     |   2 +-
 test/helpers/test_xml_sitemap.rb                   |  30 +++---
 66 files changed, 672 insertions(+), 409 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/nanoc.git



More information about the Pkg-ruby-extras-commits mailing list