Skip to content

Commit

Permalink
Load RedcarpetCompat when requiring 'redcarpet'
Browse files Browse the repository at this point in the history
Fixes a backward incompatible change introduced in v3.2.0 via #401.
  • Loading branch information
lsegal authored and robin850 committed Nov 25, 2014
1 parent 873ae35 commit 89f5330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redcarpet.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'redcarpet.so'
require 'redcarpet/compat'

module Redcarpet
VERSION = '3.2.0'
Expand Down

0 comments on commit 89f5330

Please sign in to comment.