<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,7 @@ spec = Gem::Specification.new do |s|
   s.version = GEM_VERSION
   s.platform = Gem::Platform::RUBY
   s.has_rdoc = true
-  s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;, 'TODO']
+  s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;]
   s.summary = SUMMARY
   s.description = s.summary
   s.author = AUTHOR
@@ -25,7 +25,7 @@ spec = Gem::Specification.new do |s|
   s.homepage = HOMEPAGE
   s.add_dependency('merb', '&gt;= 1.0')
   s.require_path = 'lib'
-  s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,spec}/**/*&quot;)
+  s.files = %w(LICENSE README Rakefile) + Dir.glob(&quot;{lib,spec}/**/*&quot;)
   
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,8 @@ module Merb
 
       def copy_assets
         # TODO rake haml:compile_sass if using haml
-        FileUtils.cp_r(Merb.root / &quot;public&quot; , Merb.root / &quot;output&quot;)
+        # Sync directories and preserve original file times
+        system &quot;rsync -ruvt public/ output&quot;
       end
 
       def unleash_the_spiders</diff>
      <filename>lib/merb_static/archiver.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8e8f00545fab03cbbae800d0afd03e3e2857c4a2</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/topfunky/merb_static/commit/e91962e605c3adeb81b09944877ca67e35bbea0b</url>
  <id>e91962e605c3adeb81b09944877ca67e35bbea0b</id>
  <committed-date>2008-11-19T12:11:27-08:00</committed-date>
  <authored-date>2008-11-19T12:11:27-08:00</authored-date>
  <message>Fixed bug with timestamps by using rsync instead of cp for local mirror of public directory</message>
  <tree>94ffb8de8919cb4e96da0571bb77adf3dab1ecc0</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
