Skip to content

Commit

Permalink
Prepare for 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 1, 2010
1 parent cb52677 commit 2a9beb3
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.1.1'
s.version = '2.1.2'
s.authors = ["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 2a9beb3

Please sign in to comment.