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

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 25 15:48:37 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  0775a73   prepare changelog
      adds  2b7de4e   New upstream version 4.8.7
       new  611336c   Updated version 4.8.7 from 'upstream/4.8.7'
       new  60e1ca2   Depend on ruby-addressable
       new  5ccd0f9   prepare changelog
       new  e8cad7e   refresh skip_tests_autopkgtest.patch
      adds  2ba9ffc   New upstream version 4.8.9
       new  2d9a09b   Updated version 4.8.9 from 'upstream/4.8.9'
       new  7717c79   set new upstream version to 4.8.9

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:
 .rubocop.yml                                       | 89 ++++++++++-----------
 NEWS.md                                            | 24 ++++++
 debian/changelog                                   |  7 ++
 debian/control                                     |  2 +
 debian/patches/skip_tests_autopkgtest.patch        |  4 +-
 lib/nanoc.rb                                       |  4 +-
 lib/nanoc/base/contracts_support.rb                |  1 +
 lib/nanoc/base/entities/configuration.rb           |  5 ++
 lib/nanoc/base/entities/context.rb                 |  4 +-
 lib/nanoc/base/entities/identifiable_collection.rb |  5 ++
 lib/nanoc/base/entities/item_rep.rb                |  6 +-
 lib/nanoc/base/entities/pattern.rb                 |  2 +-
 lib/nanoc/base/entities/props.rb                   |  2 +-
 lib/nanoc/base/entities/site.rb                    |  2 +-
 lib/nanoc/base/repos/compiled_content_cache.rb     |  3 +-
 lib/nanoc/base/repos/dependency_store.rb           |  6 +-
 lib/nanoc/base/services/checksummer.rb             |  2 +-
 lib/nanoc/base/views/config_view.rb                |  6 ++
 .../views/mixins/mutable_document_view_mixin.rb    | 12 +++
 lib/nanoc/checking/checks/internal_links.rb        |  2 +-
 lib/nanoc/cli/cleaning_stream.rb                   |  4 +-
 lib/nanoc/cli/commands/deploy.rb                   |  2 +-
 lib/nanoc/cli/commands/show-data.rb                |  2 +-
 lib/nanoc/cli/commands/show-rules.rb               |  2 +-
 lib/nanoc/cli/error_handler.rb                     |  4 +-
 lib/nanoc/deploying/deployers/fog.rb               |  2 +-
 lib/nanoc/filters/colorize_syntax.rb               |  2 +-
 lib/nanoc/filters/colorize_syntax/colorizers.rb    |  2 +-
 lib/nanoc/filters/sass.rb                          |  2 +-
 lib/nanoc/helpers/blogging.rb                      |  2 +-
 lib/nanoc/helpers/capturing.rb                     |  4 +-
 lib/nanoc/helpers/link_to.rb                       |  2 +-
 lib/nanoc/helpers/xml_sitemap.rb                   |  4 +-
 lib/nanoc/rule_dsl/recording_executor.rb           |  2 +-
 lib/nanoc/spec.rb                                  |  2 +-
 lib/nanoc/telemetry/table.rb                       |  2 +-
 lib/nanoc/version.rb                               |  2 +-
 nanoc.gemspec                                      |  1 +
 spec/nanoc/base/entities/code_snippet_spec.rb      |  4 +-
 .../base/entities/identifiable_collection_spec.rb  |  6 ++
 spec/nanoc/base/entities/lazy_value_spec.rb        |  2 +-
 spec/nanoc/base/feature_spec.rb                    |  4 +-
 .../nanoc/base/services/outdatedness_rules_spec.rb |  2 +-
 spec/nanoc/base/views/config_view_spec.rb          | 34 ++++++--
 .../nanoc/base/views/mutable_document_view_spec.rb | 81 +++++++++++++++++++
 spec/nanoc/deploying/git_spec.rb                   |  4 +-
 spec/nanoc/helpers/capturing_spec.rb               |  8 +-
 spec/nanoc/helpers/html_escape_spec.rb             |  2 +-
 spec/nanoc/regressions/gh_1216_spec.rb             | 91 ++++++++++++++++++++++
 test/base/test_code_snippet.rb                     | 12 ---
 test/base/test_item_array.rb                       |  2 +-
 test/deploying/test_git.rb                         | 12 +--
 test/filters/test_erb.rb                           |  8 +-
 test/filters/test_erubi.rb                         |  8 +-
 test/filters/test_erubis.rb                        |  8 +-
 test/helpers/test_blogging.rb                      | 20 +----
 56 files changed, 383 insertions(+), 156 deletions(-)
 create mode 100644 spec/nanoc/regressions/gh_1216_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