pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-redcarpet textproc/ruby-redcarpet: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f56fbbe528
branches:  trunk
changeset: 425947:00f56fbbe528
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 24 17:00:50 2020 +0000

description:
textproc/ruby-redcarpet: update to 3.5.0

Update ruby-redcarpet to 3.5.0.


Version 3.5.0

* Avoid mutating the options hash passed to a render object.

    Refs #663.

    Max Schwenk

* Fix a segfault rendering quotes using StripDown and the :quote option.

    Fixes #639.

* Fix warning: instance variable @options not initialized when running under
  verbose mode (-w, $VERBOSE = true).

* Fix SmartyPants single quotes right after a link. For example:

    [John](http://john.doe)'s cat

    Will now properly converts ' to a right single quote (i.e. ?).

    Fixes #624.

* Remove the rel and rev attributes from the output generated for footnotes as
  they don't pass the HTML 5 validation.

    Fixes #536.

* Automatically enable the fenced_code_blocks option passing a HTML_TOC object
  to the Markdown object's constructor since some languages rely on the sharp
  to comment code.

    Fixes #451.

* Allow passing Range objects to the nesting_level option to have a higher
  level of customization for table of contents:

    Redcarpet::Render::HTML_TOC.new(nesting_level: 2..5)

    Fixes #519.

diffstat:

 textproc/ruby-redcarpet/Makefile |   4 ++--
 textproc/ruby-redcarpet/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e17b9484232d -r 00f56fbbe528 textproc/ruby-redcarpet/Makefile
--- a/textproc/ruby-redcarpet/Makefile  Tue Mar 24 16:59:18 2020 +0000
+++ b/textproc/ruby-redcarpet/Makefile  Tue Mar 24 17:00:50 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/03/20 15:40:02 taca Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/24 17:00:50 taca Exp $
 
-DISTNAME=      redcarpet-3.4.0
+DISTNAME=      redcarpet-3.5.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r e17b9484232d -r 00f56fbbe528 textproc/ruby-redcarpet/distinfo
--- a/textproc/ruby-redcarpet/distinfo  Tue Mar 24 16:59:18 2020 +0000
+++ b/textproc/ruby-redcarpet/distinfo  Tue Mar 24 17:00:50 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/03/20 15:40:02 taca Exp $
+$NetBSD: distinfo,v 1.11 2020/03/24 17:00:50 taca Exp $
 
-SHA1 (redcarpet-3.4.0.gem) = 5b75e3d781c66e52dbc16c99eddaa1eff067458f
-RMD160 (redcarpet-3.4.0.gem) = b5a087b4bcd6550a9a96d94b19a2471be2e705fd
-SHA512 (redcarpet-3.4.0.gem) = 7cd68a7d6c2dc4d94683e8738e4867b99a98ee135a59041cddb6d4f42a67ba137e56852e7a1701b35fae7b3b825008194f2a7ed818c5a9fe2bab8e904328529f
-Size (redcarpet-3.4.0.gem) = 61440 bytes
+SHA1 (redcarpet-3.5.0.gem) = ac95368eb36679a4b7c28b9b29d0eb4661371df8
+RMD160 (redcarpet-3.5.0.gem) = 2aad51748cbe71f4ddafeec9106577ab4933aa0e
+SHA512 (redcarpet-3.5.0.gem) = afcb10a1a73356724846f9f4c3f794d3cd6fcd31e3bcbc75d249e1ed69e3d8f8808cd628b1c195ba27dd5ac2de0c477d7cce9667138cbe1646c77d78bcaf5278
+Size (redcarpet-3.5.0.gem) = 62464 bytes



Home | Main Index | Thread Index | Old Index