vendor/riddle/README in ultrasphinx-1.6.7 vs vendor/riddle/README in ultrasphinx-1.7
- old
+ new
@@ -6,16 +6,16 @@
opting for a more Ruby-like structure.
While it doesn't (yet) exist as a gem, you can obtain the sourcecode via subversion. If you
are after a specific release, use the tag as follows:
- svn co http://rails-oceania.googlecode.com/svn/patallan/riddle/tags/0.9.8-r871 riddle
+ svn co http://rails-oceania.googlecode.com/svn/patallan/riddle/tags/0.9.8-r985 riddle
Or for the most current, just use trunk:
svn co http://rails-oceania.googlecode.com/svn/patallan/riddle/trunk riddle
-Please note that at the time of writing, only 0.9.8r871 is supported.
+Please note that at the time of writing, only 0.9.8r871, 0.9.8r909 and 0.9.8r985 are supported.
To get started, just instantiate a Client object:
client = Riddle::Client.new # defaults to localhost and port 3312
client = Riddle::Client.new "sphinxserver.domain.tld", 3333 # custom settings
\ No newline at end of file