<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,2 @@
-#for using api_cache as a rails plugin
-require &quot;api_cache&quot;
\ No newline at end of file
+# To use api_cache as a rails plugin
+require &quot;api_cache&quot;</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,11 @@
 require 'logger'
 
 # Contains the complete public API for APICache.
-# 
+#
 # See APICache.get method and the README file.
-# 
-# Before using APICache you should set the store to use using 
-# APICache.store=. For convenience, when no store is set an in memory store 
+#
+# Before using APICache you should set the store to use using
+# APICache.store=. For convenience, when no store is set an in memory store
 # will be used (and a warning will be logged).
 #
 class APICache
@@ -24,25 +24,25 @@ class APICache
         log
       end
     end
-    
-    # Set the logger to use. If not set, &lt;tt&gt;Logger.new(STDOUT)&lt;/tt&gt; will be 
+
+    # Set the logger to use. If not set, &lt;tt&gt;Logger.new(STDOUT)&lt;/tt&gt; will be
     # used.
-    # 
+    #
     def logger=(logger)
       @logger = logger
     end
-    
+
     def store # :nodoc:
       @store ||= begin
         APICache.logger.warn(&quot;Using in memory store&quot;)
         APICache::MemoryStore.new
       end
     end
-    
-    # Set the cache store to use. This should either be an instance of a 
-    # moneta store or a subclass of APICache::AbstractStore. Moneta is 
+
+    # Set the cache store to use. This should either be an instance of a
+    # moneta store or a subclass of APICache::AbstractStore. Moneta is
     # recommended.
-    # 
+    #
     def store=(store)
       @store = begin
         if store.class &lt; APICache::AbstractStore</diff>
      <filename>lib/api_cache.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8569dee4cba1f377e8d2777623404f3a0d2f328e</id>
    </parent>
  </parents>
  <author>
    <name>Martyn Loughran</name>
    <email>me@mloughran.com</email>
  </author>
  <url>http://github.com/mloughran/api_cache/commit/44ecb5ad549a5283390edb144253409271e9f7b9</url>
  <id>44ecb5ad549a5283390edb144253409271e9f7b9</id>
  <committed-date>2009-08-20T09:04:06-07:00</committed-date>
  <authored-date>2009-08-20T09:03:44-07:00</authored-date>
  <message>Clean up formatting</message>
  <tree>a448f887443dd88b39a140def2724b76b3a4ff0a</tree>
  <committer>
    <name>Martyn Loughran</name>
    <email>me@mloughran.com</email>
  </committer>
</commit>
