[DRE-commits] [nanoc] 08/09: Merge tag 'upstream/4.7.8' into experimental

Cédric Boutillier boutil at moszumanska.debian.org
Sat Apr 22 22:51:02 UTC 2017


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

boutil pushed a commit to branch experimental
in repository nanoc.

commit 7361554c674e652359ffe398e5be8b91e314ca3a
Merge: 3ec23b1 80b528e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Apr 22 23:14:08 2017 +0200

    Merge tag 'upstream/4.7.8' into experimental
    
    Upstream version 4.7.8
    
    # gpg: Signature faite le sam. 22 avril 2017 23:14:07 CEST
    # gpg:                avec la clef RSA 9CCD6B319DBF8E40AB1ABD1A89AF82B739CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> » [ultime]
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #    Empreinte de la sous-clef : 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 Gemfile.lock                                       |  11 +-
 NEWS.md                                            |  12 ++
 lib/nanoc/base/entities.rb                         |   1 +
 lib/nanoc/base/entities/action_sequence.rb         |  44 +----
 lib/nanoc/base/entities/checksum_collection.rb     |  31 +++
 lib/nanoc/base/entities/directed_graph.rb          |  46 +++--
 lib/nanoc/base/errors.rb                           |   4 +-
 lib/nanoc/base/repos/checksum_store.rb             |   1 +
 lib/nanoc/base/services.rb                         |   1 +
 lib/nanoc/base/services/action_sequence_builder.rb |  45 +++++
 lib/nanoc/base/services/compiler.rb                |  48 +++--
 lib/nanoc/base/services/compiler/stages.rb         |   1 +
 .../compiler/stages/calculate_checksums.rb         |  31 +++
 .../compiler/stages/store_pre_compilation_state.rb |  19 +-
 lib/nanoc/base/services/outdatedness_checker.rb    |   6 +-
 .../outdatedness_rules/attributes_modified.rb      |   2 +-
 .../outdatedness_rules/code_snippets_modified.rb   |   2 +-
 .../outdatedness_rules/configuration_modified.rb   |   2 +-
 .../outdatedness_rules/content_modified.rb         |   2 +-
 lib/nanoc/cli/cleaning_stream.rb                   |   2 +-
 lib/nanoc/cli/commands/show-data.rb                |   1 +
 lib/nanoc/rule_dsl/action_sequence_calculator.rb   |  21 +-
 lib/nanoc/rule_dsl/recording_executor.rb           |  47 ++++-
 lib/nanoc/version.rb                               |   2 +-
 spec/nanoc/base/compiler_spec.rb                   |  10 +-
 spec/nanoc/base/directed_graph_spec.rb             |  12 ++
 spec/nanoc/base/entities/action_sequence_spec.rb   | 211 +++++++++++++--------
 spec/nanoc/base/errors/dependency_cycle_spec.rb    |   8 +-
 .../compiler/stages/calculate_checksums_spec.rb    |  69 +++++++
 spec/nanoc/base/services/executor_spec.rb          |   4 +-
 spec/nanoc/base/services/item_rep_router_spec.rb   |   8 +-
 .../base/services/outdatedness_checker_spec.rb     |  64 ++++---
 .../nanoc/base/services/outdatedness_rules_spec.rb |  42 ++--
 spec/nanoc/cli/commands/show_data_spec.rb          |   2 +
 .../rule_dsl/action_sequence_calculator_spec.rb    |  28 +--
 spec/nanoc/rule_dsl/recording_executor_spec.rb     |   7 +-
 test/cli/test_cleaning_stream.rb                   |   8 +
 37 files changed, 597 insertions(+), 258 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