<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 *.log
 *.gem
-.DS_Store
\ No newline at end of file
+.DS_Store
+/pkg
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,5 +2,22 @@ require 'rake'
 require 'rake/testtask'
 require 'rake/rdoctask'
 
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gemspec|
+    gemspec.name = &quot;seed-fu&quot;
+    gemspec.summary = &quot;Allows easier database seeding of tables in Rails.&quot;
+    gemspec.email = &quot;michael@intridea.com&quot;
+    gemspec.homepage = &quot;http://github.com/mblegih/seed-fu&quot;
+    gemspec.description = &quot;Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.&quot;
+    gemspec.authors = [&quot;Michael Bleigh&quot;]
+    gemspec.add_dependency 'rails', '&gt;= 2.1'
+    gemspec.files = FileList[&quot;[A-Z]*&quot;, &quot;{lib,spec,rails}/**/*&quot;] - FileList[&quot;**/*.log&quot;]
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+end
+
+
 desc 'Default: run specs.'
 task :default =&gt; :spec</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.mkd</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4696793f2d0bf03c62c0a7572adcd2355fdf3e6a</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/seed-fu/commit/13d9bdf98abf45593748bce6dd4d4e9ca2444946</url>
  <id>13d9bdf98abf45593748bce6dd4d4e9ca2444946</id>
  <committed-date>2009-09-23T10:10:09-07:00</committed-date>
  <authored-date>2009-09-23T10:10:09-07:00</authored-date>
  <message>Updating README and implementing Jeweler for gem releases.</message>
  <tree>ba3d00e3237cff95e0cd307c5a74e49d1a157397</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
