search_and_resque 0.3.0 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14e1917d878751695a81ce42fc5f4a7c84e93cbb
|
4
|
+
data.tar.gz: 43c77852df71b3b78b8321e27292df2a869e1cfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52a576f22fa66340ee197449fa30a7652c38e750399821da9e20ea59f37ed4c8750c56eff57e7331c35f94bc2cd6a72dae5b12f4181d1a869928430407f91605
|
7
|
+
data.tar.gz: 678a8f74ea6d075f340ff94f089314c9688caf201fb33db51e1d767a165176cdf752707eb7150afe149e7a04295f7caa8b4b6f484be582d131e2698f35dd16a5
|
@@ -49,7 +49,7 @@ Chewy.configuration = {
|
|
49
49
|
host: 'localhost:9200'
|
50
50
|
}
|
51
51
|
|
52
|
-
SearchAndResque.
|
52
|
+
SearchAndResque.chewy_index_name = :SearchAndResqueTestIndex
|
53
53
|
SearchAndResque::Queue.queue = :search_and_resque_test_queue
|
54
54
|
|
55
55
|
Resque.inline = true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: search_and_resque
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Woo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|