Sha256: 581fb778d5042789e9f0784ebcfb0defe04369aba5aaa2fb7dc0923c63f0a265

Contents?: true

Size: 562 Bytes

Versions: 16

Compression:

Stored size: 562 Bytes

Contents

module ThinkingSphinx
  class AutoVersion
    def self.detect
      version = ThinkingSphinx::Configuration.instance.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

16 entries across 16 versions & 7 rubygems

Version Path
joshcutler-thinking-sphinx-1.3.18 lib/thinking_sphinx/auto_version.rb
angelf-thinking-sphinx-1.3.18 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-2.0.0.rc2 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-1.3.19 lib/thinking_sphinx/auto_version.rb
thorsson_thinking-sphinx-1.3.18 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-allen-1.3.18.4 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-allen-1.3.18.3 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-allen-1.3.18.2 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-2.0.0.rc1 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-allen-1.3.18.1 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-allen-1.3.18 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-1.3.18 lib/thinking_sphinx/auto_version.rb
josh_cutler-thinking-sphinx-1.3.17 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-1.3.17 lib/thinking_sphinx/auto_version.rb
warp-thinking-sphinx-1.3.16 lib/thinking_sphinx/auto_version.rb
thinking-sphinx-1.3.16 lib/thinking_sphinx/auto_version.rb