[DRE-commits] [ruby-kramdown] branch master updated (6d94df1 -> 88274c2)

Cédric Boutillier boutil at moszumanska.debian.org
Sun Oct 1 15:56:40 UTC 2017


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

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

      from  6d94df1   Update debian/changelog
      adds  264706f   New upstream version 1.15.0
       new  c8ad4cc   Updated version 1.15.0 from 'upstream/1.15.0'
       new  e9ca408   Drop rouge2.patch, not needed any more
       new  e1964de   Bump Standards-Version to 4.1.1 (no changes needed)
       new  88274c2   Prepare upload to unstable

The 4 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                                       |  2 +-
 Rakefile                                           |  3 +-
 VERSION                                            |  2 +-
 debian/changelog                                   | 10 +++
 debian/control                                     |  2 +-
 debian/patches/rouge2.patch                        | 36 ----------
 debian/patches/series                              |  1 -
 doc/index.page                                     |  4 +-
 doc/syntax.page                                    |  4 ++
 kramdown.gemspec                                   | 13 ++--
 lib/kramdown/compatibility.rb                      | 48 --------------
 lib/kramdown/converter/html.rb                     | 24 +++++--
 lib/kramdown/converter/latex.rb                    | 10 +--
 lib/kramdown/document.rb                           |  5 +-
 lib/kramdown/parser/base.rb                        | 24 +++----
 lib/kramdown/parser/kramdown.rb                    |  5 +-
 lib/kramdown/parser/kramdown/autolink.rb           |  8 +--
 lib/kramdown/utils/html.rb                         |  2 +-
 lib/kramdown/utils/ordered_hash.rb                 | 76 +---------------------
 lib/kramdown/utils/unidecoder.rb                   |  2 +-
 lib/kramdown/version.rb                            |  2 +-
 .../block/06_codeblock/rouge/multiple.html         | 12 ++--
 .../testcases/block/06_codeblock/rouge/simple.html | 12 ++--
 .../testcases/block/08_list/brackets_in_item.latex |  3 +
 test/testcases/block/08_list/brackets_in_item.text |  1 +
 test/testcases/block/12_extension/options.html     |  2 +-
 test/testcases/block/12_extension/options2.html    |  2 +-
 .../testcases/block/16_toc/toc_with_footnotes.html |  2 +-
 test/testcases/block/16_toc/toc_with_links.html    |  8 +++
 .../toc_with_links.options}                        |  1 +
 test/testcases/block/16_toc/toc_with_links.text    |  8 +++
 test/testcases/span/01_link/latex_escaping.latex   |  6 ++
 test/testcases/span/01_link/latex_escaping.text    |  5 ++
 test/testcases/span/04_footnote/backlink_text.html |  2 +-
 test/testcases/span/04_footnote/definitions.latex  |  4 +-
 test/testcases/span/04_footnote/footnote_nr.html   |  4 +-
 .../span/04_footnote/inside_footnote.html          |  6 +-
 test/testcases/span/04_footnote/markers.latex      |  4 +-
 .../markers.options}                               |  1 +
 test/testcases/span/04_footnote/placement.html     |  2 +-
 .../placement.options}                             |  0
 .../regexp_problem.options}                        |  1 +
 test/testcases/span/abbreviations/in_footnote.html |  9 +++
 test/testcases/span/abbreviations/in_footnote.text |  5 ++
 44 files changed, 147 insertions(+), 236 deletions(-)
 delete mode 100644 debian/patches/rouge2.patch
 delete mode 100644 lib/kramdown/compatibility.rb
 create mode 100644 test/testcases/block/08_list/brackets_in_item.latex
 create mode 100644 test/testcases/block/08_list/brackets_in_item.text
 create mode 100644 test/testcases/block/16_toc/toc_with_links.html
 copy test/testcases/block/{04_header/with_auto_id_stripping.options => 16_toc/toc_with_links.options} (60%)
 create mode 100644 test/testcases/block/16_toc/toc_with_links.text
 create mode 100644 test/testcases/span/01_link/latex_escaping.latex
 create mode 100644 test/testcases/span/01_link/latex_escaping.text
 copy test/testcases/span/{text_substitutions/entities_symbolic.options => 04_footnote/markers.options} (60%)
 copy test/testcases/span/{02_emphasis/normal.options => 04_footnote/placement.options} (100%)
 copy test/testcases/span/{text_substitutions/entities_symbolic.options => 04_footnote/regexp_problem.options} (60%)
 create mode 100644 test/testcases/span/abbreviations/in_footnote.html
 create mode 100644 test/testcases/span/abbreviations/in_footnote.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