From 2e5d00af5169f5e0f32a865cd1d3cfe75ee90251 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Mon, 29 Aug 2011 10:10:42 -0300 Subject: [PATCH] 2.5.1 release. --- exception_notification.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 490ac8ed..539fd817 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'exception_notification' - s.version = '2.5.0' + s.version = '2.5.1' s.authors = ["Jamis Buck", "Josh Peek"] - s.date = %q{2011-08-27} + s.date = %q{2011-08-29} s.summary = "Exception notification by email for Rails apps" s.email = "smartinez87@gmail.com"