<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 bin/*.log
 pkg
 coverage
+ticgit*gem</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -31,6 +31,7 @@ desc &quot;Clean out the coverage and pkg directories&quot;
 task :clean do
   rm_rf 'coverage'
   rm_rf 'pkg'
+  rm Dir.glob('ticgit*gem')
 end
 
 task :default =&gt; &quot;pkg/#{spec.name}-#{spec.version}.gem&quot; do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b5db39607a8532631a930693b11ab6f227b6ea3</id>
    </parent>
  </parents>
  <author>
    <name>Adam</name>
    <email>pope@shifteleven.com</email>
  </author>
  <url>http://github.com/schacon/ticgit/commit/fa42c651fa6726bcbb67f1682e5c56ed9161bf40</url>
  <id>fa42c651fa6726bcbb67f1682e5c56ed9161bf40</id>
  <committed-date>2008-05-11T19:14:18-07:00</committed-date>
  <authored-date>2008-05-11T19:14:18-07:00</authored-date>
  <message>Ignoring the generated gem file when using the &quot;gem build&quot; command

Also added the gem file to be removed in the clean task</message>
  <tree>979954a85c9c465c071a2e736e9247c7ab0ed1a0</tree>
  <committer>
    <name>Adam</name>
    <email>pope@shifteleven.com</email>
  </committer>
</commit>
