aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-kramdown-parser-gfm/fix-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-kramdown-parser-gfm/fix-version.patch')
-rw-r--r--community/ruby-kramdown-parser-gfm/fix-version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/ruby-kramdown-parser-gfm/fix-version.patch b/community/ruby-kramdown-parser-gfm/fix-version.patch
new file mode 100644
index 00000000000..3950126db38
--- /dev/null
+++ b/community/ruby-kramdown-parser-gfm/fix-version.patch
@@ -0,0 +1,13 @@
+Upstream-Issue: https://github.com/kramdown/parser-gfm/issues/15
+
+--- a/lib/kramdown/parser/gfm.rb
++++ b/lib/kramdown/parser/gfm.rb
+@@ -18,7 +18,7 @@
+ # This class provides a parser implementation for the GFM dialect of Markdown.
+ class GFM < Kramdown::Parser::Kramdown
+
+- VERSION = '1.0.1'
++ VERSION = '1.1.0'
+
+ attr_reader :paragraph_end
+