Replace redcloth3 by Redcloth (Redmine 3.4 compatibility)

This commit is contained in:
Victor LABORIE 2017-08-31 11:41:49 +02:00
parent b7c1dceda3
commit fe46c1cf94
2 changed files with 2 additions and 1 deletions

1
Gemfile Normal file
View file

@ -0,0 +1 @@
gem 'RedCloth'

View file

@ -38,7 +38,7 @@ else
end end
end end
require 'redcloth3' require 'RedCloth'
Redmine::Plugin.register :redmine_wiki_notes do Redmine::Plugin.register :redmine_wiki_notes do
name 'Redmine Wiki Notes plugin' name 'Redmine Wiki Notes plugin'
author 'Daniel Seifert' author 'Daniel Seifert'