elastic_record 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89d2ef3fed887aeb688bfb24abb83eec1145edf1
4
- data.tar.gz: c7463026231a8da26cc18bb64f3ab0bebb46cfd1
3
+ metadata.gz: c4c8b3152cde2dccd64daeba0c1b674e1f4baa59
4
+ data.tar.gz: ecc417f58c2838fb097ddee6fcbc2e017eedf13e
5
5
  SHA512:
6
- metadata.gz: 00d8772ca376b519a7c561330be588339280284ef38364c4866c06e9e16a58255cfd7c2aaff60f8354b8c6273665e5912abed18555e74c3e9d3594c4eeec1ac4
7
- data.tar.gz: be481f2c74f15b62a62c0dac84fd3dac654f9719340338e2b99a69f44dcb85601dd7a99a08c6c182cb6bea62d9776174c592f66fb98ec3d3e079fa29c20b67e4
6
+ metadata.gz: a43f86409d56f0bfcb898262baab0a4a85c7c3db621a6645fae2c8ae96dfe3f27a5ccacebbb256b7e1c33dcdaf0d8c1c96d2a85c677889bd3a9d0da0250800dd
7
+ data.tar.gz: f7750a39e91ba9b3133b915e8ebfd8f5f272df0fa802d5be5b164dded785085eaada91e3aef4cb6c9d015e3058bd1db505368c17fa149cbbe4d7c5db3d2ad9f1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'elastic_record'
5
- s.version = '1.4.1'
5
+ s.version = '1.4.2'
6
6
  s.summary = 'Use Elastic Search with your objects'
7
7
  s.description = 'Find your records with elastic search'
8
8
 
@@ -22,6 +22,9 @@ module ElasticRecord
22
22
  _source: {
23
23
  enabled: false
24
24
  },
25
+ _all: {
26
+ enabled: false
27
+ },
25
28
  properties: {
26
29
  created_at: {type: "date", index: "not_analyzed", format: "dateOptionalTime"},
27
30
  updated_at: {type: "date", index: "not_analyzed", format: "dateOptionalTime"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastic_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Infogroup
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-25 00:00:00.000000000 Z
12
+ date: 2014-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: arelastic