friendlyfashion-thinking-sphinx 2.0.14.2 → 2.0.14.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTFlN2QzODFjMWM3NTNkZGQxOTczNGYxYWY5MDMyMjVmOWM1YTZmMQ==
4
+ ZDliZWIzNTk4NzBlOTNjYjdhMTVhOTdiMzJmNGM3ZDRmZjQ1NmQ4Mw==
5
5
  data.tar.gz: !binary |-
6
- NDhmN2I1ZWEzYmE1M2QxYjY2M2VmMTVhYzVjZWM3NjQ5ZTQyNGU0Mg==
6
+ M2VhZmY1MzFmMzc5OGZjZTI4MTBlNTZmNjUwMDllYTUxOWJlYmEzMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZGIzYjQyYmUzMTNjNjZlZDliY2ViNGFkNzJiN2M2YjkzZTYyMzI3YzFiMTE3
10
- YWYzYzU5ODQyYTJhYThjZGU3MjJiMDFkZWNhNmE5OTU5ZjA2MWE5NjA5ZTRj
11
- MDlkNjJiY2RmOWQ3NTgzYTk4ZDlmMWM4OTA0Y2E2Njg5Y2QxOTM=
9
+ YjdjNjk1ZGQ4Mjc4ZTMxZjQyOTJmMTJkM2IxODg5NjMwYTcyNjE2MTcxMGI5
10
+ Mzg2ZDc4ODJlYWZkOGEwMGJlZjExZmRhZDNlNmIyMzMxMTYyMjg2ZmYwODZj
11
+ ZjE2NDAwMWE3ZTRjZTllZTU1N2E5MTQxOTQ3YmU5N2UwOTUxZjY=
12
12
  data.tar.gz: !binary |-
13
- Njk5NmY2MmQ2N2JkNDk4NTM2MTZmZmIwZTc5ZDI3ZDNhZGJjNjgwYzkxNjg3
14
- OTM3ZThkMDgyZTYwYmI1NTFmNGNjMDM5MmRmZmYxZTAyOWJiMGU0YWNhY2Fk
15
- ZjIyYzJiZmM4ZTJmMDg1N2RhNmM4ZmIwMDBlMjMwYWU2ODhjZDI=
13
+ ZTMzODZkZDE1ZDBlZDI1M2I1NmU0MDU2MzgxYzliNmM3YmE0OWU0M2YzM2Qw
14
+ YjljYTIzNjI3NWI2ODBhNDBmZTVlYTgzOWFjN2VkOGFjNTZhZmU0MTdlZGY2
15
+ MDhjMDBmMGVjNGNkNzI5NTFiNTQ4OGQ2MjhlM2E4YjI3YWNkMWY=
@@ -31,13 +31,13 @@ class ThinkingSphinx::Connection
31
31
  end
32
32
 
33
33
  def client
34
- @client ||= begin
35
- client = Riddle::Client.new shuffled_addresses, configuration.port,
36
- client_key
37
- client.max_matches = _max_matches
38
- client.timeout = configuration.timeout || 0
39
- client
40
- end
34
+ @client ||= Riddle::Client.new shuffled_addresses, configuration.port, client_key
35
+ end
36
+
37
+ def reset
38
+ client.reset
39
+ client.max_matches = _max_matches
40
+ client.timeout = configuration.timeout || 0
41
41
  end
42
42
 
43
43
  private
@@ -1,3 +1,3 @@
1
1
  module ThinkingSphinx
2
- Version = '2.0.14.2'
2
+ Version = '2.0.14.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friendlyfashion-thinking-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.14.2
4
+ version: 2.0.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justas Janauskas
8
+ - Laurynas Butkus
9
+ - Viktoras Agejevas
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2013-04-25 00:00:00.000000000 Z
13
+ date: 2013-05-31 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: activerecord
@@ -182,6 +184,8 @@ description: A concise and easy-to-use Ruby library that connects ActiveRecord t
182
184
  the Sphinx search daemon, managing configuration, indexing and searching.
183
185
  email:
184
186
  - jjanauskas@gmail.com
187
+ - laurynas.butkus@gmail.com
188
+ - v.agejevas@gmail.com
185
189
  executables: []
186
190
  extensions: []
187
191
  extra_rdoc_files: []