Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8668

Show
Ignore:
Timestamp:
01/19/08 03:13:44 (8 months ago)
Author:
bitsweat
Message:

Update vendor version number

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionmailer/lib/action_mailer/vendor.rb

    r8620 r8668  
    33 
    44begin 
    5   gem 'tmail', '~> 1.2.1
     5  gem 'tmail', '~> 1.2.2
    66rescue Gem::LoadError 
    7   $:.unshift "#{File.dirname(__FILE__)}/vendor/tmail-1.2.1
     7  $:.unshift "#{File.dirname(__FILE__)}/vendor/tmail-1.2.2
    88end 
    99