antbird 0.8.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 6.8.18
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.10.2
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.11.2
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.12.1
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.13.4
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.14.2
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.15.2
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.8.1
4
3
 
5
4
  module Antbird
@@ -1,5 +1,4 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # Date: 2022-07-28
3
2
  # elasticsearch version: 7.9.3
4
3
 
5
4
  module Antbird
@@ -1,3 +1,3 @@
1
1
  module Antbird
2
- VERSION = "0.8.0"
2
+ VERSION = "0.10.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.8.0
4
+ version: 0.10.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-04-07 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.0.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: faraday-retry
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: faraday-net_http_persistent
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -133,6 +147,11 @@ files:
133
147
  - lib/antbird/rest_api/rest_api_opensearch_v2_2.rb
134
148
  - lib/antbird/rest_api/rest_api_opensearch_v2_3.rb
135
149
  - lib/antbird/rest_api/rest_api_opensearch_v2_4.rb
150
+ - lib/antbird/rest_api/rest_api_opensearch_v2_5.rb
151
+ - lib/antbird/rest_api/rest_api_opensearch_v2_6.rb
152
+ - lib/antbird/rest_api/rest_api_opensearch_v2_7.rb
153
+ - lib/antbird/rest_api/rest_api_opensearch_v2_8.rb
154
+ - lib/antbird/rest_api/rest_api_opensearch_v2_9.rb
136
155
  - lib/antbird/rest_api/rest_api_v6_4.rb
137
156
  - lib/antbird/rest_api/rest_api_v6_5.rb
138
157
  - lib/antbird/rest_api/rest_api_v6_6.rb
@@ -159,7 +178,7 @@ homepage: https://github.com/fukayatsu/antbird
159
178
  licenses:
160
179
  - MIT
161
180
  metadata: {}
162
- post_install_message:
181
+ post_install_message:
163
182
  rdoc_options: []
164
183
  require_paths:
165
184
  - lib
@@ -175,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
194
  version: '0'
176
195
  requirements: []
177
196
  rubygems_version: 3.3.26
178
- signing_key:
197
+ signing_key:
179
198
  specification_version: 4
180
199
  summary: Nearly auto-generated Elasticsearch client
181
200
  test_files: []