From daf39e2287067b0fde275f674a5503dde7349b06 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Mon, 9 Jan 2012 11:13:47 +0000 Subject: Send email notifications on exceptions --- .../exception_notification/exception_notification.gemspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/plugins/exception_notification/exception_notification.gemspec (limited to 'vendor/plugins/exception_notification/exception_notification.gemspec') diff --git a/vendor/plugins/exception_notification/exception_notification.gemspec b/vendor/plugins/exception_notification/exception_notification.gemspec new file mode 100644 index 000000000..b3ff82322 --- /dev/null +++ b/vendor/plugins/exception_notification/exception_notification.gemspec @@ -0,0 +1,11 @@ +Gem::Specification.new do |s| + s.name = 'exception_notification' + s.version = '2.3.3.0' + s.authors = ["Jamis Buck", "Josh Peek", "Tim Connor"] + s.date = %q{2010-03-13} + s.summary = "Exception notification by email for Rails apps - 2.3-stable compatible version" + s.email = "timocratic@gmail.com" + + s.files = ['README'] + Dir['lib/**/*'] + Dir['views/**/*'] + s.require_path = 'lib' +end -- cgit v1.2.3