[DRE-commits] [asciidoctor] branch master updated (4cce958 -> c63c1db)
Guillaume Grossetie
ggrossetie-guest at moszumanska.debian.org
Mon Feb 29 16:12:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
ggrossetie-guest pushed a change to branch master
in repository asciidoctor.
from 4cce958 Switch running tests to using debian/ruby-tests.rake
adds 4c2a007 Imported Upstream version 1.5.4
adds 93604b9 Imported Upstream version 1.5.4
adds d42248c Imported Upstream version 1.5.4
new c63c1db Merge tag 'upstream/1.5.4'
The 1 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 | 11 +-
CHANGELOG.adoc | 72 ++++++-
CONTRIBUTING.adoc | 5 +-
LICENSE.adoc | 2 +-
README-fr.adoc | 363 ++++++++++++++++++++++++++++++++++
README.adoc | 92 ++++++---
_settings-README.adoc | 46 +++++
asciidoctor.gemspec | 23 +--
bin/asciidoctor | 6 +-
bin/asciidoctor-safe | 13 +-
lib/asciidoctor.rb | 31 +--
lib/asciidoctor/abstract_block.rb | 40 ++--
lib/asciidoctor/abstract_node.rb | 17 +-
lib/asciidoctor/callouts.rb | 16 +-
lib/asciidoctor/cli/options.rb | 4 +-
lib/asciidoctor/converter.rb | 2 +-
lib/asciidoctor/converter/docbook5.rb | 69 ++++---
lib/asciidoctor/converter/factory.rb | 6 +-
lib/asciidoctor/converter/html5.rb | 51 ++---
lib/asciidoctor/converter/manpage.rb | 133 +++++++------
lib/asciidoctor/converter/template.rb | 14 +-
lib/asciidoctor/document.rb | 36 ++--
lib/asciidoctor/extensions.rb | 10 +-
lib/asciidoctor/helpers.rb | 4 +-
lib/asciidoctor/inline.rb | 4 +-
lib/asciidoctor/parser.rb | 118 +++++------
lib/asciidoctor/path_resolver.rb | 38 ++--
lib/asciidoctor/reader.rb | 63 +++---
lib/asciidoctor/section.rb | 14 +-
lib/asciidoctor/substitutors.rb | 4 +-
lib/asciidoctor/table.rb | 69 ++++---
lib/asciidoctor/version.rb | 2 +-
man/asciidoctor.1 | 22 +--
man/asciidoctor.adoc | 4 +-
test/attributes_test.rb | 58 ++----
test/blocks_test.rb | 55 ++++--
test/converter_test.rb | 8 +-
test/document_test.rb | 69 ++++++-
test/extensions_test.rb | 4 +-
test/invoker_test.rb | 6 +-
test/links_test.rb | 16 +-
test/lists_test.rb | 228 ++++++++++-----------
test/manpage_test.rb | 203 +++++++++++++++++++
test/paragraphs_test.rb | 6 +-
test/parser_test.rb | 8 +-
test/preamble_test.rb | 2 +-
test/reader_test.rb | 258 ++++++++++++++----------
test/sections_test.rb | 164 ++++++++++++---
test/substitutions_test.rb | 40 ++--
test/tables_test.rb | 214 +++++++++++++++++---
test/test_helper.rb | 32 +--
51 files changed, 1965 insertions(+), 810 deletions(-)
create mode 100644 README-fr.adoc
create mode 100644 _settings-README.adoc
create mode 100644 test/manpage_test.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