antbird 0.12.0 → 0.14.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 +13 -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/rest_api/rest_api_opensearch_v2_18.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v2_19.rb +1332 -0
- data/lib/antbird/rest_api/rest_api_opensearch_v3_0.rb +1332 -0
- data/lib/antbird/version.rb +1 -1
- metadata +12 -6
data/lib/antbird/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: antbird
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- fukayatsu
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: faraday
|
@@ -147,6 +146,14 @@ files:
|
|
147
146
|
- lib/antbird/rest_api/rest_api_opensearch_v2_1.rb
|
148
147
|
- lib/antbird/rest_api/rest_api_opensearch_v2_10.rb
|
149
148
|
- lib/antbird/rest_api/rest_api_opensearch_v2_11.rb
|
149
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_12.rb
|
150
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_13.rb
|
151
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_14.rb
|
152
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_15.rb
|
153
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_16.rb
|
154
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_17.rb
|
155
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_18.rb
|
156
|
+
- lib/antbird/rest_api/rest_api_opensearch_v2_19.rb
|
150
157
|
- lib/antbird/rest_api/rest_api_opensearch_v2_2.rb
|
151
158
|
- lib/antbird/rest_api/rest_api_opensearch_v2_3.rb
|
152
159
|
- lib/antbird/rest_api/rest_api_opensearch_v2_4.rb
|
@@ -155,6 +162,7 @@ files:
|
|
155
162
|
- lib/antbird/rest_api/rest_api_opensearch_v2_7.rb
|
156
163
|
- lib/antbird/rest_api/rest_api_opensearch_v2_8.rb
|
157
164
|
- lib/antbird/rest_api/rest_api_opensearch_v2_9.rb
|
165
|
+
- lib/antbird/rest_api/rest_api_opensearch_v3_0.rb
|
158
166
|
- lib/antbird/rest_api/rest_api_v6_4.rb
|
159
167
|
- lib/antbird/rest_api/rest_api_v6_5.rb
|
160
168
|
- lib/antbird/rest_api/rest_api_v6_6.rb
|
@@ -181,7 +189,6 @@ homepage: https://github.com/fukayatsu/antbird
|
|
181
189
|
licenses:
|
182
190
|
- MIT
|
183
191
|
metadata: {}
|
184
|
-
post_install_message:
|
185
192
|
rdoc_options: []
|
186
193
|
require_paths:
|
187
194
|
- lib
|
@@ -196,8 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
203
|
- !ruby/object:Gem::Version
|
197
204
|
version: '0'
|
198
205
|
requirements: []
|
199
|
-
rubygems_version: 3.
|
200
|
-
signing_key:
|
206
|
+
rubygems_version: 3.6.7
|
201
207
|
specification_version: 4
|
202
208
|
summary: Nearly auto-generated Elasticsearch client
|
203
209
|
test_files: []
|