<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,7 +42,7 @@ PROJECT_NAME = ARGV[0]
 TARGET_DIR = File.expand_path(Dir.pwd + &quot;/&quot; + PROJECT_NAME)
 SOURCE_DIR = File.expand_path(File.dirname(__FILE__) + &quot;/../lib/gamebox/templates&quot;)
 
-Dir.mkdir(TARGET_DIR)
+Dir.mkdir(TARGET_DIR) unless File.exist?(TARGET_DIR) &amp;&amp; File.directory?(TARGET_DIR)
 
 # Generate the directory structure for the new application
 # Gems does not pull in empty directories so template_app only</diff>
      <filename>bin/gamebox</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-require 'rubygame/ftor'
+require 'ftor'
 include Rubygame::Color
 module Rubygame
   class Surface</diff>
      <filename>lib/gamebox/lib/surface_ext.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>347c856aefc98f4258e2fd54c9cf316f8739c027</id>
    </parent>
  </parents>
  <author>
    <name>Shawn Anderson</name>
    <email>shawn42@gmail.com</email>
  </author>
  <url>http://github.com/shawn42/gamebox/commit/f07b7cf851af9b3c18394cc7a2b74b81077e577c</url>
  <id>f07b7cf851af9b3c18394cc7a2b74b81077e577c</id>
  <committed-date>2009-08-25T08:11:41-07:00</committed-date>
  <authored-date>2009-08-25T08:11:41-07:00</authored-date>
  <message>fixed double include of ftor/dir exists bug #17</message>
  <tree>150c48ace37b8d6fbcfa1283d84b2ce013f86675</tree>
  <committer>
    <name>Shawn Anderson</name>
    <email>shawn42@gmail.com</email>
  </committer>
</commit>
