<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ module Tweet
     def create_status(status)
       get_credentials!
       resource = RestClient::Resource.new 'http://twitter.com/statuses/update.xml', username, password
-      resource.post(:status =&gt; status, :content_type =&gt; 'application/xml', :accept =&gt; 'application/xml')
+      resource.post(:status =&gt; status, :source =&gt; 'tweetgem', :content_type =&gt; 'application/xml', :accept =&gt; 'application/xml')
     end
     
     def get_credentials!</diff>
      <filename>lib/tweet.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>615d168a296c1ec68b0b68121de1162fc185d8fa</id>
    </parent>
  </parents>
  <author>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </author>
  <url>http://github.com/jamesgolick/tweet/commit/acf87b965d6a3eb2f049c5c4df1fb9155fa20761</url>
  <id>acf87b965d6a3eb2f049c5c4df1fb9155fa20761</id>
  <committed-date>2008-08-04T12:03:08-07:00</committed-date>
  <authored-date>2008-08-04T12:03:08-07:00</authored-date>
  <message>add source parameter to indicate that the tweet is coming from this application</message>
  <tree>ea08115e6efb228df1386a44220201b1340ac3d8</tree>
  <committer>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </committer>
</commit>
