<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,34 +1,55 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
-  s.name = 'seed-fu'
-  s.version = '1.2.0'
-  s.date = '2009-08-14'
-  
-  s.summary = &quot;Allows easier database seeding of tables.&quot;
-  s.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;
-  
-  s.authors = [&quot;Michael Bleigh&quot;, &quot;Matthew Beale&quot;]
-  s.email = &quot;mixonic@synitech.com&quot;
-  s.homepage = 'http://github.com/mixonic/seed-fu'
-  
-  s.has_rdoc = true
-  s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
-  s.extra_rdoc_files = [&quot;README&quot;]
+  s.name = %q{seed-fu}
+  s.version = &quot;1.2.1&quot;
+
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  s.authors = [&quot;Michael Bleigh&quot;]
+  s.date = %q{2009-09-23}
+  s.description = %q{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.}
+  s.email = %q{michael@intridea.com}
+  s.extra_rdoc_files = [
+    &quot;README.rdoc&quot;
+  ]
+  s.files = [
+    &quot;README.rdoc&quot;,
+     &quot;Rakefile&quot;,
+     &quot;VERSION&quot;,
+     &quot;lib/seed-fu.rb&quot;,
+     &quot;lib/seed-fu/writer.rb&quot;,
+     &quot;lib/seed-fu/writer/abstract.rb&quot;,
+     &quot;lib/seed-fu/writer/seed.rb&quot;,
+     &quot;lib/seed-fu/writer/seed_many.rb&quot;,
+     &quot;rails/init.rb&quot;,
+     &quot;spec/schema.rb&quot;,
+     &quot;spec/seed_fu_spec.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;
+  ]
+  s.homepage = %q{http://github.com/mblegih/seed-fu}
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
+  s.require_paths = [&quot;lib&quot;]
+  s.rubygems_version = %q{1.3.5}
+  s.summary = %q{Allows easier database seeding of tables in Rails.}
+  s.test_files = [
+    &quot;spec/schema.rb&quot;,
+     &quot;spec/seed_fu_spec.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;
+  ]
 
-  s.add_dependency 'rails', ['&gt;= 2.1']
-  
-  s.files = [&quot;README&quot;,
-             &quot;Rakefile&quot;,
-             &quot;init.rb&quot;,
-             &quot;lib/seed-fu.rb&quot;,
-             &quot;lib/seed-fu/writer.rb&quot;,
-             &quot;lib/seed-fu/writer/abstract.rb&quot;,
-             &quot;lib/seed-fu/writer/seed.rb&quot;,
-             &quot;lib/seed-fu/writer/seed_many.rb&quot;,
-             &quot;rails/init.rb&quot;,
-             &quot;seed-fu.gemspec&quot;,
-             &quot;spec/schema.rb&quot;,
-             &quot;spec/seed_fu_spec.rb&quot;,
-             &quot;spec/spec_helper.rb&quot;,
-             &quot;tasks/seed_fu_tasks.rake&quot;]
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 3
 
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;rails&gt;, [&quot;&gt;= 2.1&quot;])
+    else
+      s.add_dependency(%q&lt;rails&gt;, [&quot;&gt;= 2.1&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;rails&gt;, [&quot;&gt;= 2.1&quot;])
+  end
 end</diff>
      <filename>seed-fu.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b5bd0b62f817420f32621d7b461c2b449e67cda0</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/seed-fu/commit/819af7e994d63a945d503245fc613837d55836ba</url>
  <id>819af7e994d63a945d503245fc613837d55836ba</id>
  <committed-date>2009-09-23T10:10:42-07:00</committed-date>
  <authored-date>2009-09-23T10:10:42-07:00</authored-date>
  <message>Regenerated gemspec for version 1.2.1</message>
  <tree>c1dfd88f54d9e0544803effa12e916046bb50159</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
