sequel-elasticsearch 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/lib/sequel/plugins/elasticsearch/version.rb +1 -1
- data/lib/sequel/plugins/elasticsearch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8260688e9dc94491a1a01b53304f853a9ffbea3b61ac23709aacf5659581307
|
4
|
+
data.tar.gz: 69b8b7917a4e443b8cccd1a4e84d623bdb6852485749844d0708f6a2a7eda750
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c739c3145aa85fdd3d0fdee97bf9459b52a534fcee17daa3b87fe9d923ab22bec561fd9c0cfe1224400f6a20d803ae30aa128db36011440111c5674feddecd8a
|
7
|
+
data.tar.gz: ad01667caf9ac32e3e26fe9bee9c12d78878d8b0e94c36f131bfd0f39bf484f7928269b17a3824d3b92696ec01dee9e2100c1bf923733e012269e208fafddfbd
|
data/README.md
CHANGED
@@ -24,7 +24,13 @@ Or install it yourself as:
|
|
24
24
|
|
25
25
|
## Usage
|
26
26
|
|
27
|
-
|
27
|
+
Require the gem with:
|
28
|
+
|
29
|
+
```ruby
|
30
|
+
require 'sequel/plugins/elasticsearch'
|
31
|
+
```
|
32
|
+
|
33
|
+
You'll need an Elasticsearch cluster to sync your data to. By default the gem will try to connect to `http://localhost:9200`. Set the `ELASTICSEARCH_URL` ENV variable to the URL of your cluster.
|
28
34
|
|
29
35
|
This is a Sequel plugin, so you can enable it DB wide:
|
30
36
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequel-elasticsearch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jurgens du Toit
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: elasticsearch
|