<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,7 +35,7 @@ db/populate/production/01_users.rb
 db/populate/production/02_options.rb
 
 Within each file, you can place whatever ruby code you like. To help create consistent
-records, db_populate adds create_or_populate to ActiveRecord::Base. This method looks up
+records, db_populate adds create_or_update to ActiveRecord::Base. This method looks up
 a record by ID; if the record exists, it is updated, and if it doesn't, it is created. Using
 this technique means that you can edit and re-run your db_populate tasks without damaging 
 data that have already been loaded once. For example, assuming your roles table has already
@@ -58,5 +58,6 @@ rake db:migrate_and_populate is the same as calling rake db:migrate followed by
 
 History
 =======
+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.2&quot;
-  s.date     = &quot;2009-03-21&quot;
+  s.version  = &quot;0.2.3&quot;
+  s.date     = &quot;2009-05-17&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>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d7e2278fb37f0c6148c39c6e4193b877db260d28</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </author>
  <url>http://github.com/ffmike/db-populate/commit/e2ccda0ecbf73ccb6c61fdd1f15e9eba7a5190e6</url>
  <id>e2ccda0ecbf73ccb6c61fdd1f15e9eba7a5190e6</id>
  <committed-date>2009-05-17T04:29:02-07:00</committed-date>
  <authored-date>2009-05-17T04:29:02-07:00</authored-date>
  <message>Fix typo in README</message>
  <tree>080651399a2fa6509b125cf99aa7314564dbbc0b</tree>
  <committer>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </committer>
</commit>
