antbird 0.13.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 +3 -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 +6 -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
|
@@ -153,6 +152,8 @@ files:
|
|
153
152
|
- lib/antbird/rest_api/rest_api_opensearch_v2_15.rb
|
154
153
|
- lib/antbird/rest_api/rest_api_opensearch_v2_16.rb
|
155
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
|
156
157
|
- lib/antbird/rest_api/rest_api_opensearch_v2_2.rb
|
157
158
|
- lib/antbird/rest_api/rest_api_opensearch_v2_3.rb
|
158
159
|
- lib/antbird/rest_api/rest_api_opensearch_v2_4.rb
|
@@ -161,6 +162,7 @@ files:
|
|
161
162
|
- lib/antbird/rest_api/rest_api_opensearch_v2_7.rb
|
162
163
|
- lib/antbird/rest_api/rest_api_opensearch_v2_8.rb
|
163
164
|
- lib/antbird/rest_api/rest_api_opensearch_v2_9.rb
|
165
|
+
- lib/antbird/rest_api/rest_api_opensearch_v3_0.rb
|
164
166
|
- lib/antbird/rest_api/rest_api_v6_4.rb
|
165
167
|
- lib/antbird/rest_api/rest_api_v6_5.rb
|
166
168
|
- lib/antbird/rest_api/rest_api_v6_6.rb
|
@@ -187,7 +189,6 @@ homepage: https://github.com/fukayatsu/antbird
|
|
187
189
|
licenses:
|
188
190
|
- MIT
|
189
191
|
metadata: {}
|
190
|
-
post_install_message:
|
191
192
|
rdoc_options: []
|
192
193
|
require_paths:
|
193
194
|
- lib
|
@@ -202,8 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
203
|
- !ruby/object:Gem::Version
|
203
204
|
version: '0'
|
204
205
|
requirements: []
|
205
|
-
rubygems_version: 3.
|
206
|
-
signing_key:
|
206
|
+
rubygems_version: 3.6.7
|
207
207
|
specification_version: 4
|
208
208
|
summary: Nearly auto-generated Elasticsearch client
|
209
209
|
test_files: []
|