<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,15 +19,4 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README')
   rdoc.rdoc_files.include('lib/**/*.rb')
-end
-
-#
-# Interesting Stuff
-#
-
-desc 'Rename all .rhtml files in app/views to .erb'
-task :rename_all_to_erb do |t|
-  Dir.glob('app/views/**/*.rhtml').each do |file|
-    puts `svn mv #{file} #{file.gsub(/\.rhtml$/, '.erb')}`
-  end
-end
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 # desc &quot;Explaining what the task does&quot;
 # task :awesomeness do
 #   # Task goes here
-# end
\ No newline at end of file
+# end
+
+desc 'Rename all .rhtml files in app/views to .erb'
+task :rename_all_to_erb do |t|
+  Dir.glob('app/views/**/*.rhtml').each do |file|
+    puts `svn mv #{file} #{file.gsub(/\.rhtml$/, '.erb')}`
+  end
+end
\ No newline at end of file</diff>
      <filename>tasks/awesomeness_tasks.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>96c269b338a993913bc762ddc09ca2c4830f1238</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/awesomeness/commit/b78e55fd341d4b766f0114f114be4aa21ac90bc1</url>
  <id>b78e55fd341d4b766f0114f114be4aa21ac90bc1</id>
  <committed-date>2007-03-27T20:26:19-07:00</committed-date>
  <authored-date>2007-03-27T20:26:19-07:00</authored-date>
  <message>Moved rake task to where it belongs</message>
  <tree>316194fe12071e9b017019710abf909071cb77a2</tree>
  <committer>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </committer>
</commit>
