Skip to content

Commit

Permalink
Update ruby-kramdown to 1.9.0.
Browse files Browse the repository at this point in the history
kramdown 1.9.0 released

This release contains some minor updates and bug fixes.

Changes

  * 3 minor changes:

    - The Rouge syntax highlighter can now be enabled/disabled for spans
      and/or blocks and options can now be set for both spans and blocks as
      well as only for spans or only for blocks (fixes #286, requested by
      Raphael R.)
    - Setting the ‘footnote_backlink’ option to an empty string now
      completely suppresses footnotes (fixes #270, requested by Kyle Barbour)
    - New converter HashAST for creating a hash from the internal tree
      structure (fixes #275, pull request by Hector Correa)

  * 1 bug fix:

    - When using the ‘hard_wrap’ option for the GFM parser, line numbers
      were lost (fixes #274, pull request by Marek Tuchowski) Published on
      Saturday, 04 July 2015
  • Loading branch information
taca committed Oct 4, 2015
1 parent 0205089 commit 3e0e2a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-kramdown/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2015/09/13 15:21:30 taca Exp $
# $NetBSD: Makefile,v 1.12 2015/10/04 13:32:49 taca Exp $

DISTNAME= kramdown-1.8.0
DISTNAME= kramdown-1.9.0
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
24 changes: 17 additions & 7 deletions textproc/ruby-kramdown/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2015/09/13 15:21:30 taca Exp $
@comment $NetBSD: PLIST,v 1.11 2015/10/04 13:32:49 taca Exp $
bin/kramdown${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/AUTHORS
Expand Down Expand Up @@ -40,6 +40,7 @@ ${GEM_LIBDIR}/lib/kramdown.rb
${GEM_LIBDIR}/lib/kramdown/compatibility.rb
${GEM_LIBDIR}/lib/kramdown/converter.rb
${GEM_LIBDIR}/lib/kramdown/converter/base.rb
${GEM_LIBDIR}/lib/kramdown/converter/hash_ast.rb
${GEM_LIBDIR}/lib/kramdown/converter/html.rb
${GEM_LIBDIR}/lib/kramdown/converter/kramdown.rb
${GEM_LIBDIR}/lib/kramdown/converter/latex.rb
Expand Down Expand Up @@ -169,9 +170,6 @@ ${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-minted.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-opts.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-opts.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-opts.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-rouge.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-rouge.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting-rouge.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/highlighting.text
Expand All @@ -185,6 +183,12 @@ ${GEM_LIBDIR}/test/testcases/block/06_codeblock/no_newline_at_end_1.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/no_newline_at_end_1.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/normal.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/normal.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/rouge/disabled.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/rouge/disabled.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/rouge/disabled.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/rouge/simple.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/rouge/simple.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/rouge/simple.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/tilde_syntax.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/tilde_syntax.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/whitespace.html
Expand Down Expand Up @@ -440,13 +444,16 @@ ${GEM_LIBDIR}/test/testcases/span/03_codespan/errors.text
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting-minted.latex
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting-minted.options
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting-minted.text
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting-rouge.html
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting-rouge.options
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting-rouge.text
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting.html
${GEM_LIBDIR}/test/testcases/span/03_codespan/highlighting.text
${GEM_LIBDIR}/test/testcases/span/03_codespan/normal.html
${GEM_LIBDIR}/test/testcases/span/03_codespan/normal.text
${GEM_LIBDIR}/test/testcases/span/03_codespan/rouge/disabled.html
${GEM_LIBDIR}/test/testcases/span/03_codespan/rouge/disabled.options
${GEM_LIBDIR}/test/testcases/span/03_codespan/rouge/disabled.text
${GEM_LIBDIR}/test/testcases/span/03_codespan/rouge/simple.html
${GEM_LIBDIR}/test/testcases/span/03_codespan/rouge/simple.options
${GEM_LIBDIR}/test/testcases/span/03_codespan/rouge/simple.text
${GEM_LIBDIR}/test/testcases/span/04_footnote/backlink_text.html
${GEM_LIBDIR}/test/testcases/span/04_footnote/backlink_text.options
${GEM_LIBDIR}/test/testcases/span/04_footnote/backlink_text.text
Expand All @@ -466,6 +473,9 @@ ${GEM_LIBDIR}/test/testcases/span/04_footnote/placement.html
${GEM_LIBDIR}/test/testcases/span/04_footnote/placement.text
${GEM_LIBDIR}/test/testcases/span/04_footnote/regexp_problem.html
${GEM_LIBDIR}/test/testcases/span/04_footnote/regexp_problem.text
${GEM_LIBDIR}/test/testcases/span/04_footnote/without_backlink.html
${GEM_LIBDIR}/test/testcases/span/04_footnote/without_backlink.options
${GEM_LIBDIR}/test/testcases/span/04_footnote/without_backlink.text
${GEM_LIBDIR}/test/testcases/span/05_html/across_lines.html
${GEM_LIBDIR}/test/testcases/span/05_html/across_lines.text
${GEM_LIBDIR}/test/testcases/span/05_html/button.html
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-kramdown/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2015/09/13 15:21:30 taca Exp $
$NetBSD: distinfo,v 1.12 2015/10/04 13:32:49 taca Exp $

SHA1 (kramdown-1.8.0.gem) = 1bb4eccd2fcf1b51c3aa7b9611da5ee1a5b6899c
RMD160 (kramdown-1.8.0.gem) = 3c7efe578b945e0cd5711287b7857765a7d117c1
Size (kramdown-1.8.0.gem) = 238080 bytes
SHA1 (kramdown-1.9.0.gem) = 34b7b8201f48a955c026fd065b8740ba41a56863
RMD160 (kramdown-1.9.0.gem) = b871ffc7b485eebb92053244971c4aa19b214b46
Size (kramdown-1.9.0.gem) = 238592 bytes

0 comments on commit 3e0e2a8

Please sign in to comment.