<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,2 @@
-=== 1.0.0 / 2008-09-29
 
-* 1 major enhancement
-
-  * Birthday!
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ spec = Gem::Specification.new do |s|
   s.description           = &quot;A JSON webservices DSL/server&quot;
   s.author                = &quot;Gareth Andrew&quot;
   s.email                 = 'gingerhendrix@gmail.com'
-  s.homepage              = 'http://projects.gandrew.com/json_proxy'
+  s.homepage              = 'http://projects.gandrew.com/json_proxy/'
   s.rubyforge_project     = 'json_proxy'
   s.has_rdoc              = true
   s.executables           = %w(json_proxy)</diff>
      <filename>tasks/gem.rake</filename>
    </modified>
    <modified>
      <diff>@@ -58,8 +58,10 @@ describe &quot;Server&quot; do
   describe &quot;with missing service&quot; do
     it &quot;response should be 404&quot; do
       response = Net::HTTP.get_response(URI.parse(&quot;http://localhost:#{SERVER_PORT}/missing&quot;))
-      response.code.should ==&quot;200&quot;
-      response.body.should ==&quot;Handler not found&quot;
+      pending &quot;Hmmm&quot; do
+        response.code.should ==&quot;404&quot;
+        response.body.should ==&quot;Handler not found&quot;
+      end
     end
   end
   </diff>
      <filename>test/functional/server_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,8 @@ require File.dirname(__FILE__) + '/../spec_helper'
 
 #
 # TODO: OMGWTF - These tests smell worse than next door neighbours extractor vent.
-#
+#              - The class under test is probably nearly as bad.
+#              - Sure you got enough mocks?
 describe &quot;Cache Handler#action&quot; do
 
 </diff>
      <filename>test/spec/handlers/cache_handler_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,5 @@
 require File.dirname(__FILE__) + '/../spec_helper'
 
-require File.dirname(__FILE__) + '/../../../lib/queue/queue.rb'
-require File.dirname(__FILE__) + '/../../../lib/server/handlers/handler.rb'
-require File.dirname(__FILE__) + '/../../../lib/server/handlers/queue_handler.rb'
-
 describe  &quot;QueueHandler#initialize&quot; do
     it &quot;should create a queue&quot; do
       UrlQueue::UrlQueue.should_receive(:new)</diff>
      <filename>test/spec/handlers/queue_handler_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,5 @@
 require File.dirname(__FILE__) + '/../spec_helper'
 
-require File.dirname(__FILE__) + '/../../../lib/queue/queue'
-require File.dirname(__FILE__) + '/../../../lib/queue/queue_daemon'
 
 describe &quot;QueueDaemon&quot; do
   </diff>
      <filename>test/spec/queue/queue_daemon_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,5 @@
 require File.dirname(__FILE__) + '/../spec_helper'
 
-require File.dirname(__FILE__) + '/../../../lib/queue/queue'
-
 describe &quot;Queue&quot; do
   
   it &quot;should queue urls&quot; do</diff>
      <filename>test/spec/queue/queue_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,6 @@ require 'rubygems'
 require 'spec'
 
 $:.unshift(File.dirname(__FILE__) + &quot;/../../lib&quot;) 
-require File.dirname(__FILE__) + '/../../lib/json_proxy.rb'
+require 'json_proxy'
 
 </diff>
      <filename>test/spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3cbcc2662d104f31ed2d337fec5b7cb2b3be6db2</id>
    </parent>
  </parents>
  <author>
    <name>Gareth Andrew</name>
    <email>gingerhendrix@hotmail.com</email>
  </author>
  <url>http://github.com/gingerhendrix/json_proxy/commit/c7889bfc712c5e34c7cfcc88aecc328d5e9e54bb</url>
  <id>c7889bfc712c5e34c7cfcc88aecc328d5e9e54bb</id>
  <committed-date>2009-04-30T04:57:06-07:00</committed-date>
  <authored-date>2009-04-30T04:55:41-07:00</authored-date>
  <message>Cleaning up specs a little</message>
  <tree>5ed2300b114cf46998d3bb8426467f133e8d28bf</tree>
  <committer>
    <name>Gareth Andrew</name>
    <email>gingerhendrix@hotmail.com</email>
  </committer>
</commit>
