antbird 0.12.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Antbird
2
- VERSION = "0.12.0"
2
+ VERSION = "0.13.0"
3
3
  end
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.12.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: 2023-11-18 00:00:00.000000000 Z
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.4.10
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: []