Skip to content

Commit

Permalink
Merge branch 'resque:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm4654 committed Nov 18, 2024
2 parents 18f8f07 + bbf6e52 commit 2b12b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Resque Scheduler authors
- Nickolas Means
- Olek Janiszewski
- Olivier Brisse
- Patrick MacMurchy
- Petteri Räty
- Phil Cohen
- Rob Olson
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific

This `README` covers what most people need to know. If you're looking
for details on individual methods, you might want to try the
[rdoc](http://rdoc.info/github/resque/resque-scheduler/master/frames).
[rubydoc](https://rubydoc.info/github/resque/resque-scheduler/master/frames).

### Installation

Expand Down Expand Up @@ -86,7 +86,7 @@ namespace :resque do
# If your schedule already has +queue+ set for each job, you don't
# need to require your jobs. This can be an advantage since it's
# less code that resque-scheduler needs to know about. But in a small
# project, it's usually easier to just include you job classes here.
# project, it's usually easier to just include your job classes here.
# So, something like this:
require 'jobs'
end
Expand Down

0 comments on commit 2b12b0e

Please sign in to comment.