Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing quoting and adding Mail 2.3.5
  • Loading branch information
mikel committed Apr 11, 2010
1 parent 6d29f97 commit 8f22be0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|
s.has_rdoc = true

s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.1.5.3')
s.add_dependency('mail', '~> 2.1.5.5')
s.add_dependency('text-format', '~> 1.0.0')
end
1 change: 0 additions & 1 deletion actionmailer/lib/action_mailer.rb
Expand Up @@ -46,7 +46,6 @@ module ActionMailer
autoload :DeprecatedApi
autoload :MailHelper
autoload :OldApi
autoload :Quoting
autoload :TestCase
autoload :TestHelper
end
Expand Down
64 changes: 0 additions & 64 deletions actionmailer/lib/action_mailer/quoting.rb

This file was deleted.

0 comments on commit 8f22be0

Please sign in to comment.