<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+* [12/10/2008] - 0.1.6
+  
+  Disabling Workers for now because the method missing causes problems with ./script/generate,
+  and workers are not that useful in their current state.
+
 * [10/22/2008] - 0.1.4
   
   Prevent rails/init from loading factories.rb, etc. if inside rake db:*</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |spec|
   spec.name = 'factories-and-workers'
-  spec.version = '0.1.5'
-  spec.date = '2008-10-22'
+  spec.version = '0.1.6'
+  spec.date = '2008-12-10'
   spec.summary = 'Fixtures replacement'
   spec.email = 'david@internautdesign.com'
   spec.homepage = 'http://blog.internautdesign.com/2008/6/4/factories-and-workers-plugin'</diff>
      <filename>factories-and-workers.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ config.after_initialize do
 
     # mixin plugin
     obj.send :include, FactoriesAndWorkers::Factory
-    obj.send :include, FactoriesAndWorkers::Worker
+    # obj.send :include, FactoriesAndWorkers::Worker
 
     # load factory and worker definition files if they exist
     %w(spec/factories.rb spec/factory_workers.rb test/factories.rb test/factory_workers.rb).each do |file|</diff>
      <filename>rails/init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c2984ee99c66c71691b59e9d02631d014d05e3ab</id>
    </parent>
  </parents>
  <author>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </author>
  <url>http://github.com/dfl/factories-and-workers/commit/cfec04c879181dadb5a8e715549eb1fb8462cc6e</url>
  <id>cfec04c879181dadb5a8e715549eb1fb8462cc6e</id>
  <committed-date>2008-12-10T12:28:54-08:00</committed-date>
  <authored-date>2008-12-10T12:28:54-08:00</authored-date>
  <message>disabling Workers</message>
  <tree>db9932c9e0ba29a46b956d2114495ae928286223</tree>
  <committer>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </committer>
</commit>
