<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>init.rb</filename>
    </added>
    <added>
      <filename>lib/spec/ultrasphinx/matchers/be_indexed.rb</filename>
    </added>
    <added>
      <filename>spec/spec_helper.rb</filename>
    </added>
    <added>
      <filename>spec/ultrasphinx/matchers/be_indexed_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,36 @@
 == BeIndexed matcher
 
-BeIndexed matcher is a custom RSpec matcher for RubyOnRails Ultrasphinx indexation plugin.
+  BeIndexed matcher is a custom RSpec matcher for RubyOnRails Ultrasphinx 
+indexation plugin.
 
-Currently only :field and :delta options are supported by the matcher.
+  Currently only :field and :delta options are supported by the matcher.
 
-Spec examples:
+  Spec examples:
     MyModel.should be_indexed
     MyModel.should be_indexed.using_fields([:column1, :column2])
     MyModel.should be_indexed.with_delta
     MyModel.should be_indexed.with_delta(:field =&gt; 'last_modified') 
     MyModel.should be_indexed.using_fields(:column1).with_delta
 
+  To used it you need to place the code at vendor/plugins and include 
+Spec::Ultrasphinx::Matchers the matcher in your specs.
+
+  To include the matcher so it can be used in all your specs you can do the
+following in your spec_helper.rb:
+
+  Spec::Runner.configure do |config|
+    config.include Spec::Ultrasphinx::Matchers
+  end
 
 == Thanks
-To the community...
+  To Andrew Aksyonoff and the Sphinx contributors 
+(http://www.sphinxsearch.com/) for such a great indexer.
+
+  To Evan Weaver (http://blog.evanweaver.com/) for writing such a nice RoR 
+plugin for Sphinx.
+
+  To Fester (http://github.com/fester/) for giving me an example to follow 
+for writing my first RSpec matcher.
+
+== Author
+  Fernando Garcia Samblas (fernando.garcia.samblas@gmail.com)</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>08e1606d3cfa05c2f02649308ef2347cfe8e5c58</id>
    </parent>
  </parents>
  <author>
    <name>Nando</name>
    <email>fernando.garcia@the-cocktail.com</email>
  </author>
  <url>http://github.com/nando/be_indexed/commit/e1959ae7bdd9a54b8d0d0137f6d1986ebd486364</url>
  <id>e1959ae7bdd9a54b8d0d0137f6d1986ebd486364</id>
  <committed-date>2008-05-19T12:59:38-07:00</committed-date>
  <authored-date>2008-05-19T12:59:38-07:00</authored-date>
  <message>Initial release</message>
  <tree>0b45aa8cb9e56c261eb5863d6acd7ea7b4c4fa12</tree>
  <committer>
    <name>Nando</name>
    <email>fernando.garcia@the-cocktail.com</email>
  </committer>
</commit>
