<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,18 +45,18 @@ module ScopedSearch
         keyword_name = &quot;keyword_#{index}&quot;.to_sym
         conditions &lt;&lt; case search_condition.last
                         # :like also handles integers
-                        when :like: like_condition(keyword_name, search_condition.first)
-                        when :not: not_like_condition(keyword_name, search_condition.first)
+                        when :like then like_condition(keyword_name, search_condition.first)
+                        when :not then not_like_condition(keyword_name, search_condition.first)
             
-                        when :or: or_condition(keyword_name, search_condition.first)
+                        when :or then or_condition(keyword_name, search_condition.first)
       
-                        when :less_than_date: less_than_date(keyword_name, search_condition.first)      
-                        when :less_than_or_equal_to_date: less_than_or_equal_to_date(keyword_name, search_condition.first)   
-                        when :as_of_date: as_of_date(keyword_name, search_condition.first)      
-                        when :greater_than_date: greater_than_date(keyword_name, search_condition.first) 
-                        when :greater_than_or_equal_to_date: greater_than_or_equal_to_date(keyword_name, search_condition.first)   
+                        when :less_than_date then less_than_date(keyword_name, search_condition.first)      
+                        when :less_than_or_equal_to_date then less_than_or_equal_to_date(keyword_name, search_condition.first)   
+                        when :as_of_date then as_of_date(keyword_name, search_condition.first)      
+                        when :greater_than_date then greater_than_date(keyword_name, search_condition.first) 
+                        when :greater_than_or_equal_to_date then greater_than_or_equal_to_date(keyword_name, search_condition.first)   
                         
-                        when :between_dates: between_dates(keyword_name, search_condition.first)                                                        
+                        when :between_dates then between_dates(keyword_name, search_condition.first)                                                        
                       end          
       end
 </diff>
      <filename>lib/scoped_search/query_conditions_builder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cd690fa042faea4fdb7ceea3dc3351df072b1ff9</id>
    </parent>
  </parents>
  <author>
    <name>Angelo Lakra</name>
    <email>angelo@fusionbox.com</email>
  </author>
  <url>http://github.com/wvanbergen/scoped_search/commit/446179ada6a1f0d5be7935d4d4f1d74a9ee9ac25</url>
  <id>446179ada6a1f0d5be7935d4d4f1d74a9ee9ac25</id>
  <committed-date>2009-06-18T10:40:43-07:00</committed-date>
  <authored-date>2009-06-12T13:24:01-07:00</authored-date>
  <message>making sure this code works in 1.8 and 1.9 of ruby

Signed-off-by: Willem van Bergen &lt;willem@vanbergen.org&gt;</message>
  <tree>8f2a784f34fd1f80cb9ef0b250e496cd8e7e4ff4</tree>
  <committer>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </committer>
</commit>
