<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
-v0.5.2. Fix for Safari Rendering.
-
-v0.5.1. Initial Release.
\ No newline at end of file
+* v0.5.3: Make asset installation automatic, fix sharing routing bug
+* v0.5.2: Fix for Safari Rendering.
+* v0.5.1: Initial Release.
\ No newline at end of file</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -22,11 +22,7 @@ See http://blog.fiveruns.com/2008/10/11/fiveruns-tuneup-for-merb for the announc
 
   dependency 'fiveruns_tuneup_merb'
 
-3. Run the following in your Merb.root:
-
-  rake slices:fiveruns_tuneup_merb:install
-
-4. Add the following to your config/router.rb:
+3. Add the following to your config/router.rb:
 
   slice FiverunsTuneupMerb
   </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -4,9 +4,7 @@ if defined?(Merb::Plugins)
   
   load_dependency 'merb-slices'
   load_dependency 'fiveruns_tuneup_core'
-  
-  Merb::Plugins.add_rakefiles &quot;fiveruns_tuneup_merb/merbtasks&quot;
-  
+    
   require File.dirname(__FILE__) / 'fiveruns_tuneup_merb' / 'instrumentation'
   require File.dirname(__FILE__) / 'fiveruns_tuneup_merb' / 'api_key'
 
@@ -55,15 +53,16 @@ if defined?(Merb::Plugins)
     # Initialization hook - runs before AfterAppLoads BootLoader
     def self.init
       if Merb::Config[:adapter] != 'irb'
-        Merb.logger.info &quot;Instrumenting with TuneUp&quot;
+        Merb.logger.info &quot;Instrumenting with FiveRuns TuneUp&quot;
         ::Merb::Request.extend(FiverunsTuneupMerb::Instrumentation::Merb::Request)
         ::Merb::Controller.extend(FiverunsTuneupMerb::Instrumentation::Merb::Controller)
         if defined?(::DataMapper)
           ::DataMapper::Repository.extend(FiverunsTuneupMerb::Instrumentation::DataMapper::Repository)
         end
         log_share_status
+        copy_assets!
       else
-        Merb.logger.info &quot;Not instrumenting with TuneUp (adapter is '#{Merb::Config[:adapter]}')&quot;
+        Merb.logger.info &quot;Not instrumenting with FiveRuns TuneUp (adapter is '#{Merb::Config[:adapter]}')&quot;
       end
     end
     
@@ -91,6 +90,12 @@ if defined?(Merb::Plugins)
       end
     end
     
+    def self.copy_assets!
+      Merb.logger.info &quot;Automatically copying assets for FiveRuns TuneUp&quot;
+      copied, preserved = mirror_public!
+      preserved.each { |f| Merb.logger.warn &quot;! preserved override as #{f}&quot; }
+    end
+    
   end
   
   # Setup the slice layout for FiverunsTuneupMerb</diff>
      <filename>lib/fiveruns_tuneup_merb.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/fiveruns_tuneup_merb/merbtasks.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7f4ec3b6117a072ad9f0dca34e5b5f5bd3854f9b</id>
    </parent>
  </parents>
  <author>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </author>
  <url>http://github.com/fiveruns/fiveruns_tuneup_merb/commit/dabad5ecb12be8ff97bb4d2c3985e6b932688b79</url>
  <id>dabad5ecb12be8ff97bb4d2c3985e6b932688b79</id>
  <committed-date>2008-11-08T07:28:02-08:00</committed-date>
  <authored-date>2008-11-08T07:28:02-08:00</authored-date>
  <message>Make asset copying automatic</message>
  <tree>7680e2f92878910aca1102ae5ef0a3e5167e98a8</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
