[DRE-commits] [nanoc] branch master updated (df68d41 -> 3cc86a7)

Cédric Boutillier boutil at moszumanska.debian.org
Fri May 9 15:58:11 UTC 2014


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

boutil pushed a change to branch master
in repository nanoc.

      from  df68d41   prepare changelog
      adds  8e8d04e   Imported Upstream version 3.6.11
       new  b1ef953   Merge tag 'upstream/3.6.11'
       new  bfe3bd2   remove unapplied add_if_have.patch
       new  eca4a05   add no_vcr.patch
       new  c0b46f3   refresh deactivate_test_huge_site.patch and deactivate_rubygems_in_tests.patch
       new  3cc86a7   prepare changelog

The 5 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                                           |  23 +-
 Gemfile.lock                                      |  67 ++++--
 NEWS.md                                           |  20 ++
 checksums.yaml.gz                                 | Bin 269 -> 268 bytes
 debian/changelog                                  |  11 +
 debian/patches/add_if_have.patch                  |  65 -----
 debian/patches/deactivate_rubygems_in_tests.patch |   4 +-
 debian/patches/deactivate_test_huge_site.patch    |   4 +-
 debian/patches/no_vcr.patch                       |  30 +++
 debian/patches/series                             |   1 +
 lib/nanoc.rb                                      |   2 +-
 lib/nanoc/base.rb                                 |   2 +
 lib/nanoc/base/checksummer.rb                     |  82 +++++++
 lib/nanoc/base/compilation/compiler.rb            |   7 +-
 lib/nanoc/base/compilation/filter.rb              |  13 +-
 lib/nanoc/base/compilation/rules_collection.rb    |   7 +-
 lib/nanoc/base/core_ext/array.rb                  |   2 +-
 lib/nanoc/base/core_ext/hash.rb                   |   3 +-
 lib/nanoc/base/core_ext/pathname.rb               |   3 +-
 lib/nanoc/base/core_ext/string.rb                 |   4 +-
 lib/nanoc/base/errors.rb                          |   9 +
 lib/nanoc/base/result_data/item_rep.rb            |   9 +-
 lib/nanoc/base/source_data/code_snippet.rb        |   2 +-
 lib/nanoc/base/source_data/item.rb                |  17 +-
 lib/nanoc/base/source_data/layout.rb              |   4 +-
 lib/nanoc/base/source_data/site.rb                |  14 ++
 lib/nanoc/base/temp_filename_factory.rb           |  53 +++++
 lib/nanoc/cli/commands/compile.rb                 |   8 +-
 lib/nanoc/cli/commands/create-site.rb             |   3 +
 lib/nanoc/cli/error_handler.rb                    |  14 +-
 lib/nanoc/extra.rb                                |  17 +-
 lib/nanoc/extra/jruby_nokogiri_warner.rb          |  48 ++++
 lib/nanoc/extra/link_collector.rb                 |   2 +
 lib/nanoc/extra/piper.rb                          |   2 +-
 lib/nanoc/filters/colorize_syntax.rb              |   2 +
 lib/nanoc/filters/pandoc.rb                       |   4 +-
 lib/nanoc/filters/relativize_paths.rb             |   2 +
 lib/nanoc/filters/xsl.rb                          |   2 +
 lib/nanoc/version.rb                              |   2 +-
 metadata.yml                                      |  13 +-
 tasks/rubocop.rake                                |  10 +-
 test/base/checksummer_spec.rb                     | 274 ++++++++++++++++++++++
 test/base/core_ext/array_spec.rb                  |   4 +-
 test/base/core_ext/hash_spec.rb                   |  11 +-
 test/base/core_ext/pathname_spec.rb               |  12 +-
 test/base/core_ext/string_spec.rb                 |   4 +-
 test/base/temp_filename_factory_spec.rb           |  72 ++++++
 test/base/test_site.rb                            |  26 ++
 test/cli/commands/test_prune.rb                   |   4 +
 test/extra/checking/checks/test_css.rb            |  52 ++--
 test/extra/checking/checks/test_html.rb           |  52 ++--
 test/extra/test_piper.rb                          |  12 +
 test/filters/test_colorize_syntax.rb              |  12 +-
 test/filters/test_erb.rb                          |   4 +
 test/filters/test_pandoc.rb                       |  15 ++
 test/filters/test_relativize_paths.rb             |  92 +++-----
 test/filters/test_xsl.rb                          |  42 +---
 test/fixtures/vcr_cassettes/css_run_error.yml     |  65 +++++
 test/fixtures/vcr_cassettes/css_run_ok.yml        |  55 +++++
 test/fixtures/vcr_cassettes/html_run_error.yml    |  94 ++++++++
 test/fixtures/vcr_cassettes/html_run_ok.yml       |  56 +++++
 test/helper.rb                                    |  28 ++-
 62 files changed, 1223 insertions(+), 350 deletions(-)
 delete mode 100644 debian/patches/add_if_have.patch
 create mode 100644 debian/patches/no_vcr.patch
 create mode 100644 lib/nanoc/base/checksummer.rb
 create mode 100644 lib/nanoc/base/temp_filename_factory.rb
 create mode 100644 lib/nanoc/extra/jruby_nokogiri_warner.rb
 create mode 100644 test/base/checksummer_spec.rb
 create mode 100644 test/base/temp_filename_factory_spec.rb
 create mode 100644 test/fixtures/vcr_cassettes/css_run_error.yml
 create mode 100644 test/fixtures/vcr_cassettes/css_run_ok.yml
 create mode 100644 test/fixtures/vcr_cassettes/html_run_error.yml
 create mode 100644 test/fixtures/vcr_cassettes/html_run_ok.yml

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