<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,14 @@ require 'rake'
 require 'echoe'
 
 Echoe.new('integrity-twitter', '1.0.0') do |e|
-  e.description    = &quot;Easily let Integrity tweet after each build&quot;
-  e.summary        = &quot;Twitter notifier for the Integrity continuous integration server&quot;
-  e.url            = &quot;http://integrityapp.com&quot;
-  e.author         = &quot;Chris Saylor&quot;
-  e.email          = &quot;chris@justhack.com&quot;
+  e.summary         = &quot;Twitter notifier for the Integrity continuous integration server&quot;
+  e.description     = &quot;Easily let Integrity tweet after each build&quot;
+  e.url             = &quot;http://integrityapp.com&quot;
+  e.author          = &quot;Chris Saylor&quot;
+  e.email           = &quot;chris@justhack.com&quot;
+  e.has_rdoc        = false
+  e.development_dependencies = []
   e.runtime_dependencies = ['foca-integrity', 'twitter']
 end
+
+Dir[&quot;#{File.dirname(__FILE__)}/tasks/*.rake&quot;].sort.each { |ext| load ext }</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1fbbb2a4476e3d7d0517c661b1740b7fdfc4eb6d</id>
    </parent>
  </parents>
  <author>
    <name>Chris Saylor</name>
    <email>cwsaylor@gmail.com</email>
  </author>
  <url>http://github.com/cwsaylor/integrity-twitter/commit/b38982f7f0e13287969a45427c50a868b359472a</url>
  <id>b38982f7f0e13287969a45427c50a868b359472a</id>
  <committed-date>2008-12-12T14:39:30-08:00</committed-date>
  <authored-date>2008-12-12T14:39:30-08:00</authored-date>
  <message>Adding a gitignore and setting up a Rakefile for using Echoe to build the gem.</message>
  <tree>ef2b079957348b42da6b811f4503615dbc83b270</tree>
  <committer>
    <name>Chris Saylor</name>
    <email>cwsaylor@gmail.com</email>
  </committer>
</commit>
