diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 16:13:39 +0100 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 16:19:31 +0100 |
commit | f58aa4559f14373a16b2a8dcae6e568f1dd776ed (patch) | |
tree | c8d8353cb37c2f1cec172223e5c7a7f9307910d4 /textproc/rubygem-elasticsearch-api6/Makefile | |
parent | textproc/rubygem-unicode_plot: update to 0.0.5 (diff) |
textproc/rubygem-elasticsearch6: update to 6.8.3
Changelog:
https://github.com/elastic/elasticsearch-ruby/releases/tag/v6.8.3
6.8.3
Client
Adds Typhoeus 1.4, now compatible with Faraday 1.0
Converts all argument keys to symbol in Client initializer
Adds the X-Elastic-Client-Meta HTTP header which is used by Elastic Cloud and can be disabled with the enable_meta_header parameter set to false.
Diffstat (limited to 'textproc/rubygem-elasticsearch-api6/Makefile')
-rw-r--r-- | textproc/rubygem-elasticsearch-api6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-elasticsearch-api6/Makefile b/textproc/rubygem-elasticsearch-api6/Makefile index c22aad57d8da..4756ffefe604 100644 --- a/textproc/rubygem-elasticsearch-api6/Makefile +++ b/textproc/rubygem-elasticsearch-api6/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz <zi@FreeBSD.org> PORTNAME= elasticsearch-api -PORTVERSION= 6.8.2 +PORTVERSION= 6.8.3 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 6 |