Sha256: 0a7bb026e5b25079a837056013d7eeb5b17910bf567a183afbe6e368b0f83150

Contents?: true

Size: 374 Bytes

Versions: 93

Compression:

Stored size: 374 Bytes

Contents

# 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')

Version data entries

93 entries across 93 versions & 9 rubygems

Version Path
BBRedCloth-0.8.2 lib/case_sensitive_require/RedCloth.rb
BBRedCloth-0.8.1 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.7-x86-mswin32-60 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.7-x86-mingw32 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.7-java lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.7 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.5-x86-mswin32-60 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.5-x86-mingw32 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.5-java lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.5 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4-x86-mswin32-60 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4-x86-mingw32 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4-java lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4.pre3-x86-mswin32-60 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4.pre3-x86-mingw32 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4.pre3-java lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4.pre3 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4.pre2-x86-mswin32-60 lib/case_sensitive_require/RedCloth.rb
RedCloth-4.2.4.pre2-x86-mingw32 lib/case_sensitive_require/RedCloth.rb