antbird 0.12.0 → 0.13.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 +10 -3
- data/.github/workflows/build.yml +1 -1
- data/lib/antbird/rest_api/rest_api_opensearch_v2_11.rb +1 -1
- data/lib/antbird/rest_api/rest_api_opensearch_v2_12.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_13.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_14.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_15.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_16.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_17.rb +1332 -0
- data/lib/antbird/version.rb +1 -1
- metadata +12 -6
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.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- fukayatsu
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -147,6 +147,12 @@ files:
|
|
|
147
147
|
- lib/antbird/rest_api/rest_api_opensearch_v2_1.rb
|
|
148
148
|
- lib/antbird/rest_api/rest_api_opensearch_v2_10.rb
|
|
149
149
|
- lib/antbird/rest_api/rest_api_opensearch_v2_11.rb
|
|
150
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_12.rb
|
|
151
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_13.rb
|
|
152
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_14.rb
|
|
153
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_15.rb
|
|
154
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_16.rb
|
|
155
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_17.rb
|
|
150
156
|
- lib/antbird/rest_api/rest_api_opensearch_v2_2.rb
|
|
151
157
|
- lib/antbird/rest_api/rest_api_opensearch_v2_3.rb
|
|
152
158
|
- lib/antbird/rest_api/rest_api_opensearch_v2_4.rb
|
|
@@ -181,7 +187,7 @@ homepage: https://github.com/fukayatsu/antbird
|
|
|
181
187
|
licenses:
|
|
182
188
|
- MIT
|
|
183
189
|
metadata: {}
|
|
184
|
-
post_install_message:
|
|
190
|
+
post_install_message:
|
|
185
191
|
rdoc_options: []
|
|
186
192
|
require_paths:
|
|
187
193
|
- lib
|
|
@@ -196,8 +202,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
202
|
- !ruby/object:Gem::Version
|
|
197
203
|
version: '0'
|
|
198
204
|
requirements: []
|
|
199
|
-
rubygems_version: 3.
|
|
200
|
-
signing_key:
|
|
205
|
+
rubygems_version: 3.5.16
|
|
206
|
+
signing_key:
|
|
201
207
|
specification_version: 4
|
|
202
208
|
summary: Nearly auto-generated Elasticsearch client
|
|
203
209
|
test_files: []
|