[DRE-commits] [nanoc] branch master updated (384797c -> aabb4ac)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jul 2 20:29:20 UTC 2016


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

boutil pushed a change to branch master
in repository nanoc.

      from  384797c   prepare changelog
      adds  21b0646   Imported Upstream version 4.2.1
       new  7a2b839   Merge tag 'upstream/4.2.1'
       new  e84eeb7   Build-depend on ruby-contracts
       new  aa462f2   prepare changelog
       new  79d5934   refresh no_vcr.patch
      adds  7708a15   Imported Upstream version 4.2.2
       new  eeedff1   Merge tag 'upstream/4.2.2'
       new  136e22b   update changelog
       new  ca7dd2d   refresh encoding.patch
       new  a591ffa   Depend on ruby-hamster
       new  6cb18ed   Adapt test to (old) rouge 1.x
       new  aabb4ac   update changelog

The 10 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                                            |  2 +
 Gemfile.lock                                       | 76 +++++++++++++---------
 NEWS.md                                            | 20 ++++++
 debian/changelog                                   |  8 +++
 debian/control                                     |  3 +
 debian/patches/encoding.patch                      |  4 +-
 debian/patches/no_vcr.patch                        |  4 +-
 debian/patches/rouge-1.x.patch                     | 16 +++++
 debian/patches/series                              |  1 +
 lib/nanoc/base.rb                                  |  1 +
 lib/nanoc/base/checksummer.rb                      | 12 +++-
 lib/nanoc/base/compilation/compiler.rb             |  4 ++
 lib/nanoc/base/contracts_support.rb                | 60 +++++++++++++++++
 lib/nanoc/base/entities.rb                         |  9 +--
 lib/nanoc/base/entities/code_snippet.rb            |  5 ++
 lib/nanoc/base/entities/configuration.rb           | 22 ++++++-
 lib/nanoc/base/entities/content.rb                 | 20 +++++-
 lib/nanoc/base/entities/document.rb                | 20 +++++-
 lib/nanoc/base/entities/identifiable_collection.rb |  9 +++
 lib/nanoc/base/entities/identifier.rb              | 30 ++++++++-
 lib/nanoc/base/entities/item_rep.rb                | 10 +++
 lib/nanoc/base/entities/lazy_value.rb              |  5 ++
 lib/nanoc/base/entities/pattern.rb                 | 15 ++++-
 lib/nanoc/base/entities/rule_memory.rb             | 14 ++++
 lib/nanoc/base/entities/site.rb                    | 10 +++
 lib/nanoc/base/entities/snapshot_def.rb            |  4 ++
 lib/nanoc/base/memoization.rb                      | 18 ++++-
 lib/nanoc/base/repos/config_loader.rb              |  2 +-
 lib/nanoc/base/repos/dependency_store.rb           |  2 +-
 lib/nanoc/base/services/executor.rb                |  2 +
 lib/nanoc/base/views/item_rep_view.rb              |  8 ++-
 lib/nanoc/base/views/mixins/document_view_mixin.rb |  6 +-
 lib/nanoc/cli.rb                                   |  2 +-
 lib/nanoc/cli/command_runner.rb                    |  6 +-
 lib/nanoc/cli/commands/check.rb                    |  3 +-
 lib/nanoc/cli/commands/deploy.rb                   |  8 +--
 lib/nanoc/cli/commands/prune.rb                    |  4 +-
 lib/nanoc/cli/commands/show-data.rb                |  2 +-
 lib/nanoc/cli/error_handler.rb                     | 10 ++-
 lib/nanoc/filters/asciidoc.rb                      |  2 +-
 lib/nanoc/version.rb                               |  2 +-
 nanoc.gemspec                                      |  1 +
 tasks/test.rake                                    |  2 +-
 test/base/test_compiler.rb                         | 16 ++---
 test/base/test_item_rep.rb                         | 16 ++---
 test/base/test_site.rb                             |  2 +-
 test/cli/commands/test_check.rb                    |  4 +-
 test/cli/commands/test_compile.rb                  | 12 ++--
 test/cli/commands/test_create_site.rb              | 24 +++----
 test/cli/commands/test_help.rb                     |  4 +-
 test/cli/commands/test_info.rb                     |  2 +-
 test/cli/commands/test_prune.rb                    | 12 ++--
 test/cli/test_cli.rb                               | 18 ++---
 test/data_sources/test_filesystem.rb               | 14 ++--
 test/extra/checking/test_runner.rb                 |  4 +-
 test/extra/core_ext/test_pathname.rb               |  2 +-
 test/extra/test_link_collector.rb                  |  6 +-
 test/extra/test_piper.rb                           |  6 +-
 test/filters/test_colorize_syntax.rb               | 29 +--------
 test/helper.rb                                     |  5 +-
 test/helpers/test_capturing.rb                     |  2 +-
 test/rule_dsl/test_action_provider.rb              |  4 +-
 test/test_gem.rb                                   |  2 +-
 63 files changed, 457 insertions(+), 191 deletions(-)
 create mode 100644 debian/patches/rouge-1.x.patch
 create mode 100644 lib/nanoc/base/contracts_support.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