<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,13 +51,15 @@ and re-run the task.
 
 db_populate rake tasks
 ======================
-db_populate includes two rake tasks:
+db_populate includes three rake tasks:
 
 rake db:populate loads all of the data for the current environment
 rake db:migrate_and_populate is the same as calling rake db:migrate followed by rake db:populate
+rake db:reset_and_populate is the same as calling rake db:reset followed by rake db:populate
 
 History
 =======
+2009-09-15 Add db:reset_and_populate task
 2009-05-17 Fix typo in README
 2009-03-21 Patch from Ahmed El-Daly to allow PKs with names other than id
 2008-10-11 Initial release
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name     = &quot;db_populate&quot;
-  s.version  = &quot;0.2.3&quot;
-  s.date     = &quot;2009-05-17&quot;
+  s.version  = &quot;0.2.4&quot;
+  s.date     = &quot;2009-09-15&quot;
   s.summary  = &quot;Seed data populator for Rails&quot;
   s.email    = &quot;MikeG1@larkfarm.com&quot;
   s.homepage = &quot;http://github.com/ffmike/db-populate/tree/master&quot;</diff>
      <filename>db_populate.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -18,4 +18,9 @@ namespace :db do
 
   task :migrate_and_load =&gt; [ 'db:migrate', 'db:populate' ]
   
+  desc &quot;Drop and reset the database for the current environment and then load seed data&quot;
+  task :reset_and_populate =&gt; [ 'db:reset', 'db:populate']
+
+  task :reset_and_load =&gt; [ 'db:reset', 'db:populate']
+  
 end
\ No newline at end of file</diff>
      <filename>tasks/populate.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2ccda0ecbf73ccb6c61fdd1f15e9eba7a5190e6</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </author>
  <url>http://github.com/ffmike/db-populate/commit/ca4478bbf4f2ec3419821b4aa76eac04633ceda6</url>
  <id>ca4478bbf4f2ec3419821b4aa76eac04633ceda6</id>
  <committed-date>2009-09-15T03:02:37-07:00</committed-date>
  <authored-date>2009-09-15T03:02:37-07:00</authored-date>
  <message>Added reset_and_populate rake task.</message>
  <tree>18b3895dabce28bfd379405ad2504a97ab6a772d</tree>
  <committer>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </committer>
</commit>
