Skip to content

Commit

Permalink
Merge pull request javan#168 from p/chronic-require
Browse files Browse the repository at this point in the history
Moved chronic require to whenever/cron.rb, where it is actually used.
  • Loading branch information
javan committed Sep 2, 2011
2 parents 17b97c9 + de879bc commit 587c847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/whenever.rb
@@ -1,4 +1,3 @@
require 'chronic'
require 'active_support/all'
require 'thread'

Expand Down
2 changes: 2 additions & 0 deletions lib/whenever/cron.rb
@@ -1,3 +1,5 @@
require 'chronic'

module Whenever
module Output
class Cron
Expand Down

0 comments on commit 587c847

Please sign in to comment.