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 | |
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')
-rw-r--r-- | textproc/rubygem-elasticsearch-api6/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-elasticsearch-api6/distinfo | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/textproc/rubygem-elasticsearch-api6/distinfo b/textproc/rubygem-elasticsearch-api6/distinfo index 7060ea5f2ba3..7029738bf8ca 100644 --- a/textproc/rubygem-elasticsearch-api6/distinfo +++ b/textproc/rubygem-elasticsearch-api6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600784162 -SHA256 (rubygem/elasticsearch-api-6.8.2.gem) = 17f550fd2d331c59911072d37d53a616bca37f51772f90b49cfb6a6cab72328b -SIZE (rubygem/elasticsearch-api-6.8.2.gem) = 97792 +TIMESTAMP = 1644246593 +SHA256 (rubygem/elasticsearch-api-6.8.3.gem) = a039c9f7b57e716c62a01507c1ca01006e3f8cbef02ee9a49427468ff2811f21 +SIZE (rubygem/elasticsearch-api-6.8.3.gem) = 97792 |