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

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 9 22:11:06 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  3cc86a7   prepare changelog
      adds  971d324   Imported Upstream version 3.7.0
       new  9de3cc8   Merge tag 'upstream/3.7.0'
       new  6a5f9cd   refresh no_bundler_no_loadpath_modif.patch
       new  462636a   refresh no_vcr.patch
       new  b398f05   build-depend on ruby-coveralls
       new  d8870d8   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                                           |   2 +
 Gemfile.lock                                      | 102 ++++++++++------------
 NEWS.md                                           |  21 +++++
 bin/nanoc                                         |   1 +
 checksums.yaml.gz                                 | Bin 268 -> 270 bytes
 debian/changelog                                  |   8 ++
 debian/control                                    |   1 +
 debian/patches/no_bundler_no_loadpath_modif.patch |   5 +-
 debian/patches/no_vcr.patch                       |   8 +-
 lib/nanoc/base/compilation/compiler.rb            |   7 +-
 lib/nanoc/base/compilation/compiler_dsl.rb        |  12 ++-
 lib/nanoc/base/compilation/rules_collection.rb    |  35 +++++---
 lib/nanoc/base/source_data/data_source.rb         |   2 +-
 lib/nanoc/base/source_data/site.rb                |  52 ++++++++---
 lib/nanoc/base/temp_filename_factory.rb           |   4 +
 lib/nanoc/cli.rb                                  |  18 ++++
 lib/nanoc/cli/commands/create-site.rb             |  14 ++-
 lib/nanoc/data_sources/filesystem.rb              |  18 ++--
 lib/nanoc/data_sources/filesystem_unified.rb      |  11 ++-
 lib/nanoc/data_sources/static.rb                  |   6 +-
 lib/nanoc/extra/checking/checks/internal_links.rb |  11 +++
 lib/nanoc/extra/deployers/rsync.rb                |  10 ++-
 lib/nanoc/filters/colorize_syntax.rb              |  44 +++++++++-
 lib/nanoc/filters/redcarpet.rb                    |  35 ++++++--
 lib/nanoc/helpers/blogging.rb                     |  19 +++-
 lib/nanoc/version.rb                              |   2 +-
 metadata.yml                                      |   4 +-
 nanoc.gemspec                                     |   2 +-
 tasks/rubocop.rake                                |   4 +-
 test/base/temp_filename_factory_spec.rb           |   8 ++
 test/base/test_compiler_dsl.rb                    |  34 ++++++++
 test/base/test_site.rb                            |  77 +++++++++++++++-
 test/cli/commands/test_create_site.rb             |  31 +++++++
 test/cli/test_cli.rb                              |   9 ++
 test/extra/checking/checks/test_internal_links.rb |  14 +++
 test/filters/test_colorize_syntax.rb              |  54 ++++++++++++
 test/filters/test_redcarpet.rb                    |  26 +++++-
 test/helper.rb                                    |   4 +
 38 files changed, 593 insertions(+), 122 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