From fdd72bd0aee20c1821dc00ca619646e05a6b2754 Mon Sep 17 00:00:00 2001 From: Brian Ryckbost Date: Thu, 20 Oct 2011 10:58:32 -0400 Subject: [PATCH] Prep for release 3.0.0.pre2 --- delayed_job.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delayed_job.gemspec b/delayed_job.gemspec index f6665c576..13b948e38 100644 --- a/delayed_job.gemspec +++ b/delayed_job.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'delayed_job' - s.version = '3.0.0.pre' + s.version = '3.0.0.pre2' s.authors = ["Matt Griffin", "Brian Ryckbost", "Steve Richert", "Chris Gaffney", "Brandon Keepers", "Tobias L\303\274tke"] s.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify' s.description = "Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.