File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# RDiscount Changelog
22
3+ ## Version 2.2.7.4 <small >(April 1, 2026)</small >
4+
5+ * Fix crash if ` to_html ` called on a string longer than INT_MAX (2 GiB of text).
6+
37## Version 2.2.7.3 <small >(December 31, 2023)</small >
48
59* Add Ruby 3.2 and 3.3 to continuous integration
Original file line number Diff line number Diff line change 2424# end
2525#
2626class RDiscount
27- VERSION = '2.2.7.3 '
27+ VERSION = '2.2.7.4 '
2828
2929 # Original Markdown formatted text.
3030 attr_reader :text
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'rdiscount'
3- s . version = '2.2.7.3 '
3+ s . version = '2.2.7.4 '
44 s . summary = "Fast Implementation of Gruber's Markdown in C"
55 s . email = 'david@dafoster.net'
66 s . homepage = 'http://dafoster.net/projects/rdiscount/'
You can’t perform that action at this time.
0 commit comments