* Fix specs under Rails 3 where ActiveSupport features need to be explicitly required. * Remove explicit rubygems require * Fix Rails 3.0.9 issue with modifying strings in place [Randy Schmidt] 1.1.5 (2011-02-16) * Support for Rails 3 / rails_xss via the addition of html_safe to the output if applicable 1.1.4 (2011-02-16) * RedCloth 4.2.7 is released and doesn't have the case-sensitivity issue, so remove the restriction for 4.2.6 1.1.3 (2011-02-10) * Remove explicit Nokogiri dependency * Update requirement to allow Sanitize 2.0--the future is now * Update requirement to allow a wider range of RedCloth * Fix spec for Sanitize 2.0.0 / Nokogiri 1.4.4 which gives the output I want 1.1.2 (2010-05-07) * Make reload method more compatible (eg. with globalize2) 1.1.1 (2010-01-12) * Fix Rails 3 deprecation (Ralph von der Heyden) 1.1.0 (2010-10-19) * Add acts_as_sanitized and acts_as_textiled helpers to separate out the functionality. * Add default_sanitize_options and default_textile_options class variables. 1.0.0 (2009-10-14) * Initial butchering of defunkt's work.