<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -118,7 +118,14 @@ task :install do
 end
 
 desc &quot;Uninstall all gems&quot;
-task :uninstall =&gt; ['uninstall:core', 'uninstall:more']
+task :uninstall do
+  merb_gems.each do |gem|
+    Merb::RakeHelper.uninstall(gem, :version =&gt; Merb::VERSION)
+  end
+  Merb::RakeHelper.uninstall('merb-auth-slice-password', :version =&gt; Merb::VERSION)
+  Merb::RakeHelper.uninstall('merb-auth-more', :version =&gt; Merb::VERSION)
+  Merb::RakeHelper.uninstall('merb-auth-core', :version =&gt; Merb::VERSION)
+end
 
 desc &quot;Build the merb-more gems&quot;
 task :build_gems do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8c445b15c3687c1fa940548688776c909d3d3f8b</id>
    </parent>
  </parents>
  <author>
    <name>snusnu</name>
    <email>gamsnjaga@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb/commit/aca0d9754c7f230e9e500a96f27ed8b1930796e8</url>
  <id>aca0d9754c7f230e9e500a96f27ed8b1930796e8</id>
  <committed-date>2009-10-04T13:14:58-07:00</committed-date>
  <authored-date>2009-10-01T19:34:14-07:00</authored-date>
  <message>Fixed rake uninstall to uninstall everything that got rake install'ed</message>
  <tree>3202d8cfae3f1f3ffd5fa822efb3b01d70d315fc</tree>
  <committer>
    <name>snusnu</name>
    <email>gamsnjaga@gmail.com</email>
  </committer>
</commit>
