Sha256: db912897524a79045dc5d549d3eaa992bd3b4ccb5ca5bdbb8ccdd7a57d264203
Contents?: true
Size: 580 Bytes
Versions: 19
Compression:
Stored size: 580 Bytes
Contents
module ThinkingSphinx class AutoVersion def self.detect version = ThinkingSphinx::Configuration.instance.controller.sphinx_version case version when '0.9.8', '0.9.9' require "riddle/#{version}" else STDERR.puts %Q{ Sphinx cannot be found on your system. You may need to configure the following settings in your config/sphinx.yml file: * bin_path * searchd_binary_name * indexer_binary_name For more information, read the documentation: http://freelancing-god.github.com/ts/en/advanced_config.html } end end end end
Version data entries
19 entries across 19 versions & 5 rubygems