<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -185,13 +185,13 @@ class Merb &lt; Thor
     desc 'dm_core', 'Install dm-core from rubygems'
     method_options &quot;--merb-root&quot; =&gt; :optional
     def dm_core
-      refresh_from_gems 'extlib', 'merb-core'
+      refresh_from_gems 'extlib', 'dm-core'
     end
     
     desc 'dm_more', 'Install dm-more from rubygems'
     method_options &quot;--merb-root&quot; =&gt; :optional
     def dm_more
-      refresh_from_gems 'extlib', 'merb-core'
+      refresh_from_gems 'extlib', 'dm-core', 'dm-more'
     end
     
     # Pull from RubyForge and install.
@@ -289,7 +289,7 @@ class Merb &lt; Thor
                    &quot;--sources&quot;   =&gt; :optional,
                    &quot;--install&quot;   =&gt; :boolean
     def dm_more
-      refresh_from_source 'extlib', 'dm-more'
+      refresh_from_source 'extlib', 'dm-core', 'dm-more'
     end
     
     private
@@ -819,4 +819,4 @@ class Merb &lt; Thor
 
   end
   
-end
\ No newline at end of file
+end</diff>
      <filename>merb-gen/lib/generators/templates/application/merb/merb.thor</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44b5cd60601a118ab66a6f9d50262a1db01ef839</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-more/commit/340520f683fc8a5d4232e043286edfc92dee2dec</url>
  <id>340520f683fc8a5d4232e043286edfc92dee2dec</id>
  <committed-date>2008-09-13T12:51:51-07:00</committed-date>
  <authored-date>2008-09-13T12:51:51-07:00</authored-date>
  <message>Correct dm-* tasks.</message>
  <tree>1ba0269eae03115c42efe8cfff53bbd3fd18b439</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
