<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,10 @@
 Gem::Specification.new do |s|
   s.name = 'spawn'
-  s.version = '0.1.1'
+  s.version = '0.1.2'
   s.summary = %{Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs}
   s.description = %{Spawn is a very small library (just 14 lines of code) that can effectively replace fixtures or any other library for the same task.}
-  s.email = &quot;michel@soveran.com&quot;
-  s.author = &quot;Michel Martens&quot;
+  s.authors = [&quot;Michel Martens&quot;, &quot;Damian Janowski&quot;]
+  s.email = [&quot;michel@soveran.com&quot;, &quot;djanowski@dimaion.com&quot;]
   s.homepage = &quot;http://github.com/soveran/spawn&quot;
   s.files = [&quot;lib/spawn.rb&quot;, &quot;rails/init.rb&quot;, &quot;README.markdown&quot;, &quot;LICENSE&quot;, &quot;Rakefile&quot;, &quot;test/active_record_test.rb&quot;, &quot;test/all_test.rb&quot;, &quot;test/sequel_test.rb&quot;, &quot;spawn.gemspec&quot;]
   s.require_paths = ['lib']</diff>
      <filename>spawn.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'spawn'
-  s.version = '0.1.1'
+  s.version = '0.1.2'
   s.summary = %{Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs}
   s.description = %{Spawn is a very small library (just 14 lines of code) that can effectively replace fixtures or any other library for the same task.}
   s.authors = [&quot;Michel Martens&quot;, &quot;Damian Janowski&quot;]</diff>
      <filename>spawn.gemspec.erb</filename>
    </modified>
    <modified>
      <diff>@@ -10,8 +10,8 @@ DB &lt;&lt; &quot;CREATE TABLE sequel_users (name VARCHAR(255) NOT NULL, email VARCHAR(255)
 class SequelUser &lt; Sequel::Model
   extend Spawn
 
-  validates do
-    presence_of :name
+  def validate
+    errors.add(:name, &quot;Not present&quot;) if name.nil? or name.empty?
   end
 
   spawner do |user|</diff>
      <filename>test/sequel_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>812a766ed11c4028f9dab65d0028215a1156ffd1</id>
    </parent>
  </parents>
  <author>
    <name>Michel Martens</name>
    <email>michel@soveran.com</email>
  </author>
  <url>http://github.com/soveran/spawn/commit/94a756974b421d12e24f2e1fe30fa7132871a679</url>
  <id>94a756974b421d12e24f2e1fe30fa7132871a679</id>
  <committed-date>2009-06-16T15:59:15-07:00</committed-date>
  <authored-date>2009-06-16T15:59:15-07:00</authored-date>
  <message>Updated test for compatibility with Sequel &gt; 3</message>
  <tree>3dfc6d79e4889f522d42e47754421700130d4038</tree>
  <committer>
    <name>Michel Martens</name>
    <email>michel@soveran.com</email>
  </committer>
</commit>
