[DRE-commits] [ruby-kramdown] branch master updated (fa4e33f -> 1a53d43)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 8 21:19:13 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  fa4e33f   Update debian/changelog
      adds  5b63dc2   Imported Upstream version 1.11.1
       new  1415123   Merge tag 'upstream/1.11.1'
       new  5bda2c8   Bump Standards-Version to 3.9.8
       new  00e0941   Revert "Create symlink for rdoc template, css, js, fonts"
       new  431c4f0   prepare changelog
       new  e10ede9   Set Testsuite field to autopkgtest-pkg-ruby
       new  ee78621   add fix-datadir-path.patch to detect installed data files and refresh skip_missing_math_engines.patch
       new  1a53d43   update changelog

The 7 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                                   | 13 +++++++++++
 debian/control                                     |  3 ++-
 debian/patches/fix-datadir-path.patch              | 16 ++++++++++++++
 debian/patches/series                              |  1 +
 debian/patches/skip_missing_math_engines.patch     |  4 ++--
 debian/ruby-kramdown.links                         |  4 +---
 debian/rules                                       |  4 +---
 doc/default.template                               |  4 ++--
 doc/index.page                                     |  4 ++--
 doc/installation.page                              |  4 ++--
 kramdown.gemspec                                   |  9 +++++---
 lib/kramdown.rb                                    |  2 +-
 lib/kramdown/compatibility.rb                      |  2 +-
 lib/kramdown/converter.rb                          |  2 +-
 lib/kramdown/converter/base.rb                     |  2 +-
 lib/kramdown/converter/hash_ast.rb                 |  2 +-
 lib/kramdown/converter/html.rb                     | 21 ++++++++++--------
 lib/kramdown/converter/kramdown.rb                 |  2 +-
 lib/kramdown/converter/latex.rb                    |  2 +-
 lib/kramdown/converter/math_engine/itex2mml.rb     |  2 +-
 lib/kramdown/converter/math_engine/mathjax.rb      |  2 +-
 lib/kramdown/converter/math_engine/mathjaxnode.rb  |  2 +-
 lib/kramdown/converter/math_engine/ritex.rb        |  2 +-
 lib/kramdown/converter/pdf.rb                      |  2 +-
 lib/kramdown/converter/remove_html_tags.rb         |  2 +-
 lib/kramdown/converter/syntax_highlighter.rb       |  5 ++++-
 .../converter/syntax_highlighter/coderay.rb        |  8 +++----
 .../converter/syntax_highlighter/minted.rb         |  2 +-
 lib/kramdown/converter/syntax_highlighter/rouge.rb |  5 +++--
 lib/kramdown/converter/toc.rb                      |  2 +-
 lib/kramdown/document.rb                           |  2 +-
 lib/kramdown/element.rb                            |  2 +-
 lib/kramdown/error.rb                              |  2 +-
 lib/kramdown/options.rb                            |  2 +-
 lib/kramdown/parser.rb                             |  2 +-
 lib/kramdown/parser/base.rb                        |  2 +-
 lib/kramdown/parser/gfm.rb                         |  4 ++--
 lib/kramdown/parser/html.rb                        | 25 ++++++++++++++++------
 lib/kramdown/parser/kramdown.rb                    |  2 +-
 lib/kramdown/parser/kramdown/abbreviation.rb       |  2 +-
 lib/kramdown/parser/kramdown/autolink.rb           |  2 +-
 lib/kramdown/parser/kramdown/blank_line.rb         |  2 +-
 lib/kramdown/parser/kramdown/block_boundary.rb     |  2 +-
 lib/kramdown/parser/kramdown/blockquote.rb         |  2 +-
 lib/kramdown/parser/kramdown/codeblock.rb          |  2 +-
 lib/kramdown/parser/kramdown/codespan.rb           |  2 +-
 lib/kramdown/parser/kramdown/emphasis.rb           |  4 ++--
 lib/kramdown/parser/kramdown/eob.rb                |  2 +-
 lib/kramdown/parser/kramdown/escaped_chars.rb      |  2 +-
 lib/kramdown/parser/kramdown/extensions.rb         |  2 +-
 lib/kramdown/parser/kramdown/footnote.rb           |  2 +-
 lib/kramdown/parser/kramdown/header.rb             |  2 +-
 lib/kramdown/parser/kramdown/horizontal_rule.rb    |  2 +-
 lib/kramdown/parser/kramdown/html.rb               | 10 +++++----
 lib/kramdown/parser/kramdown/html_entity.rb        |  2 +-
 lib/kramdown/parser/kramdown/line_break.rb         |  2 +-
 lib/kramdown/parser/kramdown/link.rb               |  2 +-
 lib/kramdown/parser/kramdown/list.rb               |  2 +-
 lib/kramdown/parser/kramdown/math.rb               |  2 +-
 lib/kramdown/parser/kramdown/paragraph.rb          |  2 +-
 lib/kramdown/parser/kramdown/smart_quotes.rb       |  2 +-
 lib/kramdown/parser/kramdown/table.rb              |  2 +-
 lib/kramdown/parser/kramdown/typographic_symbol.rb |  2 +-
 lib/kramdown/parser/markdown.rb                    |  2 +-
 lib/kramdown/utils.rb                              |  2 +-
 lib/kramdown/utils/configurable.rb                 |  2 +-
 lib/kramdown/utils/entities.rb                     |  2 +-
 lib/kramdown/utils/html.rb                         |  2 +-
 lib/kramdown/utils/ordered_hash.rb                 |  2 +-
 lib/kramdown/utils/string_scanner.rb               |  2 +-
 lib/kramdown/utils/unidecoder.rb                   |  2 +-
 lib/kramdown/version.rb                            |  4 ++--
 test/run_tests.rb                                  |  2 +-
 test/test_files.rb                                 |  8 ++++++-
 test/test_location.rb                              |  2 +-
 test/test_string_scanner_kramdown.rb               |  2 +-
 .../block/06_codeblock/highlighting-opts.html      |  4 ++--
 .../testcases/block/06_codeblock/highlighting.html |  4 ++--
 .../testcases/block/06_codeblock/rouge/simple.html |  6 +++---
 test/testcases/block/09_html/not_parsed.html       |  2 +-
 test/testcases/block/09_html/simple.html           |  4 ----
 test/testcases/block/09_html/simple.html.19        |  4 ----
 test/testcases/block/09_html/simple.text           |  6 +-----
 test/testcases/block/09_html/xml.html              |  8 +++++++
 test/testcases/block/09_html/xml.text              |  7 ++++++
 test/testcases/block/12_extension/options3.html    |  4 ++--
 test/testcases/span/02_emphasis/normal.html        | 13 +++++++++++
 .../normal.options}                                |  0
 test/testcases/span/02_emphasis/normal.text        | 11 ++++++++++
 test/testcases/span/05_html/xml.html               |  5 +++++
 test/testcases/span/05_html/xml.text               |  5 +++++
 test/testcases_gfm/backticks_syntax.html           |  4 ++--
 95 files changed, 229 insertions(+), 135 deletions(-)
 create mode 100644 debian/patches/fix-datadir-path.patch
 create mode 100644 test/testcases/block/09_html/xml.html
 create mode 100644 test/testcases/block/09_html/xml.text
 copy test/testcases/span/{text_substitutions/entities_numeric.options => 02_emphasis/normal.options} (100%)
 create mode 100644 test/testcases/span/05_html/xml.html
 create mode 100644 test/testcases/span/05_html/xml.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