From c3f88050f23b5591b79d83cc777c8dfdda018547 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Sat, 30 Jul 2011 20:46:40 -0300 Subject: [PATCH] Add ActionMailer dependency to gemspec. --- exception_notification.gemspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 8727bf56..d08aba04 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -7,5 +7,8 @@ Gem::Specification.new do |s| s.email = "smartinez87@gmail.com" s.files = ['README.md'] + Dir['lib/**/*'] + + s.add_dependency("actionmailer", "~> 3.0.9") + s.require_path = 'lib' end