antbird 0.6.0 → 0.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/.github/workflows/build-os.yml +4 -1
- data/lib/antbird/rest_api/rest_api_opensearch_v1_3.rb +2 -2
- data/lib/antbird/rest_api/rest_api_opensearch_v2_2.rb +1205 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_3.rb +1213 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_4.rb +1293 -0
- data/lib/antbird/version.rb +1 -1
- metadata +6 -3
data/lib/antbird/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: antbird
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- fukayatsu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -170,6 +170,9 @@ files:
|
|
|
170
170
|
- lib/antbird/rest_api/rest_api_opensearch_v1_3.rb
|
|
171
171
|
- lib/antbird/rest_api/rest_api_opensearch_v2_0.rb
|
|
172
172
|
- lib/antbird/rest_api/rest_api_opensearch_v2_1.rb
|
|
173
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_2.rb
|
|
174
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_3.rb
|
|
175
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_4.rb
|
|
173
176
|
- lib/antbird/rest_api/rest_api_v6_4.rb
|
|
174
177
|
- lib/antbird/rest_api/rest_api_v6_5.rb
|
|
175
178
|
- lib/antbird/rest_api/rest_api_v6_6.rb
|
|
@@ -211,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
211
214
|
- !ruby/object:Gem::Version
|
|
212
215
|
version: '0'
|
|
213
216
|
requirements: []
|
|
214
|
-
rubygems_version: 3.3.
|
|
217
|
+
rubygems_version: 3.3.26
|
|
215
218
|
signing_key:
|
|
216
219
|
specification_version: 4
|
|
217
220
|
summary: Nearly auto-generated Elasticsearch client
|