[DRE-commits] [nanoc] 02/03: Merge tag 'upstream/3.8.0'
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Jun 3 14:26:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository nanoc.
commit 1ae6da995529e3c2df13141b4dd06e534e901f3c
Merge: a5cf4f7 86f27ee
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Jun 3 14:25:29 2015 +0200
Merge tag 'upstream/3.8.0'
Upstream version 3.8.0
# gpg: Signature made mer. 03 juin 2015 14:25:28 CEST using RSA key ID 39CD217A
# gpg: Good signature from "Cédric Boutillier <boutil at debian.org>"
# gpg: aka "Cédric Boutillier <cedric.boutillier at upmc.fr>"
# gpg: aka "Cédric Boutillier <cedric.boutillier at polytechnique.org>"
# gpg: aka "Cédric Boutillier <cedric.boutillier at gmail.com>"
ChangeLog | 4 +-
Gemfile | 39 +--
Gemfile.lock | 227 -----------------
LICENSE | 2 +-
NEWS.md | 55 ++++-
README.md | 2 +-
Rakefile | 2 +-
bin/nanoc | 2 +-
doc/yardoc_handlers/identifier.rb | 6 +-
lib/nanoc.rb | 6 +-
lib/nanoc/base.rb | 5 +-
lib/nanoc/base/checksummer.rb | 24 +-
lib/nanoc/base/compilation/checksum_store.rb | 6 +-
.../base/compilation/compiled_content_cache.rb | 6 +-
lib/nanoc/base/compilation/compiler.rb | 79 +++---
lib/nanoc/base/compilation/compiler_dsl.rb | 18 +-
lib/nanoc/base/compilation/dependency_tracker.rb | 24 +-
lib/nanoc/base/compilation/filter.rb | 8 +-
lib/nanoc/base/compilation/item_rep_proxy.rb | 15 +-
.../base/compilation/item_rep_recorder_proxy.rb | 21 +-
lib/nanoc/base/compilation/outdatedness_checker.rb | 16 +-
lib/nanoc/base/compilation/outdatedness_reasons.rb | 6 -
lib/nanoc/base/compilation/rule.rb | 20 +-
lib/nanoc/base/compilation/rule_context.rb | 18 +-
.../base/compilation/rule_memory_calculator.rb | 4 -
lib/nanoc/base/compilation/rule_memory_store.rb | 6 +-
lib/nanoc/base/compilation/rules_collection.rb | 24 +-
lib/nanoc/base/context.rb | 5 +-
lib/nanoc/base/core_ext.rb | 1 -
lib/nanoc/base/core_ext/array.rb | 4 +-
lib/nanoc/base/core_ext/date.rb | 29 ---
lib/nanoc/base/core_ext/hash.rb | 4 +-
lib/nanoc/base/core_ext/pathname.rb | 2 -
lib/nanoc/base/core_ext/string.rb | 2 -
lib/nanoc/base/directed_graph.rb | 10 +-
lib/nanoc/base/errors.rb | 40 +--
lib/nanoc/base/memoization.rb | 6 +-
lib/nanoc/base/notification_center.rb | 10 +-
lib/nanoc/base/ordered_hash.rb | 228 -----------------
lib/nanoc/base/plugin_registry.rb | 18 +-
lib/nanoc/base/result_data/item_rep.rb | 83 ++++---
lib/nanoc/base/source_data/code_snippet.rb | 10 +-
lib/nanoc/base/source_data/configuration.rb | 4 -
lib/nanoc/base/source_data/data_source.rb | 9 +-
lib/nanoc/base/source_data/item.rb | 26 +-
lib/nanoc/base/source_data/item_array.rb | 10 +-
lib/nanoc/base/source_data/layout.rb | 10 +-
lib/nanoc/base/source_data/site.rb | 77 +++---
lib/nanoc/base/store.rb | 10 +-
lib/nanoc/base/temp_filename_factory.rb | 8 +-
lib/nanoc/cli.rb | 43 ++--
lib/nanoc/cli/ansi_string_colorizer.rb | 16 +-
lib/nanoc/cli/cleaning_stream.rb | 10 +-
lib/nanoc/cli/command_runner.rb | 13 +-
lib/nanoc/cli/commands/autocompile.rb | 16 +-
lib/nanoc/cli/commands/check.rb | 10 +-
lib/nanoc/cli/commands/compile.rb | 79 +++---
lib/nanoc/cli/commands/create-item.rb | 16 +-
lib/nanoc/cli/commands/create-layout.rb | 32 ++-
lib/nanoc/cli/commands/create-site.rb | 26 +-
lib/nanoc/cli/commands/deploy.rb | 26 +-
lib/nanoc/cli/commands/nanoc.rb | 6 +-
lib/nanoc/cli/commands/prune.rb | 14 +-
lib/nanoc/cli/commands/shell.rb | 20 +-
lib/nanoc/cli/commands/show-data.rb | 18 +-
lib/nanoc/cli/commands/show-plugins.rb | 20 +-
lib/nanoc/cli/commands/show-rules.rb | 33 +--
lib/nanoc/cli/commands/sync.rb | 6 +-
lib/nanoc/cli/commands/update.rb | 34 ++-
lib/nanoc/cli/commands/validate-css.rb | 10 +-
lib/nanoc/cli/commands/validate-html.rb | 10 +-
lib/nanoc/cli/commands/validate-links.rb | 16 +-
lib/nanoc/cli/commands/view.rb | 18 +-
lib/nanoc/cli/commands/watch.rb | 42 ++--
lib/nanoc/cli/error_handler.rb | 44 ++--
lib/nanoc/cli/logger.rb | 22 +-
lib/nanoc/cli/stream_cleaners.rb | 4 -
lib/nanoc/cli/stream_cleaners/abstract.rb | 6 +-
lib/nanoc/cli/stream_cleaners/ansi_colors.rb | 4 -
lib/nanoc/cli/stream_cleaners/utf8.rb | 6 +-
lib/nanoc/data_sources.rb | 6 +-
lib/nanoc/data_sources/deprecated/delicious.rb | 16 +-
lib/nanoc/data_sources/deprecated/last_fm.rb | 28 +--
lib/nanoc/data_sources/deprecated/twitter.rb | 10 +-
lib/nanoc/data_sources/filesystem.rb | 57 ++---
lib/nanoc/data_sources/filesystem_unified.rb | 6 +-
lib/nanoc/data_sources/filesystem_verbose.rb | 6 +-
lib/nanoc/data_sources/static.rb | 14 +-
lib/nanoc/extra.rb | 6 +-
lib/nanoc/extra/auto_compiler.rb | 14 +-
lib/nanoc/extra/checking.rb | 4 -
lib/nanoc/extra/checking/check.rb | 14 +-
lib/nanoc/extra/checking/checks.rb | 4 +-
lib/nanoc/extra/checking/checks/css.rb | 12 +-
lib/nanoc/extra/checking/checks/external_links.rb | 36 +--
lib/nanoc/extra/checking/checks/html.rb | 12 +-
lib/nanoc/extra/checking/checks/internal_links.rb | 16 +-
lib/nanoc/extra/checking/checks/mixed_content.rb | 31 +++
lib/nanoc/extra/checking/checks/stale.rb | 20 +-
lib/nanoc/extra/checking/dsl.rb | 4 -
lib/nanoc/extra/checking/issue.rb | 4 -
lib/nanoc/extra/checking/runner.rb | 30 ++-
lib/nanoc/extra/chick.rb | 28 +--
lib/nanoc/extra/core_ext.rb | 1 -
lib/nanoc/extra/core_ext/enumerable.rb | 33 ---
lib/nanoc/extra/core_ext/pathname.rb | 4 -
lib/nanoc/extra/core_ext/time.rb | 2 -
lib/nanoc/extra/deployer.rb | 4 -
lib/nanoc/extra/deployers.rb | 4 -
lib/nanoc/extra/deployers/fog.rb | 46 +++-
lib/nanoc/extra/deployers/rsync.rb | 12 +-
lib/nanoc/extra/file_proxy.rb | 12 +-
lib/nanoc/extra/filesystem_tools.rb | 49 +++-
lib/nanoc/extra/jruby_nokogiri_warner.rb | 6 +-
lib/nanoc/extra/link_collector.rb | 61 +++--
lib/nanoc/extra/piper.rb | 10 +-
lib/nanoc/extra/pruner.rb | 17 +-
lib/nanoc/extra/validators.rb | 4 -
lib/nanoc/extra/validators/links.rb | 8 +-
lib/nanoc/extra/validators/w3c.rb | 6 +-
lib/nanoc/extra/vcs.rb | 14 +-
lib/nanoc/extra/vcses.rb | 2 -
lib/nanoc/extra/vcses/bazaar.rb | 4 -
lib/nanoc/extra/vcses/dummy.rb | 6 +-
lib/nanoc/extra/vcses/git.rb | 4 -
lib/nanoc/extra/vcses/mercurial.rb | 4 -
lib/nanoc/extra/vcses/subversion.rb | 4 -
lib/nanoc/filters.rb | 2 -
lib/nanoc/filters/asciidoc.rb | 8 +-
lib/nanoc/filters/bluecloth.rb | 4 +-
lib/nanoc/filters/coderay.rb | 2 -
lib/nanoc/filters/coffeescript.rb | 6 +-
lib/nanoc/filters/colorize_syntax.rb | 76 +++---
lib/nanoc/filters/erb.rb | 4 +-
lib/nanoc/filters/erubis.rb | 8 +-
lib/nanoc/filters/haml.rb | 6 +-
lib/nanoc/filters/handlebars.rb | 6 +-
lib/nanoc/filters/kramdown.rb | 11 +-
lib/nanoc/filters/less.rb | 8 +-
lib/nanoc/filters/markaby.rb | 4 +-
lib/nanoc/filters/maruku.rb | 2 -
lib/nanoc/filters/mustache.rb | 8 +-
lib/nanoc/filters/pandoc.rb | 29 ++-
lib/nanoc/filters/rainpress.rb | 2 -
lib/nanoc/filters/rdiscount.rb | 2 -
lib/nanoc/filters/rdoc.rb | 4 +-
lib/nanoc/filters/redcarpet.rb | 4 -
lib/nanoc/filters/redcloth.rb | 2 -
lib/nanoc/filters/relativize_paths.rb | 16 +-
lib/nanoc/filters/rubypants.rb | 4 +-
lib/nanoc/filters/sass.rb | 6 +-
lib/nanoc/filters/sass/sass_filesystem_importer.rb | 8 +-
lib/nanoc/filters/slim.rb | 8 +-
lib/nanoc/filters/typogruby.rb | 6 +-
lib/nanoc/filters/uglify_js.rb | 2 -
lib/nanoc/filters/xsl.rb | 8 +-
lib/nanoc/filters/yui_compressor.rb | 4 -
lib/nanoc/helpers.rb | 2 -
lib/nanoc/helpers/blogging.rb | 71 +++---
lib/nanoc/helpers/breadcrumbs.rb | 4 -
lib/nanoc/helpers/capturing.rb | 18 +-
lib/nanoc/helpers/filtering.rb | 4 -
lib/nanoc/helpers/html_escape.rb | 16 +-
lib/nanoc/helpers/link_to.rb | 4 -
lib/nanoc/helpers/rendering.rb | 20 +-
lib/nanoc/helpers/tagging.rb | 8 +-
lib/nanoc/helpers/text.rb | 8 +-
lib/nanoc/helpers/xml_sitemap.rb | 18 +-
lib/nanoc/tasks/clean.rake | 2 +-
lib/nanoc/tasks/clean.rb | 10 +-
lib/nanoc/tasks/deploy/rsync.rake | 6 +-
lib/nanoc/tasks/validate.rake | 4 -
lib/nanoc/version.rb | 4 +-
metadata.yml | 32 +--
nanoc.gemspec | 21 +-
tasks/rubocop.rake | 3 +-
tasks/test.rake | 13 +-
test/base/checksummer_spec.rb | 72 +++---
test/base/core_ext/array_spec.rb | 22 +-
test/base/core_ext/date_spec.rb | 15 --
test/base/core_ext/hash_spec.rb | 26 +-
test/base/core_ext/pathname_spec.rb | 6 +-
test/base/core_ext/string_spec.rb | 4 -
test/base/temp_filename_factory_spec.rb | 8 -
test/base/test_checksum_store.rb | 4 +-
test/base/test_code_snippet.rb | 2 -
test/base/test_compiler.rb | 42 ++--
test/base/test_compiler_dsl.rb | 42 ++--
test/base/test_context.rb | 10 +-
test/base/test_data_source.rb | 2 -
test/base/test_dependency_tracker.rb | 86 ++++---
test/base/test_directed_graph.rb | 210 ++++++++--------
test/base/test_filter.rb | 12 +-
test/base/test_item.rb | 64 ++---
test/base/test_item_array.rb | 52 ++--
test/base/test_item_rep.rb | 271 +++++++++++++--------
test/base/test_item_rep_recorder_proxy.rb | 19 ++
test/base/test_layout.rb | 20 +-
test/base/test_memoization.rb | 34 +--
test/base/test_notification_center.rb | 2 -
test/base/test_outdatedness_checker.rb | 74 +++---
test/base/test_plugin.rb | 2 -
test/base/test_rule.rb | 16 +-
test/base/test_rule_context.rb | 12 +-
test/base/test_site.rb | 34 +--
test/base/test_store.rb | 8 +-
test/cli/commands/test_check.rb | 4 +-
test/cli/commands/test_compile.rb | 45 ++--
test/cli/commands/test_create_item.rb | 4 +-
test/cli/commands/test_create_layout.rb | 2 -
test/cli/commands/test_create_site.rb | 20 +-
test/cli/commands/test_deploy.rb | 40 ++-
test/cli/commands/test_help.rb | 2 -
test/cli/commands/test_info.rb | 2 -
test/cli/commands/test_prune.rb | 18 +-
test/cli/commands/test_sync.rb | 4 +-
test/cli/commands/test_update.rb | 2 -
test/cli/commands/test_watch.rb | 24 +-
test/cli/test_cleaning_stream.rb | 16 +-
test/cli/test_cli.rb | 44 +++-
test/cli/test_error_handler.rb | 18 +-
test/cli/test_logger.rb | 2 -
test/data_sources/test_filesystem.rb | 48 ++--
test/data_sources/test_filesystem_unified.rb | 129 +++++-----
test/data_sources/test_filesystem_verbose.rb | 70 +++---
test/data_sources/test_static.rb | 59 +++--
test/extra/checking/checks/test_css.rb | 25 +-
test/extra/checking/checks/test_external_links.rb | 6 +-
test/extra/checking/checks/test_html.rb | 7 +-
test/extra/checking/checks/test_internal_links.rb | 4 +-
test/extra/checking/checks/test_mixed_content.rb | 188 ++++++++++++++
test/extra/checking/checks/test_stale.rb | 26 +-
test/extra/checking/test_check.rb | 12 +-
test/extra/checking/test_dsl.rb | 6 +-
test/extra/checking/test_runner.rb | 2 -
test/extra/core_ext/test_enumerable.rb | 28 ---
test/extra/core_ext/test_pathname.rb | 3 -
test/extra/core_ext/test_time.rb | 2 -
test/extra/deployers/test_fog.rb | 80 ++++--
test/extra/deployers/test_rsync.rb | 14 +-
test/extra/test_auto_compiler.rb | 92 ++++---
test/extra/test_file_proxy.rb | 4 +-
test/extra/test_filesystem_tools.rb | 60 ++++-
test/extra/test_link_collector.rb | 61 +++--
test/extra/test_piper.rb | 8 +-
test/extra/test_vcs.rb | 2 -
test/extra/validators/test_links.rb | 1 -
test/extra/validators/test_w3c.rb | 16 +-
test/filters/test_asciidoc.rb | 6 +-
test/filters/test_bluecloth.rb | 4 +-
test/filters/test_coderay.rb | 6 +-
test/filters/test_coffeescript.rb | 4 +-
test/filters/test_colorize_syntax.rb | 65 ++---
test/filters/test_erb.rb | 28 +--
test/filters/test_erubis.rb | 10 +-
test/filters/test_haml.rb | 16 +-
test/filters/test_handlebars.rb | 22 +-
test/filters/test_kramdown.rb | 16 +-
test/filters/test_less.rb | 24 +-
test/filters/test_markaby.rb | 6 +-
test/filters/test_maruku.rb | 6 +-
test/filters/test_mustache.rb | 10 +-
test/filters/test_pandoc.rb | 26 +-
test/filters/test_rainpress.rb | 10 +-
test/filters/test_rdiscount.rb | 6 +-
test/filters/test_rdoc.rb | 4 +-
test/filters/test_redcarpet.rb | 20 +-
test/filters/test_redcloth.rb | 12 +-
test/filters/test_relativize_paths.rb | 127 +++++-----
test/filters/test_rubypants.rb | 6 +-
test/filters/test_sass.rb | 43 ++--
test/filters/test_slim.rb | 12 +-
test/filters/test_typogruby.rb | 3 -
test/filters/test_uglify_js.rb | 8 +-
test/filters/test_xsl.rb | 34 ++-
test/filters/test_yui_compressor.rb | 14 +-
.../fixtures/vcr_cassettes/css_run_parse_error.yml | 65 +++++
test/gem_loader.rb | 4 +-
test/helper.rb | 56 ++---
test/helpers/test_blogging.rb | 208 +++++++++-------
test/helpers/test_breadcrumbs.rb | 26 +-
test/helpers/test_capturing.rb | 24 +-
test/helpers/test_filtering.rb | 38 ++-
test/helpers/test_html_escape.rb | 2 -
test/helpers/test_link_to.rb | 15 +-
test/helpers/test_rendering.rb | 8 +-
test/helpers/test_tagging.rb | 30 ++-
test/helpers/test_text.rb | 14 +-
test/helpers/test_xml_sitemap.rb | 58 +++--
test/tasks/test_clean.rb | 18 +-
test/test_gem.rb | 4 +-
291 files changed, 3029 insertions(+), 3554 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