<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>bludgeon.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,5 +3,6 @@ Manifest.txt
 README.txt
 Rakefile
 bin/bludgeon
+bludgeon.gemspec
 lib/bludgeon.rb
-test/test_bludgeon.rb
\ No newline at end of file
+test/test_bludgeon.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ end
 desc &quot;Prepare to upload to the git hubs.&quot;
 task :github do
   system &quot;git ls-files &gt; Manifest.txt&quot;
-  system &quot;rake debug_gem &gt; bludgeon.gemspec&quot;
+  system &quot;rake debug_gem | egrep -v \&quot;^\\(in\&quot; &gt; bludgeon.gemspec&quot;
 end
 
 task :gem =&gt; :github</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -42,8 +42,9 @@ module Bludgeon
     def download
       puts &quot;Downloading #{url}...&quot;
       system &quot;rm -rf #{DOWNLOAD_LOCATION}&quot;
-      system &quot;git clone #{@url} #{DOWNLOAD_LOCATION} &gt; /dev/null&quot; or
+      system &quot;git clone --depth=1 #{@url} #{DOWNLOAD_LOCATION} &gt; /dev/null&quot; or
         raise &quot;Could not download #{@url}&quot;
+      system &quot;rm -rf #{DOWNLOAD_LOCATION}/.git&quot;
     end
   end
 end</diff>
      <filename>lib/bludgeon.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d7ad48d4fedbcb908b933abfebb2350f34a5c79a</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/bludgeon/commit/dcf51554e43fc7c507b0b64c7dcdce933ad9111a</url>
  <id>dcf51554e43fc7c507b0b64c7dcdce933ad9111a</id>
  <committed-date>2008-11-14T13:48:55-08:00</committed-date>
  <authored-date>2008-11-14T13:48:55-08:00</authored-date>
  <message>Fixed a bug where git objects were counted in the score. Also: use shallow clone.</message>
  <tree>21f782de8b8f82700ada58e1ac48376d69f13b49</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
