<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -131,10 +131,10 @@ module Kernel
   
   def __called_from__
     caller[1][/`([^']+)'/, 1]
-  end if RUBY_VERSION &gt; '1.8.7'
+  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>449c6afca2dfb7c3115dcff7ee7db2e9a3adcd6d</id>
    </parent>
  </parents>
  <author>
    <name>Harry Love</name>
    <email>harry.love@publicearth.com</email>
  </author>
  <url>http://github.com/packagethief/aws-s3/commit/b8e453834b994aec7714991b61faa8a33815dc99</url>
  <id>b8e453834b994aec7714991b61faa8a33815dc99</id>
  <committed-date>2009-04-28T13:12:05-07:00</committed-date>
  <authored-date>2009-04-28T13:12:05-07:00</authored-date>
  <message>Fixes instance of Ruby version = 1.8.7 for Kernel method</message>
  <tree>96e095840108b234bf282cd0e99d7366b44f9b07</tree>
  <committer>
    <name>Harry Love</name>
    <email>harry.love@publicearth.com</email>
  </committer>
</commit>
