<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,11 +44,14 @@ class EreIAmJH
   def announce
     response = self.class.get('/myip.xml')
     dnstools = response['dnstools']
-    city = dnstools['city']
-    state = dnstools['region']
-    isp = dnstools['isp']
-    ip = dnstools['ip_address']
-    msg = &quot;Hello from #{city}, #{state}!  I'm on #{isp} as #{ip}&quot;
-    Twitter::Base.new(@username, @password).update(msg)
+    city     = dnstools['city']
+    state    = dnstools['region']
+    isp      = dnstools['isp']
+    ip       = dnstools['ip_address']
+    location = &quot;#{city}, #{state}&quot;
+    msg      = &quot;Hello from #{location}!  I'm on #{isp} as #{ip}&quot;
+    twitter  = Twitter::Base.new(@username, @password)
+    twitter.update(msg)
+    twitter.update_location(location)
   end
 end</diff>
      <filename>lib/ereiamjh.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e584d0b2ac81c95ce15898465f94bea87451ce7c</id>
    </parent>
    <parent>
      <id>050fb2bb63b79a333316db6c15eaaf54f1b60f39</id>
    </parent>
  </parents>
  <author>
    <name>Jack Danger Canty</name>
    <email>gitcommit@6brand.com</email>
  </author>
  <url>http://github.com/JackDanger/ereiamjh/commit/18318143272354d0d4f8ff9905566c873f849c73</url>
  <id>18318143272354d0d4f8ff9905566c873f849c73</id>
  <committed-date>2009-03-24T09:47:14-07:00</committed-date>
  <authored-date>2009-03-24T09:47:14-07:00</authored-date>
  <message>Merge branch 'benstein/master'</message>
  <tree>2adc217bcb9bbd47e3778653f453af64eb97418b</tree>
  <committer>
    <name>Jack Danger Canty</name>
    <email>gitcommit@6brand.com</email>
  </committer>
</commit>
