Merge branch 'integration' of github.com:javan/whenever into integration

This commit is contained in:
Javan Makhmali 2010-04-26 11:38:54 -04:00
commit 37aac75a46
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,6 @@
require 'rubygems'
require 'optparse'
require 'fileutils'
require 'tempfile'
require 'whenever'
options = Hash.new
@ -27,4 +26,4 @@ OptionParser.new do |opts|
end
end.parse!
Whenever::CommandLine.execute(options)
Whenever::CommandLine.execute(options)

View File

@ -1,3 +1,5 @@
require 'tempfile'
module Whenever
class CommandLine
@ -105,4 +107,4 @@ module Whenever
end
end
end
end