File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 3.6.0
4+
35* Avoid warnings running on Ruby 3.2+.
46
57 Refs #721 .
Original file line number Diff line number Diff line change 22require 'redcarpet/compat'
33
44module Redcarpet
5- VERSION = '3.5.1 '
5+ VERSION = '3.6.0 '
66
77 class Markdown
88 attr_reader :renderer
Original file line number Diff line number Diff line change 11# encoding: utf-8
22Gem ::Specification . new do |s |
33 s . name = 'redcarpet'
4- s . version = '3.5.1 '
4+ s . version = '3.6.0 '
55 s . summary = "Markdown that smells nice"
66 s . description = 'A fast, safe and extensible Markdown to (X)HTML parser'
7- s . date = '2020-12-15 '
7+ s . date = '2023-01-29 '
88 s . email = 'vicent@github.com'
99 s . homepage = 'https://github.com/vmg/redcarpet'
1010 s . authors = [ "Natacha Porté" , "Vicent Martí" ]
You can’t perform that action at this time.
0 commit comments