~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/actionmailer/lib/action_mailer/vendor/text_format.rb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
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'