elastic_record 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/elastic_record.gemspec +1 -1
- data/lib/elastic_record/index/percolator.rb +3 -0
- data/lib/elastic_record/railtie.rb +1 -1
- data/test/elastic_record/model_test.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a714ff20d541076d35d98b247d8c17ba209e3457
|
4
|
+
data.tar.gz: da6686b3b17d505b6feee40df4e5d2117a2b5d4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fb0d680f0fe4d5e6a04a36d7db82ddb4973b11affa10da5507c4c4dc6c8d35cacf536809003591d1a98d64b3d5b38f299e0b5954c169e7a77b2aca7312bacaa
|
7
|
+
data.tar.gz: 42d4f1e6f844186ec743818c983936d32cd95d8d7de3eddfce780bab94c1f267c95762b5aa108ec34f4c90e052eeffab4ff523caae9bacc3c4c9fd3cbf6bbbaf
|
data/elastic_record.gemspec
CHANGED
@@ -7,7 +7,7 @@ class ElasticRecord::ModelTest < MiniTest::Test
|
|
7
7
|
def test_elastic_connection
|
8
8
|
connection = Widget.elastic_connection
|
9
9
|
|
10
|
-
assert_equal
|
10
|
+
assert_equal ElasticRecord::Config.servers, connection.servers
|
11
11
|
assert_equal ElasticRecord::Config.connection_options, connection.options
|
12
12
|
end
|
13
13
|
|