[DRE-commits] [ruby-kramdown] branch master updated (2418771 -> b537935)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 29 22:01:34 UTC 2014


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

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

      from  2418771   Imported Debian patch 1.4.1-1
      adds  7aca451   Imported Upstream version 1.4.2
       new  4efb4fe   Merge tag 'upstream/1.4.2'
       new  99d5d31   (build)depend ruby-prawn-table (Closes: #761527); bump standards-version
       new  8d04a67   exchange the order of Files paragraphs in debian/copyright
       new  b537935   prepare changelog

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 +-
 VERSION                                            |   2 +-
 checksums.yaml.gz                                  | Bin 267 -> 0 bytes
 data/kramdown/document.latex                       |   2 +
 debian/changelog                                   |  11 +++
 debian/control                                     |   4 +-
 debian/copyright                                   |   8 +-
 doc/index.page                                     |   4 +-
 doc/sidebar.template                               |   4 +-
 doc/tests.page                                     |  85 ++++++++++-----------
 lib/kramdown/converter/html.rb                     |   8 +-
 lib/kramdown/converter/kramdown.rb                 |   1 +
 lib/kramdown/converter/latex.rb                    |   2 -
 lib/kramdown/parser/base.rb                        |   7 +-
 lib/kramdown/parser/gfm.rb                         |   2 +-
 lib/kramdown/parser/html.rb                        |   6 +-
 lib/kramdown/parser/kramdown.rb                    |   2 +-
 lib/kramdown/parser/kramdown/abbreviation.rb       |  10 ++-
 lib/kramdown/parser/kramdown/codespan.rb           |   4 +-
 lib/kramdown/parser/kramdown/emphasis.rb           |   9 ++-
 lib/kramdown/parser/kramdown/extensions.rb         |  12 +--
 lib/kramdown/parser/kramdown/footnote.rb           |   2 +-
 lib/kramdown/parser/kramdown/header.rb             |   2 +-
 lib/kramdown/parser/kramdown/line_break.rb         |   2 +-
 lib/kramdown/parser/kramdown/link.rb               |  11 +--
 lib/kramdown/parser/kramdown/math.rb               |   4 +-
 lib/kramdown/parser/kramdown/paragraph.rb          |   2 +-
 lib/kramdown/parser/kramdown/smart_quotes.rb       |   3 +-
 lib/kramdown/parser/kramdown/table.rb              |   7 +-
 lib/kramdown/utils/string_scanner.rb               |  39 +++++-----
 lib/kramdown/version.rb                            |   2 +-
 metadata.yml                                       |  80 +++++++++----------
 test/test_location.rb                              |  34 +++++++++
 test/testcases/block/04_header/atx_header.html     |   2 +
 test/testcases/block/04_header/atx_header.text     |   1 +
 .../span/04_footnote/inside_footnote.html          |  17 +++++
 .../span/04_footnote/inside_footnote.text          |   9 +++
 test/testcases_gfm/hard_line_breaks_off.html       |   4 +-
 test/testcases_gfm/hard_line_breaks_off.text       |   4 +-
 test/testcases_gfm/two_para_hard_line_breaks.html  |   2 +-
 test/testcases_gfm/two_para_hard_line_breaks.text  |   2 +-
 41 files changed, 255 insertions(+), 159 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 test/testcases/span/04_footnote/inside_footnote.html
 create mode 100644 test/testcases/span/04_footnote/inside_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