rt_sphinx 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,9 +3,8 @@
3
3
  module RtSphinx
4
4
  class Manager
5
5
  def self.start
6
- conf_file_path = File.join(File.expand_path('../../..', __FILE__), 'sphinx.conf')
7
6
  kill_daemon_if_needed
8
- puts `searchd --config #{conf_file_path}`
7
+ puts `searchd`
9
8
  end
10
9
 
11
10
  def self.kill_daemon_if_needed
data/rt_sphinx.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'rt_sphinx'
6
- s.version = '0.0.5'
6
+ s.version = '0.0.6'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.license = 'MIT'
9
9
  s.authors = ['Dmitry Koprov']
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rt_sphinx
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dmitry Koprov
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-24 00:00:00.000000000 Z
12
+ date: 2013-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake