Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / actionmailer / lib / action_mailer / vendor / text_format.rb
1 # Prefer gems to the bundled libs.
2 require 'rubygems'
3
4 begin
5 gem 'text-format', '>= 0.6.3'
6 rescue Gem::LoadError
7 $:.unshift "#{File.dirname(__FILE__)}/text-format-0.6.3"
8 end
9
10 require 'text/format'