From 45a9df9f49e3b7f9c348c121cf5de4bae2dcbff7 Mon Sep 17 00:00:00 2001 From: James Gifford Date: Sat, 6 Oct 2012 22:47:20 -0400 Subject: [PATCH] Release 2.4.5.2. Changelog: - Merge in upstream #69. - Various odds and ends in the readme. --- delayed_paperclip.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/delayed_paperclip.gemspec b/delayed_paperclip.gemspec index 20e96fc..c5c0b86 100644 --- a/delayed_paperclip.gemspec +++ b/delayed_paperclip.gemspec @@ -8,13 +8,13 @@ end.flatten spec = Gem::Specification.new do |s| s.name = %q{delayed_paperclip} - s.version = "2.4.5.1" + s.version = "2.4.5.2" - s.authors = ["Jesse Storimer", "Bert Goethals"] + s.authors = ["Jesse Storimer", "Bert Goethals", "James Gifford"] s.summary = %q{Process your Paperclip attachments in the background.} s.description = %q{Process your Paperclip attachments in the background with delayed_job, Resque or your own processor.} - s.email = %q{jesse@jstorimer.com} - s.homepage = %q{http://github.com/jstorimer/delayed_paperclip} + s.email = %q{james@jamesrgifford.com} + s.homepage = %q{http://github.com/jrgifford/delayed_paperclip} s.files = include_files - exclude_files