[DRE-commits] [nanoc] branch master updated (af9b647 -> 0775a73)

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 change to branch master
in repository nanoc.

      from  af9b647   prepare changelog
      adds  5216328   New upstream version 4.8.5
       new  cffcf6f   Updated version 4.8.5 from 'upstream/4.8.5'
       new  51c0488   Remove dependency on (broken) ruby-compass (Closes: #875510)
       new  5decf9f   Bump Standards-Version to 4.1.0
       new  0775a73   prepare changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS.md                                            |  39 +++++++-
 debian/changelog                                   |   8 ++
 debian/control                                     |   4 +-
 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 +++---
 68 files changed, 681 insertions(+), 412 deletions(-)
 create mode 100644 spec/nanoc/checking/runner_spec.rb
 create mode 100644 spec/nanoc/cli/command_runner_spec.rb
 create mode 100644 spec/nanoc/cli_spec.rb
 delete mode 100644 test/cli/commands/test_info.rb

-- 
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