Skip to content

Commit

Permalink
Bump version to 2.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Feb 10, 2011
1 parent 6dc19a5 commit e174049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
2.0.7 - 2011-02-10
* Fixed missing generators and recipes for Rails 2.x

2.0.6 - 2011-01-20
* Revert worker contention fix due to regressions

Expand Down
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.6'
s.version = '2.0.7'
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 e174049

Please sign in to comment.