Last Modified
2012-01-08 16:31:44 +0000
Requires

Description

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.