Skip to content

Commit

Permalink
textproc/ruby-redcarpet: update to 3.6.0
Browse files Browse the repository at this point in the history
3.6.0 (2023-01-29)

This release is not particularly heavy but brings a few improvements and
fixes.

Improvements

* Avoid warnings running on Ruby 3.2+ (See #721).
* Consider <center> as a block-level element (See #702).
* Properly provide a third argument to the table_cell callback indicating
  whether the current cell is part of the header or not.
* The previous implementation with two parameters is still supported (See
  #604 and #605).

Fixes

* Match fence char and length when matching closing fence in fenced code
  blocks (Fixes #208).
* Fix anchor generation on titles with ampersands (Fixes #696).
  • Loading branch information
taca committed Nov 6, 2024
1 parent 0baf24c commit 36541f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-redcarpet/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2021/01/14 14:57:36 taca Exp $
# $NetBSD: Makefile,v 1.13 2024/11/06 16:18:27 taca Exp $

DISTNAME= redcarpet-3.5.1
DISTNAME= redcarpet-3.6.0
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
20 changes: 4 additions & 16 deletions textproc/ruby-redcarpet/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@comment $NetBSD: PLIST,v 1.4 2015/06/11 16:27:15 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2024/11/06 16:18:27 taca Exp $
bin/redcarpet${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/redcarpet.${RUBY_DLEXT}
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.markdown
Expand All @@ -18,6 +20,7 @@ ${GEM_LIBDIR}/ext/redcarpet/houdini_href_e.c
${GEM_LIBDIR}/ext/redcarpet/houdini_html_e.c
${GEM_LIBDIR}/ext/redcarpet/html.c
${GEM_LIBDIR}/ext/redcarpet/html.h
${GEM_LIBDIR}/ext/redcarpet/html_block_names.txt
${GEM_LIBDIR}/ext/redcarpet/html_blocks.h
${GEM_LIBDIR}/ext/redcarpet/html_smartypants.c
${GEM_LIBDIR}/ext/redcarpet/markdown.c
Expand All @@ -34,19 +37,4 @@ ${GEM_LIBDIR}/lib/redcarpet/compat.rb
${GEM_LIBDIR}/lib/redcarpet/render_man.rb
${GEM_LIBDIR}/lib/redcarpet/render_strip.rb
${GEM_LIBDIR}/redcarpet.gemspec
${GEM_LIBDIR}/test/benchmark.rb
${GEM_LIBDIR}/test/custom_render_test.rb
${GEM_LIBDIR}/test/fixtures/benchmark.md
${GEM_LIBDIR}/test/html5_test.rb
${GEM_LIBDIR}/test/html_render_test.rb
${GEM_LIBDIR}/test/html_toc_render_test.rb
${GEM_LIBDIR}/test/markdown_test.rb
${GEM_LIBDIR}/test/pathological_inputs_test.rb
${GEM_LIBDIR}/test/redcarpet_bin_test.rb
${GEM_LIBDIR}/test/redcarpet_compat_test.rb
${GEM_LIBDIR}/test/safe_render_test.rb
${GEM_LIBDIR}/test/smarty_html_test.rb
${GEM_LIBDIR}/test/smarty_pants_test.rb
${GEM_LIBDIR}/test/stripdown_render_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions textproc/ruby-redcarpet/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2021/10/26 11:23:26 nia Exp $
$NetBSD: distinfo,v 1.15 2024/11/06 16:18:27 taca Exp $

BLAKE2s (redcarpet-3.5.1.gem) = ce8fc7c4ad613afb0c54134fc07ee24ae7e725a40c53cb94c56ffda12035b802
SHA512 (redcarpet-3.5.1.gem) = afab45ca91f85b3aa23c1ac651d6881bd19c93109239466de9aba8472173537b4f6e21335cdbdf21fc462c7beea1b8f0434c47207d82d26fc5534780a522532c
Size (redcarpet-3.5.1.gem) = 62464 bytes
BLAKE2s (redcarpet-3.6.0.gem) = 03b53a7752484dc9e843516843eb5d4649765f1568afee7bd5906c3105ce3175
SHA512 (redcarpet-3.6.0.gem) = 795d4d252903ef6dd51febb18fa5665f599e199a07c0d60eeee60bea3d001c02d926f3b6802ac339de6b0f9efff30081471397256c5dcb6443ec1f04fd4e48f9
Size (redcarpet-3.6.0.gem) = 55296 bytes

0 comments on commit 36541f1

Please sign in to comment.