Upgraded RedCloth to 3.0.4

This commit is contained in:
Alexey Verkhovsky 2005-09-16 04:27:07 +00:00
parent 79cf8a0ea1
commit 1d44ce1c18
24 changed files with 1521 additions and 1160 deletions

View file

@ -84,7 +84,7 @@ ADDITIONAL_LOAD_PATHS = %w(
app/models
lib
vendor/madeleine-0.7.1/lib
vendor/RedCloth-3.0.3/lib
vendor/RedCloth-3.0.4/lib
vendor/rubyzip-0.5.8/lib
).map { |dir| "#{File.expand_path(File.join(INSTIKI_ROOT, dir))}"
}.delete_if { |dir| not File.exist?(dir) }