<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/img/characters/ireland/sellers/rob.jpg</filename>
    </added>
    <added>
      <filename>public/img/countries/flag/ireland-flag.jpg</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -13,10 +13,10 @@ post '/register' do
                    # we need a better solution then this!
                    :location =&gt; case params[:country_id]
 
-                                          #
-                                          # Locations the user will reside in.
-                                          # Location determines who you buy from, and who your enemy is.
-                                          #        
+                                  #
+                                  # Locations the user will reside in.
+                                  # Location determines who you buy from, and who your enemy is.
+                                  #        
                                   when '1'
                                   
                                     { :name =&gt; 'USA',
@@ -38,7 +38,26 @@ post '/register' do
                                                   ]
 
                                     }
-                                                   
+                                  
+                                  when '4'
+                                  { :name =&gt; 'Ireland',
+                                    :flag =&gt; '/img/countries/flag/ireland-flag.jpg',
+                                    :enemy =&gt; { :name =&gt; 'United Kingdom'},
+                                    :sellers =&gt; [
+                                                  {
+                                                    :name =&gt; 'Rob Gleeson',
+                                                    :summary =&gt; 'Ruby hacker and enthusiast. Also has a big supply of hand grenades!',
+                                                    :picture =&gt; '/img/characters/ireland/sellers/rob.jpg',
+                                                    :home =&gt; 'Dublin, Ireland',
+                                                    :weapons =&gt; [
+                                                                  {
+                                                                    :name =&gt; 'Grenades',
+                                                                    :price =&gt; 500
+                                                                  }
+                                                                ]
+                                                  }
+                                                ]
+                                  }                 
                                   end
 
                                  </diff>
      <filename>app/routes/register.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9abdd7aa58492411588a766bbe97624b9b1e47f1</id>
    </parent>
  </parents>
  <author>
    <name>robert</name>
    <email>robert@myhost.localdomain</email>
  </author>
  <url>http://github.com/robgleeson/arms-race/commit/421bd99d709f3a057f9f76b2d8affb5f9a657755</url>
  <id>421bd99d709f3a057f9f76b2d8affb5f9a657755</id>
  <committed-date>2009-11-07T10:43:10-08:00</committed-date>
  <authored-date>2009-11-07T10:43:10-08:00</authored-date>
  <message>Added support for the 'Ireland' location</message>
  <tree>51e2a2dcdd55f6b2dee16833c77442f262c3f7d9</tree>
  <committer>
    <name>robert</name>
    <email>robert@myhost.localdomain</email>
  </committer>
</commit>
