Forgot to update load path dir for vendored memcache

This commit is contained in:
Joshua Peek
2009-09-14 00:09:34 -05:00
parent ec36edff2d
commit 27458464d6
2 changed files with 1 additions and 2 deletions

View File

@@ -1131,4 +1131,3 @@ module Continuum
end
end
require 'continuum_native'

View File

@@ -1,6 +1,6 @@
begin
require 'memcache'
rescue LoadError
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'memcache-client-1.6.5', 'lib'))
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'memcache-client-1.7.5', 'lib'))
retry
end