<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -134,7 +134,7 @@ module Kernel
   end if RUBY_VERSION &gt; '1.8.7'
   
   def expirable_memoize(reload = false, storage = nil)
-    current_method = RUBY_VERSION &gt;= '1.8.7' ? __called_from__ : __method__(1)
+    current_method = RUBY_VERSION &gt; '1.8.7' ? __called_from__ : __method__(1)
     storage = &quot;@#{storage || current_method}&quot;
     if reload 
       instance_variable_set(storage, nil)</diff>
      <filename>lib/aws/s3/extensions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2a13a63666988b191131a00b5611d3387761d5b</id>
    </parent>
  </parents>
  <author>
    <name>Marcel Molina</name>
    <email>marcel@marcelmolina.com</email>
  </author>
  <url>http://github.com/packagethief/aws-s3/commit/65228fc942b0081f5463ede33c58212af55d5d4e</url>
  <id>65228fc942b0081f5463ede33c58212af55d5d4e</id>
  <committed-date>2009-04-19T19:27:51-07:00</committed-date>
  <authored-date>2009-04-19T19:27:51-07:00</authored-date>
  <message>Use custom alternative to __method__ if we're using 1.8.7 or above, not just above 1.8.7.</message>
  <tree>7b2cd24a942d568378bc119e0e41adb7f7e80c57</tree>
  <committer>
    <name>Marcel Molina</name>
    <email>marcel@marcelmolina.com</email>
  </committer>
</commit>
