<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,9 +6,7 @@ require 'yaml'
 hydrant = FireHydrant.new(YAML.load(File.read(&quot;fire_hydrant.yml&quot;)))
 
 hydrant.on_location_update do |user|
-  # for some reason the Fire Eagle gem doesn't work when I access #name directly
-  name = user.locations[0].instance_eval { @doc.at(&quot;//name&quot;).innerText }
-  puts &quot;#{user.token} has moved to #{name}.&quot;
+  puts &quot;#{user.token} has moved to #{user.locations.first}.&quot;
 end
 
 hydrant.run!</diff>
      <filename>examples/fire_eagle_consumer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,9 @@
-require 'rubygems'
 begin
   require 'fireeagle'
   require 'switchboard'
 rescue LoadError =&gt; e
-  gem = e.message.split(&quot;--&quot;).last.strip
-  puts &quot;The #{gem} gem is required.&quot;
+  lib = e.message.split(&quot;--&quot;).last.strip
+  puts &quot;#{lib} is required.&quot;
 end
 
 class FireHydrant &lt; Switchboard::Client</diff>
      <filename>lib/fire_hydrant/fire_hydrant.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ class FireEagleJack
       event.payload.each do |payload|
         payload.elements.each do |item|
           rsp = item.first_element(&quot;rsp&quot;)
-          response = FireEagle::Response.new(rsp.to_s)
+          response = FireEagle::Response.parse(rsp.to_s)
           user = response.users[0]
           on(:location_update, user)
         end</diff>
      <filename>lib/fire_hydrant/jacks/fire_eagle_jack.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>18e76b6d9e68f4f798e5100ba9582d9cd62d5dd5</id>
    </parent>
  </parents>
  <author>
    <name>Seth Fitzsimmons</name>
    <email>seth@mojodna.net</email>
  </author>
  <url>http://github.com/mojodna/fire-hydrant/commit/ae74f0f883b15a1a4c1cb76dd97e41153d382e8b</url>
  <id>ae74f0f883b15a1a4c1cb76dd97e41153d382e8b</id>
  <committed-date>2009-02-02T21:15:24-08:00</committed-date>
  <authored-date>2009-02-02T21:15:24-08:00</authored-date>
  <message>remove fireeagle hacks in preparation for 0.8</message>
  <tree>3fd1c9979413833eceaa95324ecd149aeed7a5d3</tree>
  <committer>
    <name>Seth Fitzsimmons</name>
    <email>seth@mojodna.net</email>
  </committer>
</commit>
