co-elastic-query 3.1.0 → 3.1.1

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
- SHA1:
3
- metadata.gz: 9b151553366a3789ac06d80546f5eea887afc35f
4
- data.tar.gz: 7d45f4eefb2c5052b666d69e5683861b3989df18
2
+ SHA256:
3
+ metadata.gz: b90ec389e9e12b91e88522305bb8002f0a9ca889c0a962643d29a7ae3f2579bd
4
+ data.tar.gz: 39c0a52f7e44fdc3a2d9fb3d9a1b1de9793b87934c659056bfc5e2ec731603e8
5
5
  SHA512:
6
- metadata.gz: 6106ba041466def4f08aceffeca77a29294c32d5530e606fd0ac86837ac2397ead9150da20fb8ade3f341d42db31ff78525090e047e1a063a1c48a876cd7dd2b
7
- data.tar.gz: c8b0e70ad054708d36af51b780096775b421e888a270392d684ce6e85fa803d9c36c341550392cd71d0ae1381533e5846cf94e21bb65f00ab40a6ef76efbc792
6
+ metadata.gz: 29c21cf788a9ee63cc7cd5b2af35f1ac711c2863fa9a69bc2de46844ec9f4dcae8cc50ed6ee420a8b2ae7066573435bb8bc5c30564debae209344b985fc3e2a5
7
+ data.tar.gz: 6e6b938253ed927bd4cecccee5472f5345ad5221d2ce9b3da01d30638547b250520a749ec3e1ebc5d55bec2bdb05bc6d68da684e23e17f525fabcd9968eeb83a
@@ -12,7 +12,7 @@ class Elastic
12
12
 
13
13
  @limit = query[:limit] || 20
14
14
  @limit = @limit.to_i
15
- @limit = 500 if @limit > 500
15
+ @limit = 10000 if @limit > 10000
16
16
 
17
17
  @offset = query[:offset] || 0
18
18
  @offset = offset.to_i
@@ -1,3 +1,3 @@
1
1
  module CoElasticQuery
2
- VERSION = "3.1.0"
2
+ VERSION = "3.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: co-elastic-query
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen von Takach
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-30 00:00:00.000000000 Z
12
+ date: 2019-08-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 2.6.12
106
+ rubygems_version: 2.7.7
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: Elasticsearch query generator