elasticsearch-api 8.17.0 → 8.17.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 +4 -4
- data/lib/elasticsearch/api/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e93c763c61c24f2efd02cad39d76d99bd38e7b326d408b774d38bc13d4e1909
|
4
|
+
data.tar.gz: 2eff001aea0a99abc2f49d2b344c7e22cbc9d0c36e0e497fa705e8b08f7068ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a075360146360a3308b617229199f4e3774f0061712d0628915c18fc45993e58bdf0b32840fd5f01deccf92d37adc8944b92173d2d39272beec5b88a72e88f6
|
7
|
+
data.tar.gz: b6203d93a715467a25b67adfd8e61bd2a6e7a91d56734b6425fdb9a4caba5994705e322226db9249619b54d0e6c65f60ee2a0e9790812b377ee7baed3b8e9a23
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticsearch-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.17.
|
4
|
+
version: 8.17.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic Client Library Maintainers
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: multi_json
|
@@ -1376,7 +1375,6 @@ metadata:
|
|
1376
1375
|
changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md
|
1377
1376
|
source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/main/elasticsearch-api
|
1378
1377
|
bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
|
1379
|
-
post_install_message:
|
1380
1378
|
rdoc_options:
|
1381
1379
|
- "--charset=UTF-8"
|
1382
1380
|
require_paths:
|
@@ -1392,8 +1390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1392
1390
|
- !ruby/object:Gem::Version
|
1393
1391
|
version: '0'
|
1394
1392
|
requirements: []
|
1395
|
-
rubygems_version: 3.
|
1396
|
-
signing_key:
|
1393
|
+
rubygems_version: 3.6.2
|
1397
1394
|
specification_version: 4
|
1398
1395
|
summary: Ruby API for Elasticsearch.
|
1399
1396
|
test_files:
|