<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/cucumber/thinking_sphinx/external_world.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,7 @@ module Riddle #:nodoc:
     Rev     = 1533
     # Release number to mark my own fixes, beyond feature parity with
     # Sphinx itself.
-    Release = 10
+    Release = 11
     
     String      = [Major, Minor, Tiny].join('.')
     GemVersion  = [Major, Minor, Tiny, Rev, Release].join('.')</diff>
      <filename>vendor/riddle/lib/riddle.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,10 @@ module Riddle
       @path           = path
     end
     
-    def index
-      cmd = &quot;indexer --config #{@path} --all&quot;
+    def index(*indexes)
+      indexes &lt;&lt; '--all' if indexes.empty?
+      
+      cmd = &quot;indexer --config #{@path} #{indexes.join(' ')}&quot;
       cmd &lt;&lt; &quot; --rotate&quot; if running?
       `#{cmd}`
     end
@@ -50,4 +52,4 @@ module Riddle
       false
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>vendor/riddle/lib/riddle/controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4f1ab0886ea01d45502468ca5b6c82e91388570c</id>
    </parent>
  </parents>
  <author>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/a6664966c5a94bf7382dbc772769d4ca68915ef1</url>
  <id>a6664966c5a94bf7382dbc772769d4ca68915ef1</id>
  <committed-date>2009-11-03T21:19:13-08:00</committed-date>
  <authored-date>2009-11-03T21:19:13-08:00</authored-date>
  <message>Adding external world for using Cucumber and Thinking Sphinx in Rails apps.</message>
  <tree>90858bf5863b69bc370ffc355236af6297a4d3b9</tree>
  <committer>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </committer>
</commit>
