<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,12 @@ in the Radiant::Config settings.
 
 The required keys are `twitter.password`, `twitter.username` and `twitter.url_host`.
 
+The `username` and `password` are the same for your login details of your Twitter
+account. The `url_host` will be used when generating links back to your site, this 
+should be your domain name.
+
 On the edit screen of each page, you can select the option to notify Twitter
 of all of the updates to the children of that page. You can create a blog page,
-for example, and have each new post linked in your Twitter account.
\ No newline at end of file
+for example, and have each new post linked in your Twitter account.
+
+_Built with version `0.6.6` of the `twitter` gem._
\ No newline at end of file</diff>
      <filename>HELP_admin.md</filename>
    </modified>
    <modified>
      <diff>@@ -13,9 +13,11 @@ module TwitterNotification
         message_title = title.length &gt; title_length ? (title[0..title_length-4] + &quot;...&quot;) : title
         message = &quot;#{message_title}: #{absolute_url}&quot;
         begin
-          status = Twitter::Base.new(config['twitter.username'], config['twitter.password']).update(message, :source =&gt; &quot;radianttwitternotifier&quot;)
+          httpauth = Twitter::HTTPAuth.new(config['twitter.username'], config['twitter.password'])
+          client = Twitter::Base.new(httpauth)
+          status = client.update(message, :source =&gt; &quot;radianttwitternotifier&quot;)
           # Don't trigger save callbacks
-          self.class.update_all({:twitter_id =&gt; status.id}, :id =&gt; self.id)
+          self.class.update_all({:twitter_id =&gt; client.id}, :id =&gt; self.id)
         rescue Exception =&gt; e
           # Twitter failed... just log for now
           logger.error &quot;Twitter Notification failure: #{e.inspect}&quot;</diff>
      <filename>lib/twitter_notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 # Uncomment this if you reference any of your controllers in activate
 # require_dependency 'application'
 class TwitterExtension &lt; Radiant::Extension
-  version &quot;1.0&quot;
+  version &quot;1.1&quot;
   description &quot;Posts notification of pages to Twitter.&quot;
   url &quot;http://github.com/seancribbs/radiant-twitter-extension&quot;
 </diff>
      <filename>twitter_extension.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae80cd7d9f239b4594cd41dfdf04c0bf52ab4876</id>
    </parent>
  </parents>
  <author>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </author>
  <url>http://github.com/seancribbs/radiant-twitter-extension/commit/59e87ed6be5b13ab8e26446e1985b8a231b929a9</url>
  <id>59e87ed6be5b13ab8e26446e1985b8a231b929a9</id>
  <committed-date>2009-04-17T16:49:59-07:00</committed-date>
  <authored-date>2009-04-17T16:49:59-07:00</authored-date>
  <message>updating to 0.6.6 twitter gem</message>
  <tree>e770219741e09df1161d2ad7f3fad314b7336803</tree>
  <committer>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </committer>
</commit>
