Skip to content

Commit 2b12b0e

Browse files
committed
Merge branch 'resque:master' into master
2 parents 18f8f07 + bbf6e52 commit 2b12b0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Resque Scheduler authors
5656
- Nickolas Means
5757
- Olek Janiszewski
5858
- Olivier Brisse
59+
- Patrick MacMurchy
5960
- Petteri Räty
6061
- Phil Cohen
6162
- Rob Olson

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific
2828

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

3333
### Installation
3434

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

0 commit comments

Comments
 (0)