diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 15:21:23 +0100 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 15:22:20 +0100 |
| commit | e1766d38c6a1c8124ff1988f3e5bee8275f94fa5 (patch) | |
| tree | 353379588415f5c4d5b59be27f8353c6e4a81ff9 /databases | |
| parent | www/radicale: Update to 3.1.4 (diff) | |
databases/rubygem-influxdb: update to 0.8.1
Changelog:
https://github.com/influxdata/influxdb-ruby/blob/master/CHANGELOG.md
v0.8.1, release 2021-02-17
Ensure workers can send data popped off the queue at shutdown (#239, @onlynone)
Add support for special characters in password when using url keyword (#242, @swistak35)
Add Ruby 3.0 support (#249, @dentarg, @paul and @track8)
Support characters that need quoting for usernames and database names (#248, @estheruary)
v0.8.0, released 2020-02-05
Allow dropping of specific series from specific DBs (#233, @cantino)
Add support for MRI 2.7 (#235, @jeffkowalski)
Raise a LineProtocolError if attempting to write empty values as field set is required. This adds descriptive feedback to the error "unable to parse '{series},{tags} ': invalid field format" (#236, @todtb)
Add support for configuring HTTP Proxy (#238, @epchris)
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/rubygem-influxdb/Makefile | 3 | ||||
| -rw-r--r-- | databases/rubygem-influxdb/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/rubygem-influxdb/Makefile b/databases/rubygem-influxdb/Makefile index 1cb143129ac1..d5539846f80d 100644 --- a/databases/rubygem-influxdb/Makefile +++ b/databases/rubygem-influxdb/Makefile @@ -1,8 +1,7 @@ # Created by: Matthias Fechner <mfechner@FreeBSD.org> PORTNAME= influxdb -PORTVERSION= 0.7.0 -PORTREVISION= 0 +PORTVERSION= 0.8.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-influxdb/distinfo b/databases/rubygem-influxdb/distinfo index 1e8876655174..847ea16b4a01 100644 --- a/databases/rubygem-influxdb/distinfo +++ b/databases/rubygem-influxdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556201882 -SHA256 (rubygem/influxdb-0.7.0.gem) = a943a6f7b1d93cc3b627a50bc44b83cfad3fe0e102eac610b983e4d515412b60 -SIZE (rubygem/influxdb-0.7.0.gem) = 43520 +TIMESTAMP = 1644234690 +SHA256 (rubygem/influxdb-0.8.1.gem) = 9cb4d358bb0b0e2667a28f00d7a86bdd97716478ffd0f1a46c6a703591935ad0 +SIZE (rubygem/influxdb-0.8.1.gem) = 45568 |
