ruby-github-markup: Update to 4.0.2

4.0.2 - 2023-10-10
- Add support for .mdx files in markdown

4.0.1 - 2022-03-07
- Update to commonmarker 0.18.3; There isn't a version on RubyGems for
  this, so this is pointing to a tag version on GitHub

4.0.0 - 2021-03-31
- Drop support for Python 2 in RST rendering #1456

3.0.5 - 2020-11-12
- Add commonmarker_exts to commonmarker options #1268
- Check whether filename is set when rendering Asciidoc. #1290

3.0.4 - 2019-04-03
- Expose options in #render_s #1249
- Upgrade to Asciidoctor 2.0.x #1264

3.0.3 - 2018-12-17
- Temporarily remove support for POD6 #1248

3.0.2 - 2018-12-12
- Add support for POD6 #1173

3.0.1 - 2018-10-19
- Remove linguist-detected RMarkdown files from the Markdown renderer #1237

3.0.0 - 2018-10-18
- Allow passing options through to CommonMarker #1236
- Symlink option is now a keyword arg #1236

2.0.2 - 2018-10-15
- Don't render rmd files as Markdown #1235

2.0.1 - 2018-06-29
- Create anchor for every =item directive in POD files #1165

2.0.0 - 2018-01-31
- Remove filesystem access #1157
master
Atsushi Toyokura 2023-11-01 23:36:32 +09:00
parent e2c192648f
commit ec4fdeb3cb
3 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= github-markup-1.7.0
DISTNAME= github-markup-4.0.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@ -1,10 +1,13 @@
@comment $NetBSD$
bin/github-markup
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.dockerignore
${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.kick
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Dockerfile
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/HISTORY.md
${GEM_LIBDIR}/LICENSE
@ -14,6 +17,7 @@ ${GEM_LIBDIR}/bin/github-markup
${GEM_LIBDIR}/github-markup.gemspec
${GEM_LIBDIR}/lib/github-markup.rb
${GEM_LIBDIR}/lib/github/commands/pod2html
${GEM_LIBDIR}/lib/github/commands/pod62html
${GEM_LIBDIR}/lib/github/commands/rest2html
${GEM_LIBDIR}/lib/github/markup.rb
${GEM_LIBDIR}/lib/github/markup/command_implementation.rb
@ -33,6 +37,8 @@ ${GEM_LIBDIR}/test/markups/README.creole
${GEM_LIBDIR}/test/markups/README.creole.html
${GEM_LIBDIR}/test/markups/README.directives.rst
${GEM_LIBDIR}/test/markups/README.directives.rst.html
${GEM_LIBDIR}/test/markups/README.hidetitle.asciidoc
${GEM_LIBDIR}/test/markups/README.hidetitle.asciidoc.html
${GEM_LIBDIR}/test/markups/README.litcoffee
${GEM_LIBDIR}/test/markups/README.litcoffee.html
${GEM_LIBDIR}/test/markups/README.markdown
@ -47,18 +53,18 @@ ${GEM_LIBDIR}/test/markups/README.pod
${GEM_LIBDIR}/test/markups/README.pod.html
${GEM_LIBDIR}/test/markups/README.rdoc
${GEM_LIBDIR}/test/markups/README.rdoc.html
${GEM_LIBDIR}/test/markups/README.rmd
${GEM_LIBDIR}/test/markups/README.rmd.html
${GEM_LIBDIR}/test/markups/README.rst
${GEM_LIBDIR}/test/markups/README.rst.html
${GEM_LIBDIR}/test/markups/README.rst.txt
${GEM_LIBDIR}/test/markups/README.rst.txt.html
${GEM_LIBDIR}/test/markups/README.textile
${GEM_LIBDIR}/test/markups/README.textile.html
${GEM_LIBDIR}/test/markups/README.toc.asciidoc
${GEM_LIBDIR}/test/markups/README.toc.asciidoc.html
${GEM_LIBDIR}/test/markups/README.toc.rst
${GEM_LIBDIR}/test/markups/README.toc.rst.html
${GEM_LIBDIR}/test/markups/README.txt
${GEM_LIBDIR}/test/markups/README.txt.html
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.6.0/extensions
@pkgdir lib/ruby/gems/2.6.0/build_info
@pkgdir lib/ruby/gems/3.2.0/plugins
@pkgdir lib/ruby/gems/3.2.0/extensions

View File

@ -1,5 +1,5 @@
$NetBSD$
RMD160 (github-markup-1.7.0.gem) = f9a5707929458e655e74644dc6c4e2c8cf78c6fa
SHA512 (github-markup-1.7.0.gem) = 25c9908403c52a8d511788698b6992248768db0da93a87e48ae077d41719957dd0c1ca9146980f98cc038d3d6ed18446463bc6bde3808a8c9f096e8b284125d1
Size (github-markup-1.7.0.gem) = 30720 bytes
BLAKE2s (github-markup-4.0.2.gem) = 528ab6630514a22fec5cffe6c766ce43a3e58ffe4bb286fdaa8c7375dd6f2d9c
SHA512 (github-markup-4.0.2.gem) = 5ab1a1ab0c08cbb89e51cc389402082133e1d00f9a3c1d2f96256e73391404278a9e6f7b6257234f73ef43de0e78a9bcab969375385cea61b9ca8a3cacdca9b6
Size (github-markup-4.0.2.gem) = 34816 bytes