[DRE-commits] [ruby-kramdown] branch master updated (7755ed3 -> b7517ef)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Aug 27 13:38:16 UTC 2016


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

boutil pushed a change to branch master
in repository ruby-kramdown.

      from  7755ed3   prepare changelog
      adds  03e5ba5   New upstream version 1.12.0
       new  7baebda   Merge tag 'upstream/1.12.0'
       new  7906216   Refresh skip_missing_math_engines.patch
       new  9b6f4df   Remove fix-datadir-path.patch, applied upstream
       new  a1a7ddf   Put rouge 2.x syntax-highlighter in legacy mode for compatibility (Closes: #833788)
       new  9bf6fc0   rouge2.patch: fix tests
       new  b7517ef   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:
 CONTRIBUTERS                                       |  5 +-
 Rakefile                                           |  2 +-
 VERSION                                            |  2 +-
 debian/changelog                                   | 12 +++++
 debian/patches/fix-datadir-path.patch              | 16 ------
 debian/patches/rouge2.patch                        | 61 +++++++++++++++++++---
 debian/patches/series                              |  1 -
 debian/patches/skip_missing_math_engines.patch     | 17 +++---
 doc/index.page                                     |  4 +-
 doc/syntax.page                                    | 53 ++++++++++++++++++-
 kramdown.gemspec                                   |  6 +--
 lib/kramdown/compatibility.rb                      | 12 +++++
 lib/kramdown/converter/base.rb                     | 15 ++++--
 lib/kramdown/converter/html.rb                     | 28 +++++-----
 lib/kramdown/converter/kramdown.rb                 | 12 ++++-
 lib/kramdown/converter/syntax_highlighter/rouge.rb |  2 +-
 lib/kramdown/document.rb                           |  2 +-
 lib/kramdown/options.rb                            | 35 +++++++++++--
 lib/kramdown/parser/gfm.rb                         | 35 ++++++++++++-
 lib/kramdown/parser/html.rb                        |  6 +--
 lib/kramdown/parser/kramdown.rb                    | 17 +++---
 lib/kramdown/parser/kramdown/list.rb               |  5 ++
 lib/kramdown/parser/kramdown/paragraph.rb          |  6 ++-
 lib/kramdown/version.rb                            |  2 +-
 man/man1/kramdown.1                                | 27 ++++++++++
 test/test_files.rb                                 | 30 ++++++++++-
 .../block/06_codeblock/rouge/multiple.html         | 11 ++++
 .../rouge/{simple.options => multiple.options}     |  1 +
 .../block/06_codeblock/rouge/multiple.text         | 11 ++++
 .../block/13_definition_list/auto_ids.html         | 15 ++++++
 .../block/13_definition_list/auto_ids.text         | 18 +++++++
 .../block/13_definition_list/item_ial.html         |  5 ++
 .../block/13_definition_list/item_ial.text         |  8 +++
 test/testcases/block/15_math/no_engine.html        |  3 ++
 test/testcases/block/15_math/no_engine.options     |  1 +
 test/testcases/block/15_math/no_engine.text        |  2 +
 test/testcases/span/autolinks/url_links.html       | 10 ++--
 test/testcases/span/math/no_engine.html            |  1 +
 test/testcases/span/math/no_engine.options         |  1 +
 test/testcases/span/math/no_engine.text            |  1 +
 test/testcases_gfm/paragraph_end-disabled.html     | 31 +++++++++++
 test/testcases_gfm/paragraph_end-disabled.options  |  1 +
 test/testcases_gfm/paragraph_end-disabled.text     | 27 ++++++++++
 test/testcases_gfm/paragraph_end.html              | 38 ++++++++++++++
 test/testcases_gfm/paragraph_end.text              | 27 ++++++++++
 45 files changed, 540 insertions(+), 85 deletions(-)
 delete mode 100644 debian/patches/fix-datadir-path.patch
 create mode 100644 test/testcases/block/06_codeblock/rouge/multiple.html
 copy test/testcases/block/06_codeblock/rouge/{simple.options => multiple.options} (61%)
 create mode 100644 test/testcases/block/06_codeblock/rouge/multiple.text
 create mode 100644 test/testcases/block/13_definition_list/auto_ids.html
 create mode 100644 test/testcases/block/13_definition_list/auto_ids.text
 create mode 100644 test/testcases/block/15_math/no_engine.html
 create mode 100644 test/testcases/block/15_math/no_engine.options
 create mode 100644 test/testcases/block/15_math/no_engine.text
 create mode 100644 test/testcases/span/math/no_engine.html
 create mode 100644 test/testcases/span/math/no_engine.options
 create mode 100644 test/testcases/span/math/no_engine.text
 create mode 100644 test/testcases_gfm/paragraph_end-disabled.html
 create mode 100644 test/testcases_gfm/paragraph_end-disabled.options
 create mode 100644 test/testcases_gfm/paragraph_end-disabled.text
 create mode 100644 test/testcases_gfm/paragraph_end.html
 create mode 100644 test/testcases_gfm/paragraph_end.text

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



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