fluent-plugin-influxdb-v2 1.9.0.pre.1341 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7852d628e84fafe86b1e3e1890a1fd31a87508e89af9f7e86607ddce5e0c5489
|
|
4
|
+
data.tar.gz: 77981bcfec774bc114c95f80fd9c5e7a921b15d054693f9789d0ce788cfb1e9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c635c6bdbe99637c7baa77e9f078391d148f06c5dac55694f970742f3d14dfe3e3eba3c4289d4cbd6569ded29efbf7753bd095fc9cc1062af8cdf59ef3fa9d4a
|
|
7
|
+
data.tar.gz: 364704ae7f9958a0965e7af45f1b2bc059644076cabde2ecb6c873c27b54292188b1cd1425935b9d928c9300fcb049ac537919f881d232b9c98a4dcf7bd55cbe
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ This repository contains the reference Fluentd plugin for the InfluxDB 2.0.
|
|
|
19
19
|
The plugin is bundled as a gem and is hosted on [Rubygems](https://rubygems.org/gems/fluent-plugin-influxdb-v2). You can install the gem as follows:
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
fluent-gem install fluent-plugin-influxdb-v2 -v 1.
|
|
22
|
+
fluent-gem install fluent-plugin-influxdb-v2 -v 1.9.0
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Plugins
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-influxdb-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.0
|
|
4
|
+
version: 1.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -223,11 +223,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
version: 2.2.0
|
|
224
224
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
225
225
|
requirements:
|
|
226
|
-
- - "
|
|
226
|
+
- - ">="
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
|
-
version:
|
|
228
|
+
version: '0'
|
|
229
229
|
requirements: []
|
|
230
|
-
rubygems_version: 3.
|
|
230
|
+
rubygems_version: 3.0.3.1
|
|
231
231
|
signing_key:
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: InfluxDB 2 output plugin for Fluentd
|