<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 require 'ruby-debug'
 require 'socket'
 require 'thread'
+require 'fileutils'
 
 module Debugger
   SOCKET_PATH = File.join(Rails.root, 'tmp', 'sockets', 'debugger')
@@ -14,6 +15,8 @@ module Debugger
       start
       self.post_mortem if post_mortem
 
+			FileUtils.mkdir_p(File.dirname(socket_path))
+
       server_path  = &quot;#{socket_path}.server&quot;
       control_path = &quot;#{socket_path}.control&quot;
 
@@ -83,4 +86,4 @@ module Debugger
       socket.close
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/socket-debugger.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b67dc61c9c08dd4c67353c6a26b96be6209175d2</id>
    </parent>
  </parents>
  <author>
    <name>David Dollar</name>
    <email>ddollar@gmail.com</email>
  </author>
  <url>http://github.com/ddollar/socket-debugger/commit/cf4f59d1380e43750b8f2402cd71abfe1047e853</url>
  <id>cf4f59d1380e43750b8f2402cd71abfe1047e853</id>
  <committed-date>2008-12-14T15:09:47-08:00</committed-date>
  <authored-date>2008-12-14T15:09:47-08:00</authored-date>
  <message>try to make the directory before we open it</message>
  <tree>dbe1d86ef0d82431eedeb54a1e1b22383526d324</tree>
  <committer>
    <name>David Dollar</name>
    <email>ddollar@gmail.com</email>
  </committer>
</commit>
