pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-redcarpet
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 24 17:00:50 UTC 2020
Modified Files:
pkgsrc/textproc/ruby-redcarpet: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ruby-redcarpet/Makefile \
pkgsrc/textproc/ruby-redcarpet/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-redcarpet/Makefile
diff -u pkgsrc/textproc/ruby-redcarpet/Makefile:1.10 pkgsrc/textproc/ruby-redcarpet/Makefile:1.11
--- pkgsrc/textproc/ruby-redcarpet/Makefile:1.10 Mon Mar 20 15:40:02 2017
+++ pkgsrc/textproc/ruby-redcarpet/Makefile Tue Mar 24 17:00:50 2020
@@ -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
Index: pkgsrc/textproc/ruby-redcarpet/distinfo
diff -u pkgsrc/textproc/ruby-redcarpet/distinfo:1.10 pkgsrc/textproc/ruby-redcarpet/distinfo:1.11
--- pkgsrc/textproc/ruby-redcarpet/distinfo:1.10 Mon Mar 20 15:40:02 2017
+++ pkgsrc/textproc/ruby-redcarpet/distinfo Tue Mar 24 17:00:50 2020
@@ -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