<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,6 @@ require 'openid/store/filesystem'
 require File.dirname(__FILE__) + '/open_id_authentication/association'
 require File.dirname(__FILE__) + '/open_id_authentication/nonce'
 require File.dirname(__FILE__) + '/open_id_authentication/db_store'
-require File.dirname(__FILE__) + '/open_id_authentication/mem_cache_store'
 require File.dirname(__FILE__) + '/open_id_authentication/request'
 require File.dirname(__FILE__) + '/open_id_authentication/timeout_fixes' if OpenID::VERSION == &quot;2.0.4&quot;
 
@@ -23,12 +22,10 @@ module OpenIdAuthentication
     @@store = case store
     when :db
       OpenIdAuthentication::DbStore.new
-    when :mem_cache
-      OpenIdAuthentication::MemCacheStore.new(*parameters)
     when :file
       OpenID::Store::Filesystem.new(OPEN_ID_AUTHENTICATION_DIR)
     else
-      raise &quot;Unknown store: #{store}&quot;
+      store
     end
   end
 </diff>
      <filename>lib/open_id_authentication.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/open_id_authentication/mem_cache_store.rb</filename>
    </removed>
    <removed>
      <filename>test/mem_cache_store_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e6df78367b257886021785ba0260a4b5a4eca793</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </author>
  <url>http://github.com/rails/open_id_authentication/commit/079b91f70602814c98d4345e198f743bb56b76b5</url>
  <id>079b91f70602814c98d4345e198f743bb56b76b5</id>
  <committed-date>2009-05-16T08:52:08-07:00</committed-date>
  <authored-date>2009-05-16T08:52:08-07:00</authored-date>
  <message>Remove incomplete memcache store

Follow its progress at:
http://github.com/josh/memcache_openid_store/</message>
  <tree>94ae16f0ae793e300df1b57f523094614d5edf21</tree>
  <committer>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </committer>
</commit>
