Skip to content

Commit

Permalink
Add ActionMailer dependency to gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Jul 30, 2011
1 parent 54f0eca commit c3f8805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exception_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ Gem::Specification.new do |s|
s.email = "[email protected]"

s.files = ['README.md'] + Dir['lib/**/*']

s.add_dependency("actionmailer", "~> 3.0.9")

s.require_path = 'lib'
end

0 comments on commit c3f8805

Please sign in to comment.