<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,48 +1,5 @@
-= memcache-client
+This repository contains the 1.5.0.x source for the FiveRuns memcache-client.
 
-This is the FiveRuns fork of seattle.rb's memcache-client 1.5.0.  We've fixed several bugs
-which are in that version.
+The latest memcache-client 1.6.0 source code can now be found at:
 
-Rubyforge Project:
-
-http://rubyforge.org/projects/seattlerb
-
-Documentation:
-
-http://seattlerb.org/memcache-client
-
-== Installing memcache-client
-
-Just install the gem:
-
-  $ sudo gem install fiveruns-memcache-client --source http://gems.github.com
-
-== Using memcache-client
-
-With one server:
-
-  CACHE = MemCache.new 'localhost:11211', :namespace =&gt; 'my_namespace'
-
-Or with multiple servers:
-
-  CACHE = MemCache.new %w[one.example.com:11211 two.example.com:11211],
-                       :namespace =&gt; 'my_namespace'
-
-See MemCache.new for details.
-
-=== Using memcache-client with Rails
-
-Rails will automatically load the memcache-client gem, but you may
-need to uninstall Ruby-memcache, I don't know which one will get
-picked by default.
-
-Add your environment-specific caches to config/environment/*.  If you run both
-development and production on the same memcached server sets, be sure
-to use different namespaces.  Be careful when running tests using
-memcache, you may get strange results.  It will be less of a headache
-to simply use a readonly memcache when testing.
-
-memcache-client also comes with a wrapper called Cache in memcache_util.rb for
-use with Rails.  To use it be sure to assign your memcache connection to
-CACHE.  Cache returns nil on all memcache errors so you don't have to rescue
-the errors yourself.  It has #get, #put and #delete module functions.
+http://github.com/mperham/memcache-client</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f82144726dfea40fa7fbfd963c45e12c285703bd</id>
    </parent>
  </parents>
  <author>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </author>
  <url>http://github.com/fiveruns/memcache-client/commit/49f04983f17dd0d915b9b9766f9de8efe7207d83</url>
  <id>49f04983f17dd0d915b9b9766f9de8efe7207d83</id>
  <committed-date>2009-01-14T20:00:13-08:00</committed-date>
  <authored-date>2009-01-14T20:00:13-08:00</authored-date>
  <message>Update readme with pointer to new repo</message>
  <tree>5cca1a49a4620c098c84e0ecc6b888ea502517e9</tree>
  <committer>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </committer>
</commit>
