<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app_generators/ambition_adapter/templates/lib/adapter/base.rb.erb</filename>
    </added>
    <added>
      <filename>app_generators/ambition_adapter/templates/lib/adapter/query.rb.erb</filename>
    </added>
    <added>
      <filename>app_generators/ambition_adapter/templates/lib/adapter/select.rb.erb</filename>
    </added>
    <added>
      <filename>app_generators/ambition_adapter/templates/lib/adapter/slice.rb.erb</filename>
    </added>
    <added>
      <filename>app_generators/ambition_adapter/templates/lib/adapter/sort.rb.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ class AmbitionAdapterGenerator &lt; RubiGen::Base
       adapter_path = &quot;lib/ambition/adapters/#{adapter_name}&quot;
 
       %w( base query select slice sort ).each do |file|
-        m.template &quot;lib/#{file}.rb.erb&quot;, &quot;#{adapter_path}/#{file}.rb&quot;
+        m.template &quot;lib/adapter/#{file}.rb.erb&quot;, &quot;#{adapter_path}/#{file}.rb&quot;
       end
 
       m.template 'lib/init.rb.erb', &quot;#{adapter_path}.rb&quot;
@@ -52,7 +52,7 @@ class AmbitionAdapterGenerator &lt; RubiGen::Base
 
 protected
   def banner
-    &quot;Coming soon&quot;
+    &quot;Usage: ambition_adapter adapter_name&quot;
   end
 
   def add_options!(opts)</diff>
      <filename>app_generators/ambition_adapter/ambition_adapter_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>app_generators/ambition_adapter/templates/lib/base.rb.erb</filename>
    </removed>
    <removed>
      <filename>app_generators/ambition_adapter/templates/lib/query.rb.erb</filename>
    </removed>
    <removed>
      <filename>app_generators/ambition_adapter/templates/lib/select.rb.erb</filename>
    </removed>
    <removed>
      <filename>app_generators/ambition_adapter/templates/lib/slice.rb.erb</filename>
    </removed>
    <removed>
      <filename>app_generators/ambition_adapter/templates/lib/sort.rb.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>413041aa04138207190d22016abf2b1bb31e2270</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/ambition/commit/0c3a15893f4c6cc06d9e21f2ede7d561a982aecd</url>
  <id>0c3a15893f4c6cc06d9e21f2ede7d561a982aecd</id>
  <committed-date>2008-01-29T20:19:41-08:00</committed-date>
  <authored-date>2008-01-29T20:19:41-08:00</authored-date>
  <message>Added a banner.

Moved the adapter templates into own folder for cleanliness.

[Dr Nic]</message>
  <tree>b8fbeb8eda3e2623c2087bb1968a1297b3a5567f</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
