Skip to content

Commit

Permalink
Prepare for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Nov 15, 2010
1 parent ffd1173 commit fcca64c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
@@ -1,4 +1,8 @@
2.1 - 2010-11-14
2.1.1 - 2010-11-14
* Fix issue with worker name not getting properly set when locking a job
* Fixes for YAML serialization

2.1.0 - 2010-11-14
* Added enqueue, before, after, success, error, and failure. See the README
* Remove Merb support
* Remove all non Active Record backends into separate gems. See https://github.com/collectiveidea/delayed_job/wiki/Backends
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.1.0'
s.version = '2.1.1'
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 fcca64c

Please sign in to comment.