<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,13 @@ require 'twitter'
 require 'hpricot'
 require 'yaml'
 
+Twitter::Client.configure do |conf|
+  conf.application_name     = 'pollenlondon'
+  conf.application_version  = '0.2'
+  conf.application_url      = 'https://github.com/snowblink/pollen-london/tree'
+  conf.source               = 'pollenlondon'
+end
+
 twitter_config = YAML::load_file(File.dirname(__FILE__) + '/twitter_config.yml')
 twitter = Twitter::Client.new(twitter_config)
 </diff>
      <filename>pollen.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,2 @@
 login: pollen_london
-password: password
-application_name: pollenlondon
-application_version: 0.2
-source: pollenlondon
\ No newline at end of file
+password: password
\ No newline at end of file</diff>
      <filename>twitter_config.yml.template</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1817347dc9805acc9ca979a0f573aac68bdb3a42</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </author>
  <url>http://github.com/snowblink/pollen-london/commit/c2ef6503dceff1c7e49310d6db51669b60cdb391</url>
  <id>c2ef6503dceff1c7e49310d6db51669b60cdb391</id>
  <committed-date>2008-05-22T16:14:25-07:00</committed-date>
  <authored-date>2008-05-22T16:14:25-07:00</authored-date>
  <message>[#4] Application ID was not working, as I assumed that Twitter::Client.new would take the config hash and merge. Turns out you have to configure it using Twitter::Client.configure, which sets class variables (yuck).</message>
  <tree>2def86db84b05c3021cb80bfc5f6f214732afebb</tree>
  <committer>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </committer>
</commit>
