<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ module EXIFR
     # EXIF data if available
     attr_reader :exif
 
-    # +file+ is a filename or an IO object.
+    # +file+ is a filename or an IO object.  Hint: use StringIO when working with slurped data like blobs.
     def initialize(file)
       if file.kind_of? String
         File.open(file, 'rb') { |io| examine(io) }</diff>
      <filename>lib/jpeg.rb</filename>
    </modified>
    <modified>
      <diff>@@ -302,7 +302,7 @@ module EXIFR
     # Names for all recognized TIFF fields.
     TAGS = ([TAG_MAPPING.keys, TAG_MAPPING.values.map{|v|v.values}].flatten.uniq - IFD_TAGS).map{|v|v.to_s}
 
-    # +file+ is a filename or an IO object.
+    # +file+ is a filename or an IO object.  Hint: use StringIO when working with slurped data like blobs.
     def initialize(file)
       data = Data.new(file)
 </diff>
      <filename>lib/tiff.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>563672c04cc82d413df51b1c00f7648bee3d5113</id>
    </parent>
  </parents>
  <author>
    <name>Remco van 't Veer</name>
    <email>rwvtveer@xs4all.nl</email>
  </author>
  <url>http://github.com/remvee/exifr/commit/9b9dd47839d631db9ea8b530e19f3ae65bb1acc4</url>
  <id>9b9dd47839d631db9ea8b530e19f3ae65bb1acc4</id>
  <committed-date>2009-02-23T01:06:21-08:00</committed-date>
  <authored-date>2009-02-23T01:06:21-08:00</authored-date>
  <message>added hints about using StringIO</message>
  <tree>66615da73aa0724b6ef8e62e46b2da2e9ae43ec3</tree>
  <committer>
    <name>Remco van 't Veer</name>
    <email>rwvtveer@xs4all.nl</email>
  </committer>
</commit>
