arelastic 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/arelastic/sorts/sort.rb +6 -0
- data/lib/arelastic/sorts.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6e3a159738c715b6a6b2143bee9a75b291636ca
|
4
|
+
data.tar.gz: aff60a0d5c322f15357b90559db8e3689e61118f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8c95d199e61201cf81a540bf0a40ab7b7728300b6625151480bcfb4277deeb2cf611e237a2062795a31a5fccee98cdf2c288327ed816297108e40304793cc10
|
7
|
+
data.tar.gz: a2e20ec2cb8409b45cf31fe2b104a36245e7f149376d5ffcc381a7034df4b89069b6452247457d1e474cab643f16aced0e4176584747855021bc640d976e106f
|
data/lib/arelastic/sorts.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arelastic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Higgins
|
@@ -99,6 +99,7 @@ files:
|
|
99
99
|
- lib/arelastic/sorts.rb
|
100
100
|
- lib/arelastic/sorts/field.rb
|
101
101
|
- lib/arelastic/sorts/geo_distance.rb
|
102
|
+
- lib/arelastic/sorts/sort.rb
|
102
103
|
- test/arelastic/aggregations/aggregation_test.rb
|
103
104
|
- test/arelastic/aggregations/date_histogram_test.rb
|
104
105
|
- test/arelastic/aggregations/filter_test.rb
|