<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,6 +30,10 @@ Alternatively, install the ginger gem directly from the freelancing-god github r
 
   sudo gem sources -a http://gems.github.com
   sudo gem install freelancing-god-ginger
+  
+Then install the cucumber, yard, jeweler and rspec gems. Make sure you have a git install version 1.6.0.0 or higher, otherwise the jeweler gem won't install.
+
+  sudo gem install cucumber yard jeweler rspec
 
 Then set up your database:
 </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,3 @@
 require 'rubygems'
-
 require 'tasks/distribution'
-require 'tasks/testing'
-
-require 'thinking_sphinx/tasks'
+require 'tasks/testing'
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -40,6 +40,10 @@ class Contribute
       Dependencies::Sphinx,
       Dependencies::Mysql,
       Dependencies::AR,
+      Dependencies::Rspec,
+      Dependencies::Cucumber,
+      Dependencies::Yard,
+      Dependencies::Jeweler,
       Dependencies::Ginger,
       Dependencies::NotAMock
     ]
@@ -346,6 +350,22 @@ module Dependencies
   class Mysql &lt; ContributeHelper::Gem
     name(defined?(JRUBY_VERSION) ? 'jdbc-mysql' : 'mysql')
   end
+  
+  class Rspec &lt; ContributeHelper::Gem
+    name 'rspec'
+  end
+
+  class Cucumber &lt; ContributeHelper::Gem
+    name 'cucumber'
+  end
+
+  class Yard &lt; ContributeHelper::Gem
+    name 'yard'
+  end
+
+  class Jeweler &lt; ContributeHelper::Gem
+    name 'jeweler'
+  end
 
   class AR &lt; ContributeHelper::Gem
     name 'activerecord'</diff>
      <filename>contribute.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,6 +18,14 @@ describe &quot;ThinkingSphinx::ActiveRecord::Delta&quot; do
     
     @beta.should have_received(:toggle_delta)
   end
+  
+  it &quot;should call the toggle_delta on associated instances&quot; do
+    
+    #if parent changes the first name, all childs should also toggle the delta
+   # @parent = Parent.
+    
+    
+  end
 
   describe &quot;suspended_delta method&quot; do
     before :each do</diff>
      <filename>spec/lib/thinking_sphinx/active_record/delta_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>615629a241b347d802dc348904252509c9ac906b</id>
    </parent>
  </parents>
  <author>
    <name>Ward Bekker</name>
    <email>ward@tty.nl</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/22d1c3f3c1307177898ff2aa610cf00d945dc30d</url>
  <id>22d1c3f3c1307177898ff2aa610cf00d945dc30d</id>
  <committed-date>2009-08-11T05:36:03-07:00</committed-date>
  <authored-date>2009-08-11T05:36:03-07:00</authored-date>
  <message>updated docs &amp; contribute script for new/missing dependencies</message>
  <tree>795f0f135fe272d79c9b68bb368009dd4526513c</tree>
  <committer>
    <name>Ward Bekker</name>
    <email>ward@tty.nl</email>
  </committer>
</commit>
