<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>github-twitter-test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,2 @@
+config.yml
+*.log
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ class GithubTwitter
     payload = JSON.parse(payload)
     return unless payload.keys.include?(&quot;repository&quot;)
     @repo = payload[&quot;repository&quot;][&quot;name&quot;]
-    @template = ERB.new(REPOS[@repo][&quot;template&quot;] || &quot;[&lt;%= commit['repo'] %&gt;] &lt;%= commit['author']['name'] %&gt; (&lt;%= commit['url'] %&gt;) - &lt;%= commit['message'] %&gt;&quot;)
+    @template = ERB.new(REPOS[@repo][&quot;template&quot;] || &quot;[&lt;%= commit['repo'] %&gt;] &lt;%= commit['url'] %&gt; by &lt;%= commit['author']['name'] %&gt; - &lt;%= commit['message'] %&gt;&quot;)
     @twitter = connect(@repo)
     payload[&quot;commits&quot;].each { |c| process_commit(c.last) }
   end
@@ -27,7 +27,7 @@ class GithubTwitter
     proc = Proc.new do 
       commit
     end
-    @twitter.update(@template.result(proc))
+    @twitter.post(@template.result(proc)[0,140])
   end
   
 end</diff>
      <filename>github-twitter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b21120e31621f390c931e083de8d62818298bee</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/github-twitter/commit/3ee5e28266dc4e4ca6f815a63b51d96e2acc3087</url>
  <id>3ee5e28266dc4e4ca6f815a63b51d96e2acc3087</id>
  <committed-date>2008-02-15T20:47:15-08:00</committed-date>
  <authored-date>2008-02-15T20:47:15-08:00</authored-date>
  <message>updated config and got the littly diddy working</message>
  <tree>e8ec6936d016a7975ade218d7ec11d4c3797a481</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
