[DRE-commits] [nanoc] branch master updated (2bb6f25 -> af9b647)

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 20 15:29:11 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  2bb6f25   target unstable
      adds  a8c7fd3   New upstream version 4.8.0
       new  52d2624   Updated version 4.8.0 from 'upstream/4.8.0'
       new  da8d6c0   New upstream version 4.8.0
       new  d794a90   Bump Debhelper compatibility version to 10
       new  1e2c3bc   Adds support for asciidoctor filter
       new  e6d91a2   Refresh skip_tests_autopkgtest.patch
       new  af9b647   prepare changelog

The 6 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:
 Gemfile                                            |   1 +
 NEWS.md                                            |  12 +
 bin/nanoc                                          |   7 +
 debian/changelog                                   |   9 +
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/patches/skip_tests_autopkgtest.patch        |   4 +-
 lib/nanoc/base/entities/code_snippet.rb            |   2 +-
 lib/nanoc/base/entities/configuration.rb           |   2 +-
 lib/nanoc/base/entities/directed_graph.rb          | 137 +------
 lib/nanoc/base/entities/item.rb                    |   2 +-
 lib/nanoc/base/entities/item_collection.rb         |   2 +-
 lib/nanoc/base/entities/item_rep.rb                |   2 +-
 lib/nanoc/base/entities/layout.rb                  |   2 +-
 lib/nanoc/base/entities/layout_collection.rb       |   2 +-
 lib/nanoc/base/errors.rb                           |   7 +-
 lib/nanoc/base/feature.rb                          |   2 -
 lib/nanoc/base/services/item_rep_selector.rb       | 101 ++---
 lib/nanoc/cli/commands/compile.rb                  |   3 -
 .../compile_listeners/stack_prof_profiler.rb       |  24 --
 lib/nanoc/data_sources/filesystem.rb               |   2 +-
 lib/nanoc/filters.rb                               |   1 +
 lib/nanoc/filters/asciidoctor.rb                   |  13 +
 lib/nanoc/rule_dsl/rules_collection.rb             |   2 +-
 lib/nanoc/version.rb                               |   2 +-
 spec/nanoc/base/directed_graph_spec.rb             | 419 ++++++---------------
 .../base/entities/identifiable_collection_spec.rb  |   4 +-
 spec/nanoc/base/entities/item_spec.rb              |   2 +-
 spec/nanoc/base/entities/layout_spec.rb            |   2 +-
 spec/nanoc/base/errors/dependency_cycle_spec.rb    |  27 +-
 spec/nanoc/base/services/item_rep_selector_spec.rb |  41 ++
 spec/nanoc/filters/asciidoctor_spec.rb             |  12 +
 test/base/test_directed_graph.rb                   | 256 -------------
 33 files changed, 315 insertions(+), 795 deletions(-)
 delete mode 100644 lib/nanoc/cli/commands/compile_listeners/stack_prof_profiler.rb
 create mode 100644 lib/nanoc/filters/asciidoctor.rb
 create mode 100644 spec/nanoc/filters/asciidoctor_spec.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