<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -66,13 +66,13 @@ module TextileToolbar
     end
   
     def self.paths
-      returning [] do |paths|
-        Find.find(source) do |path|
-          Find.prune if path =~ /\/\..+/
-          Find.prune if path =~ /(CVS|.svn|.git)/
-          paths &lt;&lt; path
-        end
+      paths = []
+      Find.find(source) do |path|
+        Find.prune if path =~ /\/\..+/
+        Find.prune if path =~ /(CVS|.svn|.git)/
+        paths &lt;&lt; path
       end
+      paths
     end
   
     def self.each_path</diff>
      <filename>lib/textile_toolbar/asset_copier.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e448bfcd13e219bbc33d1446b0768cc1319f3c68</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Bass</name>
    <email>matt@anacreon.local</email>
  </author>
  <url>http://github.com/pelargir/textile_toolbar/commit/0ed9988572cb45dbb25cf4e3119df0d012cade6e</url>
  <id>0ed9988572cb45dbb25cf4e3119df0d012cade6e</id>
  <committed-date>2009-04-16T10:37:54-07:00</committed-date>
  <authored-date>2009-04-16T10:37:54-07:00</authored-date>
  <message>fixed minor bug</message>
  <tree>cf4b14e225b8b7cbc0e8591bfd79229dcb0d1007</tree>
  <committer>
    <name>Matthew Bass</name>
    <email>matt@anacreon.local</email>
  </committer>
</commit>
