<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -227,10 +227,10 @@ That metadata will be saved in S3 and is hence forth available from that object:
   pp song.metadata
   {&quot;x-amz-meta-released&quot; =&gt; &quot;2005&quot;, 
     &quot;x-amz-meta-album&quot;   =&gt; &quot;A River Ain't Too Much To Love&quot;}
-  song.metada[:released]
+  song.metadata[:released]
   # =&gt; &quot;2005&quot;
-  song.metada[:released] = 2006
-  pp song.metada
+  song.metadata[:released] = 2006
+  pp song.metadata
   {&quot;x-amz-meta-released&quot; =&gt; 2006, 
    &quot;x-amz-meta-album&quot;    =&gt; &quot;A River Ain't Too Much To Love&quot;}
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -103,7 +103,7 @@ end
 module Kernel
   def __method__(depth = 0)
     caller[depth][/`([^']+)'/, 1]
-  end if RUBY_VERSION &lt; '1.8.7'
+  end #if RUBY_VERSION &lt; '1.8.7'
   
   def memoize(reload = false, storage = nil)
     storage = &quot;@#{storage || __method__(1)}&quot;</diff>
      <filename>lib/aws/s3/extensions.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@ module AWS
     module VERSION #:nodoc:
       MAJOR    = '0'
       MINOR    = '5'
-      TINY     = '0' 
-      BETA     = Time.now.to_i.to_s
+      TINY     = '1' 
+      BETA     = nil # Time.now.to_i.to_s
     end
     
     Version = [VERSION::MAJOR, VERSION::MINOR, VERSION::TINY, VERSION::BETA].compact * '.'</diff>
      <filename>lib/aws/s3/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cd679c66415a03f163599a1ac37b33d977295b62</id>
    </parent>
  </parents>
  <author>
    <name>Marcel Molina</name>
    <email>marcel@marcelmolina.com</email>
  </author>
  <url>http://github.com/marcel/aws-s3/commit/96d3cb1b04425ea77aaf19bfdd69820d1c17f5f0</url>
  <id>96d3cb1b04425ea77aaf19bfdd69820d1c17f5f0</id>
  <committed-date>2008-07-03T11:29:50-07:00</committed-date>
  <authored-date>2008-07-03T11:29:50-07:00</authored-date>
  <message>For now just redefine __method__ to take arguments so we don't break 1.8.7 use today</message>
  <tree>ed421b994c22a96f9afe374ebbbc1d618596c249</tree>
  <committer>
    <name>Marcel Molina</name>
    <email>marcel@marcelmolina.com</email>
  </committer>
</commit>
