[DRE-commits] [ruby-kramdown] branch master updated (4062973 -> ee19bfa)

Youhei SASAKI uwabami-guest at alioth.debian.org
Wed Sep 4 09:06:30 UTC 2013


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

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

      from  4062973   Update debian/changelog
       new  4ee7a2d   Imported Upstream version 1.2.0
       new  21efa20   Refresh patches
       new  ee19bfa   Update debian/changelog

The 3 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                                       |    6 +-
 Rakefile                                           |    4 +-
 VERSION                                            |    2 +-
 checksums.yaml.gz                                  |  Bin 427 -> 270 bytes
 data/kramdown/document.html                        |    4 ++
 debian/changelog                                   |    7 ++
 debian/patches/0001-Fix_StringEx_Require.patch     |   20 +++---
 doc/documentation.page                             |    2 +-
 doc/installation.page                              |    4 +-
 doc/sidebar.template                               |    4 +-
 doc/syntax.page                                    |    9 ++-
 lib/kramdown/converter/base.rb                     |    2 +-
 lib/kramdown/converter/html.rb                     |    2 +-
 lib/kramdown/converter/latex.rb                    |    4 +-
 lib/kramdown/parser.rb                             |    1 +
 lib/kramdown/parser/gfm.rb                         |   40 +++++++++++
 lib/kramdown/parser/html.rb                        |    1 +
 lib/kramdown/parser/kramdown/codeblock.rb          |    8 +--
 lib/kramdown/parser/kramdown/extensions.rb         |    2 +-
 lib/kramdown/parser/kramdown/header.rb             |    2 +-
 lib/kramdown/utils/unidecoder.rb                   |   11 ++-
 lib/kramdown/version.rb                            |    2 +-
 metadata.yml                                       |   25 ++++---
 test/test_files.rb                                 |   74 ++++++++++++++++++++
 .../{indented.html => indented.html.gfm}           |    8 +--
 test/testcases/block/04_header/atx_header.html     |    6 +-
 test/testcases/block/04_header/atx_header.text     |    6 +-
 test/testcases/block/04_header/setext_header.html  |    4 +-
 test/testcases/block/04_header/setext_header.text  |    5 +-
 .../testcases/block/07_horizontal_rule/normal.html |    2 +
 .../testcases/block/07_horizontal_rule/normal.text |    3 +
 .../backticks_disable_highlighting.html            |    2 +
 .../backticks_disable_highlighting.options}        |    0
 .../backticks_disable_highlighting.text            |    3 +
 test/testcases_gfm/backticks_syntax.html           |   20 ++++++
 test/testcases_gfm/backticks_syntax.text           |   19 +++++
 test/testcases_gfm/two_para_hard_line_breaks.html  |    4 ++
 .../two_para_hard_line_breaks.text}                |    2 +-
 38 files changed, 262 insertions(+), 58 deletions(-)
 create mode 100644 lib/kramdown/parser/gfm.rb
 copy test/testcases/block/03_paragraph/{indented.html => indented.html.gfm} (70%)
 create mode 100644 test/testcases_gfm/backticks_disable_highlighting.html
 copy test/{testcases/block/06_codeblock/disable-highlighting.options => testcases_gfm/backticks_disable_highlighting.options} (100%)
 create mode 100644 test/testcases_gfm/backticks_disable_highlighting.text
 create mode 100644 test/testcases_gfm/backticks_syntax.html
 create mode 100644 test/testcases_gfm/backticks_syntax.text
 create mode 100644 test/testcases_gfm/two_para_hard_line_breaks.html
 copy test/{testcases/block/03_paragraph/two_para.text => testcases_gfm/two_para_hard_line_breaks.text} (61%)

-- 
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