elastomer-client 6.2.3 → 6.2.4
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/CHANGELOG.md +3 -0
- data/lib/elastomer_client/client/rest_api_spec/api_spec_v8_19.rb +8721 -0
- data/lib/elastomer_client/version.rb +1 -1
- metadata +4 -3
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elastomer-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.2.
|
|
4
|
+
version: 6.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Pease
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-
|
|
12
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: addressable
|
|
@@ -141,6 +141,7 @@ files:
|
|
|
141
141
|
- lib/elastomer_client/client/rest_api_spec/api_spec_v8_13.rb
|
|
142
142
|
- lib/elastomer_client/client/rest_api_spec/api_spec_v8_17.rb
|
|
143
143
|
- lib/elastomer_client/client/rest_api_spec/api_spec_v8_18.rb
|
|
144
|
+
- lib/elastomer_client/client/rest_api_spec/api_spec_v8_19.rb
|
|
144
145
|
- lib/elastomer_client/client/rest_api_spec/api_spec_v8_7.rb
|
|
145
146
|
- lib/elastomer_client/client/rest_api_spec/rest_api.rb
|
|
146
147
|
- lib/elastomer_client/client/scroller.rb
|
|
@@ -212,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
212
213
|
- !ruby/object:Gem::Version
|
|
213
214
|
version: '0'
|
|
214
215
|
requirements: []
|
|
215
|
-
rubygems_version: 3.
|
|
216
|
+
rubygems_version: 3.4.10
|
|
216
217
|
signing_key:
|
|
217
218
|
specification_version: 4
|
|
218
219
|
summary: A library for interacting with Elasticsearch
|