From 68ca082a831db919f99de276cff6b9d561253319 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Sat, 27 Aug 2011 20:58:51 -0300 Subject: [PATCH] get ready for 2.5.0 --- exception_notification.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 55d4575e..0cdca993 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.4.1' + s.version = '2.5.0' s.authors = ["Jamis Buck", "Josh Peek"] - s.date = %q{2011-06-09} + s.date = %q{2011-08-27} s.summary = "Exception notification by email for Rails apps" s.email = "smartinez87@gmail.com"