<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -170,7 +170,7 @@ class FuzzyFileFinder
   #   the file matches the given pattern. A score of 1 means the
   #   pattern matches the file exactly.
   def search(pattern, &amp;block)
-    pattern.strip!
+    pattern.gsub!(&quot; &quot;, &quot;&quot;)
     path_parts = pattern.split(&quot;/&quot;)
     path_parts.push &quot;&quot; if pattern[-1,1] == &quot;/&quot;
 </diff>
      <filename>lib/fuzzy_file_finder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6328948cbeed388d0f8dd10f28c468b109840926</id>
    </parent>
  </parents>
  <author>
    <name>Matt Baron</name>
    <email>me@mattbaron.net</email>
  </author>
  <url>http://github.com/jamis/fuzzy_file_finder/commit/f645acebfad05c339ba14296da1f9b2a1d867580</url>
  <id>f645acebfad05c339ba14296da1f9b2a1d867580</id>
  <committed-date>2008-12-31T10:44:55-08:00</committed-date>
  <authored-date>2008-12-31T10:44:55-08:00</authored-date>
  <message>Changing pattern strip to substitution so that all spaces are removed from the pattern</message>
  <tree>04a4e7500fd4c5956f5c3283c75387357c4b3697</tree>
  <committer>
    <name>Matt Baron</name>
    <email>me@mattbaron.net</email>
  </committer>
</commit>
