Created
August 10, 2010 14:05
-
-
Save kronos/517311 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Rakefile b/Rakefile | |
index b94e4c3..d050191 100644 | |
--- a/Rakefile | |
+++ b/Rakefile | |
@@ -1,6 +1,7 @@ | |
+ | |
require 'rubygems' | |
require 'rake' | |
-require 'lib/resque/status' | |
+require File.expand_path '.', 'lib/resque/status' # since ruby 1.9.2 $: doesn't include '.' | |
require 'resque/tasks' | |
begin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment