README.textile in riddle-1.5.1 vs README.textile in riddle-1.5.2
- old
+ new
@@ -1,7 +1,9 @@
h1. Riddle
+"!https://secure.travis-ci.org/freelancing-god/riddle.png!":http://travis-ci.org/freelancing-god/riddle
+
This client has been written to interface with "Sphinx":http://sphinxsearch.com/. It is written by "Pat Allan":http://freelancing-gods.com, and has been influenced by both Dmytro Shteflyuk's Ruby client and the original PHP client - credit where credit's due, after all.
It does not follow the same syntax as those two, though (not much point writing this otherwise) - opting for a more Ruby-like structure.
h2. Installation
@@ -15,11 +17,11 @@
<pre><code>require 'riddle'
require 'riddle/0.9.9'</code></pre>
To get started, just instantiate a Client object:
-<pre><code>client = Riddle::Client.new # defaults to localhost and port 3312
+<pre><code>client = Riddle::Client.new # defaults to localhost and port 9312
client = Riddle::Client.new "sphinxserver.domain.tld", 3333 # custom settings</code></pre>
And then set the parameters to what you want, before running a query:
<pre><code>client.match_mode = :extended
@@ -81,5 +83,9 @@
* James Cook
* Alexey Artamonov
* Paul Gibler
* Ngan Pham
* Aaron Gilbralter
+* Steven Bristol
+* Ilia Lobsanov
+* Aleksey Morozov
+* S. Christoffer Eliesen