[DRE-commits] [nanoc] 01/08: Merge tag 'upstream/3.6.8'

Cédric Boutillier boutil at moszumanska.debian.org
Tue Apr 15 21:20:30 UTC 2014


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

boutil pushed a commit to branch master
in repository nanoc.

commit 17a6308bf6d11892d41638b06089aa746e282939
Merge: 11e6268 924561d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Apr 9 00:45:49 2014 +0200

    Merge tag 'upstream/3.6.8'
    
    Upstream version 3.6.8
    
    # gpg: Signature faite le mer. 09 avril 2014 00:45:44 CEST avec la clef RSA d'identifiant 8F9F8F09
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 CONTRIBUTING.md                                    |  22 +-
 Gemfile                                            |   6 +-
 Gemfile.lock                                       | 115 +++---
 NEWS.md                                            |  16 +-
 README.md                                          | 131 +------
 checksums.yaml.gz                                  | Bin 421 -> 423 bytes
 doc/yardoc_handlers/identifier.rb                  |  34 ++
 lib/nanoc.rb                                       |   5 +-
 lib/nanoc/base/compilation/checksum_store.rb       |   4 +-
 lib/nanoc/base/compilation/compiler.rb             |   6 +-
 lib/nanoc/base/compilation/compiler_dsl.rb         |  35 +-
 lib/nanoc/base/compilation/dependency_tracker.rb   |   8 +-
 lib/nanoc/base/compilation/filter.rb               |  10 +-
 lib/nanoc/base/compilation/item_rep_proxy.rb       |   4 +-
 .../base/compilation/item_rep_recorder_proxy.rb    |   6 +-
 lib/nanoc/base/compilation/outdatedness_checker.rb |  95 ++---
 lib/nanoc/base/compilation/rule.rb                 |  10 +-
 lib/nanoc/base/compilation/rule_context.rb         |  14 +-
 .../base/compilation/rule_memory_calculator.rb     |  15 +-
 lib/nanoc/base/compilation/rule_memory_store.rb    |   4 +-
 lib/nanoc/base/compilation/rules_collection.rb     |   4 +-
 lib/nanoc/base/core_ext/array.rb                   |   4 +-
 lib/nanoc/base/core_ext/date.rb                    |   6 +-
 lib/nanoc/base/core_ext/hash.rb                    |   6 +-
 lib/nanoc/base/core_ext/pathname.rb                |   2 +-
 lib/nanoc/base/directed_graph.rb                   |  12 +-
 lib/nanoc/base/errors.rb                           |   2 +-
 lib/nanoc/base/memoization.rb                      |   8 +-
 lib/nanoc/base/notification_center.rb              |   2 +-
 lib/nanoc/base/ordered_hash.rb                     | 386 +++++++++++----------
 lib/nanoc/base/plugin_registry.rb                  |  14 +-
 lib/nanoc/base/result_data/item_rep.rb             |  51 ++-
 lib/nanoc/base/source_data/code_snippet.rb         |   4 +-
 lib/nanoc/base/source_data/configuration.rb        |   2 +-
 lib/nanoc/base/source_data/data_source.rb          |   4 +-
 lib/nanoc/base/source_data/item.rb                 |  31 +-
 lib/nanoc/base/source_data/item_array.rb           |   8 +-
 lib/nanoc/base/source_data/layout.rb               |  10 +-
 lib/nanoc/base/source_data/site.rb                 |  12 +-
 lib/nanoc/base/store.rb                            |  16 +-
 lib/nanoc/cli.rb                                   |  46 +--
 lib/nanoc/cli/cleaning_stream.rb                   |  23 +-
 lib/nanoc/cli/command_runner.rb                    |  16 +-
 lib/nanoc/cli/commands/autocompile.rb              |   9 +-
 lib/nanoc/cli/commands/check.rb                    |  23 +-
 lib/nanoc/cli/commands/compile.rb                  | 102 +++---
 lib/nanoc/cli/commands/create-item.rb              |  12 +-
 lib/nanoc/cli/commands/create-layout.rb            |  12 +-
 lib/nanoc/cli/commands/create-site.rb              |  23 +-
 lib/nanoc/cli/commands/deploy.rb                   |  22 +-
 lib/nanoc/cli/commands/prune.rb                    |  20 +-
 lib/nanoc/cli/commands/shell.rb                    |  14 +-
 lib/nanoc/cli/commands/show-data.rb                |  45 ++-
 lib/nanoc/cli/commands/show-plugins.rb             |   6 +-
 lib/nanoc/cli/commands/show-rules.rb               |  16 +-
 lib/nanoc/cli/commands/sync.rb                     |   6 +-
 lib/nanoc/cli/commands/update.rb                   |   8 +-
 lib/nanoc/cli/commands/validate-css.rb             |   6 +-
 lib/nanoc/cli/commands/validate-html.rb            |   6 +-
 lib/nanoc/cli/commands/validate-links.rb           |   6 +-
 lib/nanoc/cli/commands/view.rb                     |   8 +-
 lib/nanoc/cli/commands/watch.rb                    |  24 +-
 lib/nanoc/cli/error_handler.rb                     | 116 +++----
 lib/nanoc/cli/logger.rb                            |  12 +-
 lib/nanoc/cli/stream_cleaners.rb                   |   1 -
 lib/nanoc/cli/stream_cleaners/abstract.rb          |   2 +-
 lib/nanoc/data_sources/deprecated/delicious.rb     |   2 +-
 lib/nanoc/data_sources/deprecated/last_fm.rb       |  30 +-
 lib/nanoc/data_sources/deprecated/twitter.rb       |   2 +-
 lib/nanoc/data_sources/filesystem.rb               |  42 +--
 lib/nanoc/data_sources/filesystem_unified.rb       |   9 +-
 lib/nanoc/data_sources/filesystem_verbose.rb       |   5 +-
 lib/nanoc/data_sources/static.rb                   |   4 +-
 lib/nanoc/extra/auto_compiler.rb                   |   6 +-
 lib/nanoc/extra/checking/check.rb                  |   6 +-
 lib/nanoc/extra/checking/checks/css.rb             |   4 +-
 lib/nanoc/extra/checking/checks/external_links.rb  |  18 +-
 lib/nanoc/extra/checking/checks/html.rb            |   5 +-
 lib/nanoc/extra/checking/checks/internal_links.rb  |  13 +-
 lib/nanoc/extra/checking/checks/stale.rb           |  12 +-
 lib/nanoc/extra/checking/dsl.rb                    |   2 +-
 lib/nanoc/extra/checking/runner.rb                 |  38 +-
 lib/nanoc/extra/chick.rb                           |  20 +-
 lib/nanoc/extra/core_ext.rb                        |   1 -
 lib/nanoc/extra/core_ext/pathname.rb               |   3 +-
 lib/nanoc/extra/core_ext/time.rb                   |   4 +-
 lib/nanoc/extra/deployer.rb                        |   4 +-
 lib/nanoc/extra/deployers/fog.rb                   |  24 +-
 lib/nanoc/extra/deployers/rsync.rb                 |  12 +-
 lib/nanoc/extra/file_proxy.rb                      |   2 +-
 lib/nanoc/extra/filesystem_tools.rb                |  10 +-
 lib/nanoc/extra/link_collector.rb                  |   7 +-
 lib/nanoc/extra/pruner.rb                          |  10 +-
 lib/nanoc/extra/validators/links.rb                |   6 +-
 lib/nanoc/extra/vcs.rb                             |   2 +-
 lib/nanoc/filters/asciidoc.rb                      |   6 +-
 lib/nanoc/filters/bluecloth.rb                     |   2 +-
 lib/nanoc/filters/coderay.rb                       |   4 +-
 lib/nanoc/filters/coffeescript.rb                  |   2 +
 lib/nanoc/filters/colorize_syntax.rb               |  32 +-
 lib/nanoc/filters/erb.rb                           |  10 +-
 lib/nanoc/filters/erubis.rb                        |   2 +-
 lib/nanoc/filters/haml.rb                          |   2 +-
 lib/nanoc/filters/handlebars.rb                    |   4 +-
 lib/nanoc/filters/kramdown.rb                      |   2 +-
 lib/nanoc/filters/less.rb                          |   2 +-
 lib/nanoc/filters/markaby.rb                       |   2 +-
 lib/nanoc/filters/maruku.rb                        |   2 +-
 lib/nanoc/filters/mustache.rb                      |   2 +-
 lib/nanoc/filters/pandoc.rb                        |   2 +-
 lib/nanoc/filters/rainpress.rb                     |   2 +-
 lib/nanoc/filters/rdiscount.rb                     |   2 +-
 lib/nanoc/filters/rdoc.rb                          |   2 +-
 lib/nanoc/filters/redcarpet.rb                     |   4 +-
 lib/nanoc/filters/redcloth.rb                      |  18 +-
 lib/nanoc/filters/relativize_paths.rb              |  15 +-
 lib/nanoc/filters/rubypants.rb                     |   2 +-
 lib/nanoc/filters/sass.rb                          |   2 +-
 lib/nanoc/filters/sass/sass_filesystem_importer.rb |   2 +-
 lib/nanoc/filters/slim.rb                          |   2 +-
 lib/nanoc/filters/typogruby.rb                     |   2 +-
 lib/nanoc/filters/uglify_js.rb                     |   2 +-
 lib/nanoc/filters/xsl.rb                           |  16 +-
 lib/nanoc/filters/yui_compressor.rb                |   2 +
 lib/nanoc/helpers/blogging.rb                      |  12 +-
 lib/nanoc/helpers/breadcrumbs.rb                   |   2 +-
 lib/nanoc/helpers/capturing.rb                     |   4 +-
 lib/nanoc/helpers/filtering.rb                     |   2 +-
 lib/nanoc/helpers/html_escape.rb                   |   6 +-
 lib/nanoc/helpers/link_to.rb                       |  12 +-
 lib/nanoc/helpers/rendering.rb                     |   4 +-
 lib/nanoc/helpers/tagging.rb                       |   4 +-
 lib/nanoc/helpers/text.rb                          |   2 +-
 lib/nanoc/helpers/xml_sitemap.rb                   |   4 +-
 lib/nanoc/version.rb                               |   2 +-
 metadata.yml                                       | 114 ++----
 nanoc.gemspec                                      |   8 +-
 tasks/rubocop.rake                                 |   5 +
 test/base/test_compiler_dsl.rb                     |  21 +-
 test/cli/commands/test_compile.rb                  |   7 +-
 test/cli/test_error_handler.rb                     |  32 ++
 test/filters/test_erb.rb                           |   2 +-
 test/filters/test_less.rb                          |   2 +-
 test/filters/test_xsl.rb                           | 103 +++++-
 144 files changed, 1307 insertions(+), 1201 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