From 3b75e2a81035cce26089e7187570d8ed730e945a Mon Sep 17 00:00:00 2001 From: Chris Gaffney Date: Thu, 20 Jan 2011 18:13:58 -0700 Subject: [PATCH] Correct version in gemspec. --- delayed_job.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delayed_job.gemspec b/delayed_job.gemspec index d22715524..0f85ce3ed 100644 --- a/delayed_job.gemspec +++ b/delayed_job.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'delayed_job' - s.version = '2.0.5' + s.version = '2.0.6' s.authors = ["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.