Skip to content

Commit

Permalink
typo in require file
Browse files Browse the repository at this point in the history
  • Loading branch information
blaxter committed May 9, 2011
1 parent 9ce143c commit 87f3bff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -196,6 +196,7 @@ You can invoke `rake jobs:clear` to delete all jobs in the queue.

Changes
-------
* 2.1.8: Typo in 2.1.7, I hate myself for this things :(
* 2.1.7: Fixed Very unsual concurrent issue when launching jobs
* 2.1.6: Bug when :unless option was nil
* 2.1.5: When findings jobs discard in the sql query the ones are executing right now (constraint :unless => [list of ids])
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.1.7
2.1.8
2 changes: 1 addition & 1 deletion lib/delayed_job.rb
@@ -1,6 +1,6 @@
autoload :ActiveRecord, 'activerecord'

require File.dirname(__FILE__) + 'semaphore'
require File.dirname(__FILE__) + '/semaphore'
require File.dirname(__FILE__) + '/delayed/message_sending'
require File.dirname(__FILE__) + '/delayed/performable_method'
require File.dirname(__FILE__) + '/delayed/yaml_ext'
Expand Down

0 comments on commit 87f3bff

Please sign in to comment.