require thread

This commit is contained in:
Javan Makhmali 2011-05-24 22:07:14 -04:00
parent 5f7253ccc3
commit 56ab2cba32
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* Output no update message as comments. #135 [Javan Makhmali]
* require 'thread' to support Rubygems >= 1.6.0. #132 [Javan Makhmali]
### 0.6.7 / March 23rd, 2011

View File

@ -1,5 +1,6 @@
require 'chronic'
require 'active_support/all'
require 'thread'
require 'whenever/job_list'
require 'whenever/job'