[DRE-commits] [asciidoctor] branch master updated (9cd469a -> c45405a)

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 2 11:12:36 UTC 2017


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

lucas pushed a change to branch master
in repository asciidoctor.

      from  9cd469a   Bump Standards-Version to 3.9.8 (no changes needed)
       new  45672bf   New upstream version 1.5.5
       new  d47af6d   Refresh patches ; delete honour_SOURCE_DATE_EPOCH.patch (merged upstream)
       new  ccdef7d   Install additional READMEs
       new  c17702c   d/watch: use gemwatch
       new  bf46bb8   Install HTML version of the READMEs
       new  c45405a   Prepare changelog

The 6 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:
 .travis.yml                                        |  17 +-
 CHANGELOG.adoc                                     |  77 +++-
 CONTRIBUTING.adoc                                  |   6 +-
 README-fr.adoc                                     | 191 ++++++---
 README-jp.adoc                                     | 395 +++++++++++++++++
 README-zh_CN.adoc                                  | 414 ++++++++++++++++++
 README.adoc                                        | 206 +++++----
 _settings-README.adoc                              |   7 +-
 asciidoctor.gemspec                                |  38 +-
 benchmark/benchmark.rb                             |   2 +-
 data/locale/attributes.adoc                        | 470 +++++++++++++++++++++
 data/stylesheets/asciidoctor-default.css           |  11 +-
 debian/asciidoctor.docs                            |   2 +-
 debian/changelog                                   |  17 +
 debian/patches/data_path.patch                     |   2 +-
 debian/patches/honour_SOURCE_DATE_EPOCH.patch      |  45 --
 debian/patches/lib_directory_in_tests.patch        |   2 +-
 debian/patches/package-version.patch               |   2 +-
 debian/patches/series                              |   1 -
 debian/patches/skip-asciimath-test.patch           |  16 +-
 debian/patches/skip-unreadable-file.patch          |   8 +-
 debian/rules                                       |   4 +
 debian/watch                                       |   3 +-
 lib/asciidoctor.rb                                 |  41 +-
 lib/asciidoctor/abstract_block.rb                  |  30 +-
 lib/asciidoctor/abstract_node.rb                   |  17 +-
 lib/asciidoctor/cli/invoker.rb                     |   9 +-
 lib/asciidoctor/cli/options.rb                     |   2 +-
 lib/asciidoctor/converter/docbook5.rb              |   2 +-
 lib/asciidoctor/converter/factory.rb               |   6 +-
 lib/asciidoctor/converter/html5.rb                 |  67 +--
 lib/asciidoctor/converter/manpage.rb               |  23 +-
 lib/asciidoctor/converter/template.rb              |  12 +-
 lib/asciidoctor/core_ext.rb                        |  13 +-
 lib/asciidoctor/core_ext/{ => 1.8.7}/string/chr.rb |   2 +-
 lib/asciidoctor/core_ext/1.8.7/string/limit.rb     |  28 ++
 .../core_ext/{ => 1.8.7}/symbol/length.rb          |   2 +-
 lib/asciidoctor/core_ext/nil_or_empty.rb           |  23 +
 lib/asciidoctor/core_ext/object/nil_or_empty.rb    |  23 -
 lib/asciidoctor/core_ext/string/limit.rb           |  10 +
 lib/asciidoctor/document.rb                        |  59 +--
 lib/asciidoctor/extensions.rb                      |  32 +-
 lib/asciidoctor/helpers.rb                         |   2 +-
 lib/asciidoctor/list.rb                            |   3 +
 lib/asciidoctor/parser.rb                          |  90 ++--
 lib/asciidoctor/path_resolver.rb                   |   4 +-
 lib/asciidoctor/reader.rb                          |  29 +-
 lib/asciidoctor/section.rb                         |   4 +-
 lib/asciidoctor/stylesheets.rb                     |   3 +-
 lib/asciidoctor/substitutors.rb                    |  90 ++--
 lib/asciidoctor/table.rb                           |  79 ++--
 lib/asciidoctor/version.rb                         |   2 +-
 man/asciidoctor.1                                  |  15 +-
 man/asciidoctor.adoc                               |   8 +-
 test/attributes_test.rb                            |  52 +++
 test/blocks_test.rb                                |  16 +-
 test/document_test.rb                              |  14 +-
 test/extensions_test.rb                            |  38 ++
 test/fixtures/circle.svg                           |   3 +-
 test/invoker_test.rb                               |  15 +
 test/lists_test.rb                                 | 131 +++---
 test/manpage_test.rb                               |  15 +
 test/paths_test.rb                                 |   3 +
 test/reader_test.rb                                |   4 +-
 test/sections_test.rb                              |  10 +
 test/substitutions_test.rb                         |  18 +-
 test/tables_test.rb                                |  78 +++-
 67 files changed, 2415 insertions(+), 648 deletions(-)
 create mode 100644 README-jp.adoc
 create mode 100644 README-zh_CN.adoc
 create mode 100644 data/locale/attributes.adoc
 delete mode 100644 debian/patches/honour_SOURCE_DATE_EPOCH.patch
 rename lib/asciidoctor/core_ext/{ => 1.8.7}/string/chr.rb (73%)
 create mode 100644 lib/asciidoctor/core_ext/1.8.7/string/limit.rb
 rename lib/asciidoctor/core_ext/{ => 1.8.7}/symbol/length.rb (72%)
 create mode 100644 lib/asciidoctor/core_ext/nil_or_empty.rb
 delete mode 100644 lib/asciidoctor/core_ext/object/nil_or_empty.rb
 create mode 100644 lib/asciidoctor/core_ext/string/limit.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/asciidoctor.git



More information about the Pkg-ruby-extras-commits mailing list