freelancing-god-thinking-sphinx 0.9.11 → 0.9.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ module ThinkingSphinx
30
30
  module Version #:nodoc:
31
31
  Major = 0
32
32
  Minor = 9
33
- Tiny = 11
33
+ Tiny = 12
34
34
 
35
35
  String = [Major, Minor, Tiny].join('.')
36
36
  end
@@ -262,7 +262,7 @@ INDEX
262
262
  if self.allow_star
263
263
  # Ye Olde way of turning on enable_star
264
264
  output += " enable_star = 1\n"
265
- output += " min_prefix_len = #{self.combined_index_options[:min_prefix_len]}\n"
265
+ output += " min_prefix_len = #{combined_index_options[:min_prefix_len]}\n"
266
266
  end
267
267
 
268
268
  unless model.sphinx_indexes.collect(&:prefix_fields).flatten.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freelancing-god-thinking-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.11
4
+ version: 0.9.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Allan