<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,7 +48,7 @@ class PluginMigrationGenerator &lt; Rails::Generator::Base
         end
       end
       
-      @plugins_to_migrate.reject! { |p| p.latest_migration.nil? }
+      @plugins_to_migrate.reject! { |p| !p.respond_to?(:latest_migration) || p.latest_migration.nil? }
       
       # Then find the current versions from the database    
       @current_versions = {}</diff>
      <filename>generators/plugin_migration/plugin_migration_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ebb65a1560024dd0c42049a8eb0e5d17989d8f4</id>
    </parent>
  </parents>
  <author>
    <name>Moritz Heidkamp</name>
    <email>moritz.heidkamp@bevuta.com</email>
  </author>
  <url>http://github.com/lazyatom/engines/commit/fa09539466064a87815fd278d0aff5ad9c79a88f</url>
  <id>fa09539466064a87815fd278d0aff5ad9c79a88f</id>
  <committed-date>2009-09-02T04:41:35-07:00</committed-date>
  <authored-date>2009-09-02T04:41:35-07:00</authored-date>
  <message>exclude plugins without engines extensions from plugin_migration generator</message>
  <tree>a8f5fe75da511d11e8fbc6144b8942e30b87a56d</tree>
  <committer>
    <name>Moritz Heidkamp</name>
    <email>moritz.heidkamp@bevuta.com</email>
  </committer>
</commit>
