From d94da3055b19ba7a129a121b77bb1e60dba3f133 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Mon, 29 Aug 2011 21:00:06 -0300 Subject: [PATCH] Bump up to v2.5.2 --- exception_notification.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 95db010c..f255e3f0 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'exception_notification' - s.version = '2.5.1' + s.version = '2.5.2' s.authors = ["Jamis Buck", "Josh Peek"] s.date = %q{2011-08-29} s.summary = "Exception notification by email for Rails apps"