Skip to content

Commit

Permalink
Fixed the README so it would work with version 1.6.0 of the gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Jean committed Nov 23, 2009
1 parent 838f645 commit e47ce4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -40,11 +40,11 @@ if RUBY_PLATFORM =~ /java/i
Object.instance_eval { remove_const :MemCache }
end
# Pull in the exact version we want
gem 'ikai-jruby-memcache-client', '1.5.0'
gem 'jruby-memcache-client', '1.6.0'

# Ensure that the memcache-client path is at the front of the loadpath
$LOAD_PATH.each do |path|
if path =~ /ikai-jruby-memcache-client/
if path =~ /jruby-memcache-client/
$LOAD_PATH.delete(path)
$LOAD_PATH.unshift(path)
end
Expand Down

0 comments on commit e47ce4f

Please sign in to comment.