Navigation Menu

Skip to content

Commit

Permalink
Correct version in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Jan 21, 2011
1 parent 550aa3d commit 3b75e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delayed_job.gemspec
Expand Up @@ -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.
Expand Down

0 comments on commit 3b75e2a

Please sign in to comment.