<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/templates/builds</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ module StaticMatic
     class StaticmaticGenerator &lt; Templater::Generator
       def self.source_root
         #options[:template]
-        File.join(File.dirname(__FILE__), '../lib/templates')
+        File.join(File.dirname(__FILE__), '../templates')
       end
 
       #option :template, :default =&gt; File.join(File.dirname(__FILE__), '../app_generators/staticmatic/templates'), :desc =&gt; &quot;Use a custom template for this project&quot;
@@ -18,11 +18,10 @@ module StaticMatic
       DESC
 
       glob!
-      empty_directory :builds
       
       first_argument :name, :required =&gt; true, :desc =&gt; &quot;Project name&quot;
       def destination_root
-        File.join(@destination_root, name)
+        File.expand_path(File.join(@destination_root, name))
       end
     end
 </diff>
      <filename>lib/staticmatic/generators.rb</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ describe StaticMatic::Builder do
     
     @staticmatic = StaticMatic::Base.new(@root_dir)
     @staticmatic.logger = mock(&quot;logger&quot;)
-#    @staticmatic.logger.should_receive(:info).at_least(:once)
+    @staticmatic.logger.should_receive(:info).at_least(:once)
     StaticMatic::Builder.build(@staticmatic)
   end
   </diff>
      <filename>spec/builder_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
                 &quot;vendor/html-scanner/html/tokenizer.rb&quot;,
                 &quot;vendor/html-scanner/html/version.rb&quot;]
   s.executables = %w(staticmatic)
-  s.add_dependency(&quot;templater&quot;)
+  s.add_dependency(&quot;templater&quot;,     &quot;&gt;=0.2&quot;)
   s.add_dependency(&quot;mongrel&quot;)
   s.add_dependency(&quot;haml&quot;,          &quot;&gt;=2.0.1&quot;)
   s.add_dependency(&quot;actionpack&quot;,    &quot;&gt;=2.1.0&quot;)</diff>
      <filename>staticmatic.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ad88473908fbfe3f64e98daa7f510829d6eba52f</id>
    </parent>
  </parents>
  <author>
    <name>Thomas Reynolds</name>
    <email>tdreyno@gmail.com</email>
  </author>
  <url>http://github.com/stevebartholomew/staticmatic/commit/d67d5a8ab968dd5a6f851fb554f529f4764d6051</url>
  <id>d67d5a8ab968dd5a6f851fb554f529f4764d6051</id>
  <committed-date>2008-09-10T15:53:18-07:00</committed-date>
  <authored-date>2008-09-10T15:53:18-07:00</authored-date>
  <message>spec fix</message>
  <tree>2cb83517fff373c37a8b2af943a6f064b0375465</tree>
  <committer>
    <name>Thomas Reynolds</name>
    <email>tdreyno@gmail.com</email>
  </committer>
</commit>
