elasticsearch-api 7.7.0.pre → 7.7.0
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 +4 -4
- data/elasticsearch-api.gemspec +7 -2
- data/lib/elasticsearch/api/actions/bulk.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/aliases.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/allocation.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/health.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/indices.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/nodes.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/plugins.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/recovery.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/segments.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/shards.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +1 -1
- data/lib/elasticsearch/api/actions/clear_scroll.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/health.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/state.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
- data/lib/elasticsearch/api/actions/count.rb +1 -1
- data/lib/elasticsearch/api/actions/create.rb +1 -1
- data/lib/elasticsearch/api/actions/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/delete_by_query.rb +1 -1
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +1 -1
- data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
- data/lib/elasticsearch/api/actions/exists.rb +1 -1
- data/lib/elasticsearch/api/actions/exists_source.rb +1 -1
- data/lib/elasticsearch/api/actions/explain.rb +1 -1
- data/lib/elasticsearch/api/actions/field_caps.rb +1 -1
- data/lib/elasticsearch/api/actions/get.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script_context.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script_languages.rb +1 -1
- data/lib/elasticsearch/api/actions/get_source.rb +1 -1
- data/lib/elasticsearch/api/actions/index.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/close.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/flush.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/freeze.rb +4 -0
- data/lib/elasticsearch/api/actions/indices/get.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_data_streams.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/open.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/refresh.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/segments.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/stats.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/unfreeze.rb +4 -0
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +1 -1
- data/lib/elasticsearch/api/actions/info.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
- data/lib/elasticsearch/api/actions/mget.rb +1 -1
- data/lib/elasticsearch/api/actions/msearch.rb +1 -1
- data/lib/elasticsearch/api/actions/msearch_template.rb +1 -1
- data/lib/elasticsearch/api/actions/mtermvectors.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/info.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +3 -2
- data/lib/elasticsearch/api/actions/nodes/stats.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/usage.rb +1 -1
- data/lib/elasticsearch/api/actions/ping.rb +1 -1
- data/lib/elasticsearch/api/actions/put_script.rb +1 -1
- data/lib/elasticsearch/api/actions/rank_eval.rb +1 -1
- data/lib/elasticsearch/api/actions/reindex.rb +1 -1
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +1 -1
- data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +1 -1
- data/lib/elasticsearch/api/actions/scroll.rb +1 -1
- data/lib/elasticsearch/api/actions/search.rb +1 -1
- data/lib/elasticsearch/api/actions/search_shards.rb +1 -1
- data/lib/elasticsearch/api/actions/search_template.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/get.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/list.rb +1 -1
- data/lib/elasticsearch/api/actions/termvectors.rb +1 -1
- data/lib/elasticsearch/api/actions/update.rb +1 -1
- data/lib/elasticsearch/api/actions/update_by_query.rb +1 -1
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +1 -1
- data/lib/elasticsearch/api/version.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/freeze_spec.rb +4 -0
- data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +4 -0
- data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +12 -7
- data/spec/rest_yaml_tests_helper.rb +4 -0
- data/utils/thor/generator/endpoint_specifics.rb +0 -2
- data/utils/thor/generator/files_helper.rb +10 -0
- data/utils/thor/templates/_documentation_top.erb +1 -1
- metadata +10 -6
|
@@ -13,7 +13,7 @@ module Elasticsearch
|
|
|
13
13
|
# @option arguments [Time] :timeout Explicit operation timeout
|
|
14
14
|
# @option arguments [Hash] :headers Custom HTTP headers
|
|
15
15
|
#
|
|
16
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
16
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/modules-snapshots.html
|
|
17
17
|
#
|
|
18
18
|
def verify_repository(arguments = {})
|
|
19
19
|
raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
|
|
@@ -14,7 +14,7 @@ module Elasticsearch
|
|
|
14
14
|
# @option arguments [String] :parent_task_id Cancel tasks with specified parent task id (node_id:task_number). Set to -1 to cancel all.
|
|
15
15
|
# @option arguments [Hash] :headers Custom HTTP headers
|
|
16
16
|
#
|
|
17
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
17
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/tasks.html
|
|
18
18
|
#
|
|
19
19
|
def cancel(arguments = {})
|
|
20
20
|
headers = arguments.delete(:headers) || {}
|
|
@@ -13,7 +13,7 @@ module Elasticsearch
|
|
|
13
13
|
# @option arguments [Time] :timeout Explicit operation timeout
|
|
14
14
|
# @option arguments [Hash] :headers Custom HTTP headers
|
|
15
15
|
#
|
|
16
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
16
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/tasks.html
|
|
17
17
|
#
|
|
18
18
|
def get(arguments = {})
|
|
19
19
|
headers = arguments.delete(:headers) || {}
|
|
@@ -19,7 +19,7 @@ module Elasticsearch
|
|
|
19
19
|
# @option arguments [Time] :timeout Explicit operation timeout
|
|
20
20
|
# @option arguments [Hash] :headers Custom HTTP headers
|
|
21
21
|
#
|
|
22
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
22
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/tasks.html
|
|
23
23
|
#
|
|
24
24
|
def list(arguments = {})
|
|
25
25
|
headers = arguments.delete(:headers) || {}
|
|
@@ -31,7 +31,7 @@ module Elasticsearch
|
|
|
31
31
|
# Deprecated since version 7.0.0
|
|
32
32
|
#
|
|
33
33
|
#
|
|
34
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/docs-termvectors.html
|
|
35
35
|
#
|
|
36
36
|
def termvectors(arguments = {})
|
|
37
37
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
|
@@ -31,7 +31,7 @@ module Elasticsearch
|
|
|
31
31
|
# Deprecated since version 7.0.0
|
|
32
32
|
#
|
|
33
33
|
#
|
|
34
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/docs-update.html
|
|
35
35
|
#
|
|
36
36
|
def update(arguments = {})
|
|
37
37
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
|
@@ -61,7 +61,7 @@ module Elasticsearch
|
|
|
61
61
|
# Deprecated since version 7.0.0
|
|
62
62
|
#
|
|
63
63
|
#
|
|
64
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
64
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/docs-update-by-query.html
|
|
65
65
|
#
|
|
66
66
|
def update_by_query(arguments = {})
|
|
67
67
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
|
@@ -11,7 +11,7 @@ module Elasticsearch
|
|
|
11
11
|
# @option arguments [Number] :requests_per_second The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (*Required*)
|
|
12
12
|
# @option arguments [Hash] :headers Custom HTTP headers
|
|
13
13
|
#
|
|
14
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
|
14
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/docs-update-by-query.html
|
|
15
15
|
#
|
|
16
16
|
def update_by_query_rethrottle(arguments = {})
|
|
17
17
|
raise ArgumentError, "Required argument 'task_id' missing" unless arguments[:task_id]
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
+
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
+
# See the LICENSE file in the project root for more information
|
|
4
|
+
|
|
1
5
|
require 'spec_helper'
|
|
2
6
|
|
|
3
7
|
describe 'client.indices#freeze' do
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
+
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
+
# See the LICENSE file in the project root for more information
|
|
4
|
+
|
|
1
5
|
require 'spec_helper'
|
|
2
6
|
|
|
3
7
|
describe 'client.indices#unfreeze' do
|
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
require 'spec_helper'
|
|
6
6
|
|
|
7
7
|
describe 'client#reload_secure_settings' do
|
|
8
|
-
|
|
9
8
|
let(:expected_args) do
|
|
10
9
|
[
|
|
11
10
|
'POST',
|
|
12
11
|
url,
|
|
13
12
|
params,
|
|
14
|
-
|
|
13
|
+
body,
|
|
15
14
|
{}
|
|
16
15
|
]
|
|
17
16
|
end
|
|
@@ -20,6 +19,8 @@ describe 'client#reload_secure_settings' do
|
|
|
20
19
|
{}
|
|
21
20
|
end
|
|
22
21
|
|
|
22
|
+
let(:body) { nil }
|
|
23
|
+
|
|
23
24
|
let(:url) do
|
|
24
25
|
'_nodes/reload_secure_settings'
|
|
25
26
|
end
|
|
@@ -29,7 +30,6 @@ describe 'client#reload_secure_settings' do
|
|
|
29
30
|
end
|
|
30
31
|
|
|
31
32
|
context 'when a node id is specified' do
|
|
32
|
-
|
|
33
33
|
let(:url) do
|
|
34
34
|
'_nodes/foo/reload_secure_settings'
|
|
35
35
|
end
|
|
@@ -40,31 +40,36 @@ describe 'client#reload_secure_settings' do
|
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
context 'when more than one node id is specified as a string' do
|
|
43
|
-
|
|
44
43
|
let(:url) do
|
|
45
44
|
'_nodes/foo,bar/reload_secure_settings'
|
|
46
45
|
end
|
|
47
46
|
|
|
47
|
+
let(:body) do
|
|
48
|
+
{ foo: 'bar' }
|
|
49
|
+
end
|
|
50
|
+
|
|
48
51
|
it 'performs the request' do
|
|
49
52
|
expect(client_double.nodes.reload_secure_settings(node_id: 'foo,bar', body: { foo: 'bar' })).to eq({})
|
|
50
53
|
end
|
|
51
54
|
end
|
|
52
55
|
|
|
53
56
|
context 'when more than one node id is specified as a list' do
|
|
54
|
-
|
|
55
57
|
let(:url) do
|
|
56
58
|
'_nodes/foo,bar/reload_secure_settings'
|
|
57
59
|
end
|
|
58
60
|
|
|
61
|
+
let(:body) do
|
|
62
|
+
{ foo: 'bar' }
|
|
63
|
+
end
|
|
64
|
+
|
|
59
65
|
it 'performs the request' do
|
|
60
66
|
expect(client_double.nodes.reload_secure_settings(node_id: ['foo', 'bar'], body: { foo: 'bar' })).to eq({})
|
|
61
67
|
end
|
|
62
68
|
end
|
|
63
69
|
|
|
64
70
|
context 'when a timeout param is specified' do
|
|
65
|
-
|
|
66
71
|
let(:params) do
|
|
67
|
-
{ timeout: '30s'}
|
|
72
|
+
{ timeout: '30s' }
|
|
68
73
|
end
|
|
69
74
|
|
|
70
75
|
it 'performs the request' do
|
|
@@ -85,6 +85,10 @@ skipped_tests << { file: 'cluster.health/10_basic.yml',
|
|
|
85
85
|
skipped_tests << { file: 'cat.indices/10_basic.yml',
|
|
86
86
|
description: 'Test cat indices output for closed index (pre 7.2.0)' }
|
|
87
87
|
|
|
88
|
+
# support for reloading password protected keystores was introduced in 8.0.0
|
|
89
|
+
skipped_tests << { file: 'nodes.reload_secure_settings/10_basic.yml',
|
|
90
|
+
description: 'node_reload_secure_settings test wrong password' }
|
|
91
|
+
|
|
88
92
|
SKIPPED_TESTS = skipped_tests
|
|
89
93
|
|
|
90
94
|
# The directory of rest api YAML files.
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
+
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
+
# See the LICENSE file in the project root for more information
|
|
4
|
+
|
|
1
5
|
require 'pathname'
|
|
6
|
+
require_relative '../../../lib/elasticsearch/api/version.rb'
|
|
2
7
|
|
|
3
8
|
module Elasticsearch
|
|
4
9
|
module API
|
|
@@ -32,6 +37,11 @@ module Elasticsearch
|
|
|
32
37
|
File.extname(f) != '.json'
|
|
33
38
|
end
|
|
34
39
|
end
|
|
40
|
+
|
|
41
|
+
def self.gem_version
|
|
42
|
+
regex = /([0-9]{1,2}\.[0-9x]{1,2})/
|
|
43
|
+
Elasticsearch::API::VERSION.match(regex)[0]
|
|
44
|
+
end
|
|
35
45
|
end
|
|
36
46
|
end
|
|
37
47
|
end
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
<% end -%>
|
|
25
25
|
<%= ' '*(@namespace_depth+3) -%>#
|
|
26
26
|
<%# Documentation link -%>
|
|
27
|
-
<%= ' '*(@namespace_depth+3) %># @see <%= @spec['documentation']['url'] ? @spec['documentation']['url'] : "[TODO]" %>
|
|
27
|
+
<%= ' '*(@namespace_depth+3) %># @see <%= @spec['documentation']['url'] ? @spec['documentation']['url'].gsub(/\/(current|master)\//, "/#{Elasticsearch::API::FilesHelper.gem_version}/") : "[TODO]" %>
|
|
28
28
|
<%= ' '*(@namespace_depth+3) %>#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elasticsearch-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.7.0
|
|
4
|
+
version: 7.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karel Minarik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|
|
@@ -654,10 +654,14 @@ files:
|
|
|
654
654
|
- utils/thor/templates/method.erb
|
|
655
655
|
- utils/thor/templates/test.erb
|
|
656
656
|
- utils/thor/templates/test_helper.rb
|
|
657
|
-
homepage: https://
|
|
657
|
+
homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
|
|
658
658
|
licenses:
|
|
659
659
|
- Apache-2.0
|
|
660
|
-
metadata:
|
|
660
|
+
metadata:
|
|
661
|
+
homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
|
|
662
|
+
changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md
|
|
663
|
+
source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-api
|
|
664
|
+
bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
|
|
661
665
|
post_install_message:
|
|
662
666
|
rdoc_options:
|
|
663
667
|
- "--charset=UTF-8"
|
|
@@ -670,9 +674,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
670
674
|
version: '2.4'
|
|
671
675
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
672
676
|
requirements:
|
|
673
|
-
- - "
|
|
677
|
+
- - ">="
|
|
674
678
|
- !ruby/object:Gem::Version
|
|
675
|
-
version:
|
|
679
|
+
version: '0'
|
|
676
680
|
requirements: []
|
|
677
681
|
rubygems_version: 3.1.2
|
|
678
682
|
signing_key:
|