Files | Admin

Notes:

Release Name: RedCloth-4.0.3

Notes:
Quick release to handle an error when RedCloth is a gem dependency of your Rails 2.1 app.  You should be able to do config.gem "RedCloth" in your environment.rb with no problems, now--frozen or unfrozen, with a prior version of RedCloth installed or not.


Changes: * Fix NoMethodError: private method gsub!' called for nil:NilClass when two dimensions followed by a space. #38 * Fixed unititialized constant RedCloth::TextileDoc with Rails 2.1. Came from a workaround for Rails bug #320 that was applied even when not necessary. #42