File: RedCloth.rb

package info (click to toggle)
ruby-redcloth 4.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 708 kB
  • sloc: ruby: 1,233; ansic: 201; makefile: 25
file content (6 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
# A workaround to make Rails 2.1 gem dependency easier on case-sensitive filesystems.
# Since the gem name is RedCloth and the file is redcloth.rb, config.gem 'RedCloth' doesn't
# work.  You'd have to use config.gem 'RedCloth', :lib => 'redcloth', and that's not 
# immediately obvious.  This file remedies that.
#
require File.join(File.dirname(__FILE__), '..', 'redcloth')