flying-sphinx 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -74,8 +74,8 @@ class FlyingSphinx::Configuration
74
74
  end
75
75
 
76
76
  def set_searchd_settings
77
- thinking_sphinx_configuration.port = port
78
- thinking_sphinx_configuration.address = host
77
+ thinking_sphinx.port = port
78
+ thinking_sphinx.address = host
79
79
  end
80
80
 
81
81
  def set_database_settings
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flying-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pat Allan