Author: ehatcher
Date: Thu Sep  6 08:24:27 2007
New Revision: 573296

URL: http://svn.apache.org/viewvc?rev=573296&view=rev
Log:
Fix YAML parsing issue

Modified:
    lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml

Modified: lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml?rev=573296&r1=573295&r2=573296&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml Thu Sep  6 08:24:27 2007
@@ -1,4 +1,4 @@
-- v0.0.5
+v0.0.5:
   release_date: 2007-08-??
   changes:
     - Added support for highlighter fragment size to Solr::Request::Standard
@@ -6,24 +6,24 @@
     - Added Solr::Request::ModifyDocument (requires SOLR-139 patch)
     - Added Solr::Util.query_parser_escape()
 
-- v0.0.4
+v0.0.4:
   release_date: 2007-08-16
   changes:
     - Solr::Indexer#solr added to gain access to the Solr::Connection instance
     - Fixed issue with multi-line String field values when field set 
multiValued="false"
     - Fixed tests to work without either Hpricot or libxml2
       
-- v0.0.3
+v0.0.3:
   release_date: 2007-05-22
   changes:
     - Adjusted HpricotMapper and XPathMapper, and tests, to load only if their 
dependencies are available.
 
-- v0.0.2
+v0.0.2:
   release_date: 2007-05-15
   changes:
     - mappers, etc
 
-- v0.0.1: 
+v0.0.1: 
   release_date: 2007-02-15
   changes:
     - initial release


Reply via email to