<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name    = 'scoped_search'
-  s.version = '1.1.0'
-  s.date    = '2009-02-23'
+  s.version = '1.2.0'
+  s.date    = '2009-06-18'
   
   s.summary = &quot;A Rails plugin to search your models using a named_scope&quot;
   s.description = &quot;Scoped search makes it easy to search your ActiveRecord-based models. It will create a named scope according to a provided query string. The named_scope can be used like any other named_scope, so it can be cchained or combined with will_paginate.&quot;
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
   s.rdoc_options &lt;&lt; '--title' &lt;&lt; s.name &lt;&lt; '--main' &lt;&lt; 'README.rdoc' &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   s.extra_rdoc_files = ['README.rdoc']
   
-  s.files = %w(LICENSE README.rdoc Rakefile init.rb lib lib/scoped_search lib/scoped_search.rb lib/scoped_search/query_conditions_builder.rb lib/scoped_search/query_language_parser.rb lib/scoped_search/reg_tokens.rb tasks tasks/database_tests.rake tasks/documentation.rake tasks/github-gem.rake test test/database.yml test/integration test/integration/api_test.rb test/lib test/lib/test_models.rb test/lib/test_schema.rb test/test_helper.rb test/unit test/unit/query_conditions_builder_test.rb test/unit/query_language_test.rb test/unit/search_for_test.rb)
+  s.files = %w(LICENSE README.rdoc Rakefile init.rb lib lib/scoped_search lib/scoped_search.rb lib/scoped_search/query_builder lib/scoped_search/query_conditions_builder.rb lib/scoped_search/query_language_parser.rb lib/scoped_search/reg_tokens.rb tasks tasks/database_tests.rake tasks/documentation.rake tasks/github-gem.rake test test/database.yml test/integration test/integration/api_test.rb test/lib test/lib/test_models.rb test/lib/test_schema.rb test/test_helper.rb test/unit test/unit/query_conditions_builder_test.rb test/unit/query_language_test.rb test/unit/search_for_test.rb)
   s.test_files = %w(test/integration/api_test.rb test/unit/query_conditions_builder_test.rb test/unit/query_language_test.rb test/unit/search_for_test.rb)
 end
\ No newline at end of file</diff>
      <filename>scoped_search.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>446179ada6a1f0d5be7935d4d4f1d74a9ee9ac25</id>
    </parent>
  </parents>
  <author>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </author>
  <url>http://github.com/wvanbergen/scoped_search/commit/147896f9f23a6f691673e106c6e4cb9c60f1d074</url>
  <id>147896f9f23a6f691673e106c6e4cb9c60f1d074</id>
  <committed-date>2009-06-18T10:42:09-07:00</committed-date>
  <authored-date>2009-06-18T10:42:09-07:00</authored-date>
  <message>Released scoped_search version 1.2.0</message>
  <tree>9dfb9e7d50634357415dccf13adc50c8435818ce</tree>
  <committer>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </committer>
</commit>
