<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>rails/init.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2007 Nathan Herald and David Lowenfels
+Copyright (c) 2007-2008 Nathan Herald, David Lowenfels and Jonathan Barket
  
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to deal</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,23 @@ Originally written by Nathan Herald @ Myobie.com
 
 Feature enhancements by David Lowenfels @ InternautDesign.com
 
+Minor improvements by Jonathan Barket
+
+== Get It
+
+Add it as a gem dependency
+
+  config.gem 'xml-simple'
+  config.gem 'dfl-factories-and-workers', :lib =&gt; 'factories-and-workers', :source =&gt; 'http://gems.github.com'
+  
+Or install it as a gem manually  
+  
+  sudo gem install dfl-factories-and-workers
+  
+Or grab the source
+  
+  git clone git://github.com/dfl/factories-and-workers.git
+  
 =The Factory
 
 The Factory idea was inspired completely by Dan Manges' blog post &quot;Fixin' Fixtures with Factory&quot; @ http://www.dcmanges.com/blog/38</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1 @@
-if ENV['RAILS_ENV'] == 'test'
-
-  require 'factories-and-workers'
-  require 'fileutils'
-
-  config.after_initialize do
-    %w(spec/factories.rb spec/factory_workers.rb test/factories.rb test/factory_workers.rb).each do |file|
-      path = File.join(RAILS_ROOT, file)
-      require path if File.exists?(path)
-    end
-  end
-
-end
+require File.dirname(__FILE__)+'/rails/init.rb'</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
 require 'active_support/core_ext'  # for returning() and HashWithIndifferentAccess
-
 require 'factories-and-workers/factory_builder'
 require 'factories-and-workers/factory_worker'
-require 'factories-and-workers/factory_generator'
\ No newline at end of file
+require 'factories-and-workers/factory_generator'</diff>
      <filename>lib/factories-and-workers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5a17afa49f45f19c16af8f242154d4a563d30569</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Barket</name>
    <email>jbarket@buyerscompass.com</email>
  </author>
  <url>http://github.com/dfl/factories-and-workers/commit/c84d877d9dc5b3e2713d6d447046ac750c975ed5</url>
  <id>c84d877d9dc5b3e2713d6d447046ac750c975ed5</id>
  <committed-date>2008-08-13T08:15:45-07:00</committed-date>
  <authored-date>2008-08-13T08:15:45-07:00</authored-date>
  <message>Added gemspec. Removed some Rails specific code. Added init and rails/init files.</message>
  <tree>0f3309cbb909e74c4883be42503c5dfbcc87f053</tree>
  <committer>
    <name>Jonathan Barket</name>
    <email>jbarket@buyerscompass.com</email>
  </committer>
</commit>
