You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2009/10/12 20:31:18 UTC

svn commit: r824450 - in /lucene/solr/trunk/client/ruby/solr-ruby: CHANGES.yml Rakefile

Author: ehatcher
Date: Mon Oct 12 18:31:18 2009
New Revision: 824450

URL: http://svn.apache.org/viewvc?rev=824450&view=rev
Log:
prepare for 0.0.8 gem release

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

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=824450&r1=824449&r2=824450&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml Mon Oct 12 18:31:18 2009
@@ -1,7 +1,7 @@
 v0.0.8:
   release_date: TBD
   changes:
-    - Updated Solr::Request::Standard to use modern style sort parameter rather
+    - Updated Solr::Request::Standard to use modern style sort parameter
     
 v0.0.7:
   release_date: 2009-03-06

Modified: lucene/solr/trunk/client/ruby/solr-ruby/Rakefile
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/Rakefile?rev=824450&r1=824449&r2=824450&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/Rakefile (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/Rakefile Mon Oct 12 18:31:18 2009
@@ -29,7 +29,7 @@
 # 
 #    rake SOLR_CONSOLE=true
 
-SOLR_RUBY_VERSION = '0.0.7'
+SOLR_RUBY_VERSION = '0.0.8'
 
 require 'rubygems'
 require 'rake'