Skip to content

Instantly share code, notes, and snippets.

@kronos
Created August 10, 2010 14:05
Show Gist options
  • Save kronos/517311 to your computer and use it in GitHub Desktop.
Save kronos/517311 to your computer and use it in GitHub Desktop.
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