Redcarpet v3.6.1

This commit is contained in:
Robin Dupret
2025-02-25 21:24:34 +01:00
parent 3f4f9df7de
commit 34c138e3f1
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## Version 3.6.1
* Migrate Markdown objects to the `TypedData` API.
Refs #785.

View File

@@ -2,7 +2,7 @@ require 'redcarpet.so'
require 'redcarpet/compat'
module Redcarpet
VERSION = '3.6.0'
VERSION = '3.6.1'
class Markdown
attr_reader :renderer

View File

@@ -1,10 +1,10 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'redcarpet'
s.version = '3.6.0'
s.version = '3.6.1'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2023-01-29'
s.date = '2025-02-25'
s.email = 'vicent@github.com'
s.homepage = 'https://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]