<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <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 = 4
+    Release = 5
     
     String      = [Major, Minor, Tiny].join('.')
     GemVersion  = [Major, Minor, Tiny, Rev, Release].join('.')</diff>
      <filename>vendor/riddle/lib/riddle.rb</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,13 @@ module Riddle
       
       def setting_to_array(setting)
         value = send(setting)
-        value.is_a?(Array) ? value : [value]
+        case value
+        when Array      then value
+        when TrueClass  then [1]
+        when FalseClass then [0]
+        else
+          [value]
+        end
       end
     end
   end</diff>
      <filename>vendor/riddle/lib/riddle/configuration/section.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6339fdd1d7a9d23bf27220d45d1b76296942de65</id>
    </parent>
  </parents>
  <author>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/4243ae231965cc3da12b04d8c44dc29e704554c7</url>
  <id>4243ae231965cc3da12b04d8c44dc29e704554c7</id>
  <committed-date>2009-05-24T19:26:09-07:00</committed-date>
  <authored-date>2009-05-24T19:26:09-07:00</authored-date>
  <message>Updating Riddle for the boolean-to-integer config bug (as found via enable_star)</message>
  <tree>70784c37fd75844ef5596f7a31ad3437931cb4a9</tree>
  <committer>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </committer>
</commit>
