<?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.0.0'
-  s.date    = '2009-01-15'
+  s.version = '1.0.1'
+  s.date    = '2009-01-29'
   
   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', 'CHANGELOG.rdoc', 'TODO.rdoc']
   
-  s.files = %w(CHANGELOG LICENSE README README.textile Rakefile TODO coverage 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/github-gem.rake tasks/test.rake test test/query_conditions_builder_test.rb test/query_language_test.rb test/search_for_test.rb test/test_helper.rb)
-  s.test_files = %w(test/query_conditions_builder_test.rb test/query_language_test.rb test/search_for_test.rb)
+  s.files = %w(CHANGELOG.rdoc LICENSE README.rdoc Rakefile TODO.rdoc 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/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>25c142e2524bd910cebcf290e24b82f8d499c610</id>
    </parent>
  </parents>
  <author>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </author>
  <url>http://github.com/wvanbergen/scoped_search/commit/505184c8800cd6bb0d892ab41ba07b8701d5fcee</url>
  <id>505184c8800cd6bb0d892ab41ba07b8701d5fcee</id>
  <committed-date>2009-01-28T21:38:33-08:00</committed-date>
  <authored-date>2009-01-28T21:38:33-08:00</authored-date>
  <message>Updated scoped_search.gemspec for release of version 1.0.1</message>
  <tree>a54ba8794d753a67f35798133e058520a2bbf071</tree>
  <committer>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </committer>
</commit>
