vendor/riddle/lib/riddle.rb in freelancing-god-thinking-sphinx-0.9.12 vs vendor/riddle/lib/riddle.rb in freelancing-god-thinking-sphinx-0.9.13
- old
+ new
@@ -1,11 +1,11 @@
require 'socket'
require 'timeout'
+
require 'riddle/client'
-require 'riddle/client/filter'
-require 'riddle/client/message'
-require 'riddle/client/response'
+require 'riddle/configuration'
+require 'riddle/controller'
module Riddle #:nodoc:
class ConnectionError < StandardError #:nodoc:
end
@@ -13,13 +13,13 @@
Major = 0
Minor = 9
Tiny = 8
# Revision number for RubyForge's sake, taken from what Sphinx
# outputs to the command line.
- Rev = 1371
+ Rev = 1533
# Release number to mark my own fixes, beyond feature parity with
# Sphinx itself.
- Release = 2
+ Release = 3
String = [Major, Minor, Tiny].join('.')
GemVersion = [Major, Minor, Tiny, Rev, Release].join('.')
end
\ No newline at end of file