Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Release 2.4.5.2.
Browse files Browse the repository at this point in the history
Changelog:
 - Merge in upstream #69.
 - Various odds and ends in the readme.
  • Loading branch information
jrgifford committed Oct 7, 2012
1 parent 63b958e commit 45a9df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions delayed_paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45a9df9

Please sign in to comment.