[DRE-commits] [nanoc] branch master updated (11e6268 -> df68d41)

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 change to branch master
in repository nanoc.

      from  11e6268   prepare changelog
      adds  924561d   Imported Upstream version 3.6.8
       new  17a6308   Merge tag 'upstream/3.6.8'
       new  1809580   remove identifier.rb from debian/, now available in the source
       new  6473dde   Refresh no_privacy_breach.patch and no_rdoc4.patch
      adds  3c069d3   Imported Upstream version 3.6.9
       new  a48d6fb   Merge tag 'upstream/3.6.9'
       new  7434f41   add highlight and ruby-pygments.rb as suggestions
       new  00f5ff7   drop dependency on ruby-systemu
       new  a026de3   more privacy breach
       new  df68d41   prepare changelog

The 8 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:
 CONTRIBUTING.md                                    |  22 +-
 Gemfile                                            |  13 +-
 Gemfile.lock                                       | 138 +++++---
 NEWS.md                                            |  25 +-
 README.md                                          | 134 +------
 checksums.yaml.gz                                  | Bin 421 -> 269 bytes
 debian/changelog                                   |  11 +
 debian/control                                     |   5 +-
 debian/copyright                                   |   5 -
 debian/patches/no_privacy_breach.patch             |  23 +-
 debian/patches/no_rdoc4.patch                      |  35 +-
 debian/rules                                       |   8 +-
 {debian => doc/yardoc_handlers}/identifier.rb      |   0
 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                            |  37 +-
 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              |  25 +-
 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                     | 117 ++++---
 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.rb                                 |   1 +
 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                 |  18 +-
 lib/nanoc/extra/file_proxy.rb                      |   2 +-
 lib/nanoc/extra/filesystem_tools.rb                |  10 +-
 lib/nanoc/extra/link_collector.rb                  |   7 +-
 lib/nanoc/extra/piper.rb                           |  54 +++
 lib/nanoc/extra/pruner.rb                          |  10 +-
 lib/nanoc/extra/validators/links.rb                |   6 +-
 lib/nanoc/extra/vcs.rb                             |   2 +-
 lib/nanoc/filters/asciidoc.rb                      |  26 +-
 lib/nanoc/filters/bluecloth.rb                     |   2 +-
 lib/nanoc/filters/coderay.rb                       |   4 +-
 lib/nanoc/filters/coffeescript.rb                  |   2 +
 lib/nanoc/filters/colorize_syntax.rb               |  89 +++--
 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                                       | 131 +++----
 nanoc.gemspec                                      |   8 +-
 tasks/rubocop.rake                                 |   5 +
 test/base/test_compiler_dsl.rb                     |  21 +-
 test/base/test_store.rb                            |  41 +++
 test/cli/commands/test_compile.rb                  |   7 +-
 test/cli/commands/test_create_site.rb              |  10 +
 test/cli/commands/test_deploy.rb                   | 220 ++++++------
 test/cli/test_error_handler.rb                     |  32 ++
 test/extra/deployers/test_rsync.rb                 | 146 ++++----
 test/extra/test_piper.rb                           |  36 ++
 test/filters/test_asciidoc.rb                      |  14 +-
 test/filters/test_colorize_syntax.rb               |  18 +-
 test/filters/test_erb.rb                           |   2 +-
 test/filters/test_less.rb                          |   2 +-
 test/filters/test_xsl.rb                           | 103 +++++-
 test/test_gem.rb                                   |  18 +-
 160 files changed, 1748 insertions(+), 1537 deletions(-)
 rename {debian => doc/yardoc_handlers}/identifier.rb (100%)
 create mode 100644 lib/nanoc/extra/piper.rb
 create mode 100644 tasks/rubocop.rake
 create mode 100644 test/base/test_store.rb
 create mode 100644 test/extra/test_piper.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