<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,12 +5,6 @@ require 'activesupport'
 require File.dirname(__FILE__) + '/tickspot_entry'
 
 class Tickspot
-  class Unauthorized &lt; RuntimeError
-    def message
-      &quot;You are not authorized to perform this action.  If your login information is correct, you may be calling at admin-only action.  See http://tickspot.com/api/ for more information.&quot;
-    end
-  end
-  
   VERSION = '0.1.0'
   
   def initialize(domain, email, password)
@@ -39,6 +33,12 @@ class Tickspot
     te.empty? ? [] : te.entries 
   end
 
+  class Unauthorized &lt; RuntimeError
+    def message
+      &quot;You are not authorized to perform this action.  If your login information is correct, you may be calling at admin-only action.  See http://tickspot.com/api/ for more information.&quot;
+    end
+  end
+  
 private
   def request(path, params={})
     request = Net::HTTP::Post.new(&quot;/api/&quot; + path)</diff>
      <filename>lib/tickspot.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce0feec3e62fb66f322c0c83300d8d93947c3e23</id>
    </parent>
  </parents>
  <author>
    <name>Mat Schaffer</name>
    <email>schapht@gmail.com</email>
  </author>
  <url>http://github.com/bricooke/tickspot-ruby/commit/7df560a69545bcad18f8214a8b2f956dd75e81e8</url>
  <id>7df560a69545bcad18f8214a8b2f956dd75e81e8</id>
  <committed-date>2008-05-24T21:49:01-07:00</committed-date>
  <authored-date>2008-05-24T21:49:01-07:00</authored-date>
  <message>Moved Unauthorized error further down to make VERSION more prominent.</message>
  <tree>37696d1e6f91b72073373ad28c824531e8463797</tree>
  <committer>
    <name>Mat Schaffer</name>
    <email>schapht@gmail.com</email>
  </committer>
</commit>
