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 +8 -8
- data/lib/thinking_sphinx/connection.rb +7 -7
- data/lib/thinking_sphinx/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZDliZWIzNTk4NzBlOTNjYjdhMTVhOTdiMzJmNGM3ZDRmZjQ1NmQ4Mw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
M2VhZmY1MzFmMzc5OGZjZTI4MTBlNTZmNjUwMDllYTUxOWJlYmEzMQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjdjNjk1ZGQ4Mjc4ZTMxZjQyOTJmMTJkM2IxODg5NjMwYTcyNjE2MTcxMGI5
|
10
|
+
Mzg2ZDc4ODJlYWZkOGEwMGJlZjExZmRhZDNlNmIyMzMxMTYyMjg2ZmYwODZj
|
11
|
+
ZjE2NDAwMWE3ZTRjZTllZTU1N2E5MTQxOTQ3YmU5N2UwOTUxZjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZTMzODZkZDE1ZDBlZDI1M2I1NmU0MDU2MzgxYzliNmM3YmE0OWU0M2YzM2Qw
|
14
|
+
YjljYTIzNjI3NWI2ODBhNDBmZTVlYTgzOWFjN2VkOGFjNTZhZmU0MTdlZGY2
|
15
|
+
MDhjMDBmMGVjNGNkNzI5NTFiNTQ4OGQ2MjhlM2E4YjI3YWNkMWY=
|
@@ -31,13 +31,13 @@ class ThinkingSphinx::Connection
|
|
31
31
|
end
|
32
32
|
|
33
33
|
def client
|
34
|
-
@client ||=
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
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
|
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.
|
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-
|
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: []
|