antbird 0.14.0 → 0.15.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/.github/workflows/build-os.yml +6 -3
- data/.github/workflows/build.yml +1 -1
- data/lib/antbird/rest_api/rest_api_opensearch_v1_3.rb +302 -302
- data/lib/antbird/rest_api/rest_api_opensearch_v2_19.rb +1 -1
- data/lib/antbird/rest_api/rest_api_opensearch_v3_1.rb +1340 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v3_2.rb +1340 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v3_3.rb +1340 -0
- data/lib/antbird/version.rb +1 -1
- metadata +5 -2
data/lib/antbird/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: antbird
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- fukayatsu
|
|
@@ -163,6 +163,9 @@ files:
|
|
|
163
163
|
- lib/antbird/rest_api/rest_api_opensearch_v2_8.rb
|
|
164
164
|
- lib/antbird/rest_api/rest_api_opensearch_v2_9.rb
|
|
165
165
|
- lib/antbird/rest_api/rest_api_opensearch_v3_0.rb
|
|
166
|
+
- lib/antbird/rest_api/rest_api_opensearch_v3_1.rb
|
|
167
|
+
- lib/antbird/rest_api/rest_api_opensearch_v3_2.rb
|
|
168
|
+
- lib/antbird/rest_api/rest_api_opensearch_v3_3.rb
|
|
166
169
|
- lib/antbird/rest_api/rest_api_v6_4.rb
|
|
167
170
|
- lib/antbird/rest_api/rest_api_v6_5.rb
|
|
168
171
|
- lib/antbird/rest_api/rest_api_v6_6.rb
|
|
@@ -203,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
206
|
- !ruby/object:Gem::Version
|
|
204
207
|
version: '0'
|
|
205
208
|
requirements: []
|
|
206
|
-
rubygems_version: 3.6.
|
|
209
|
+
rubygems_version: 3.6.9
|
|
207
210
|
specification_version: 4
|
|
208
211
|
summary: Nearly auto-generated Elasticsearch client
|
|
209
212
|
test_files: []
|