influxdb-client 1.17.0.pre.2922 → 1.17.0.pre.3024
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/README.md +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3c00b85066bf6f6d4043e66fd9747633b2ad20e92ea5e9683e00d33ca77a035
|
|
4
|
+
data.tar.gz: 2d109a3a326aab34d512cc8a93565e15b35ea7958af021492afce78f63362019
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a94053a10547a696297576832a79986e38804d5acd77db0a46821689f4cd10ec6da33b1ab8c7152ce560608283722af4e235cdb5a8f695ba8baeb4da49421e7
|
|
7
|
+
data.tar.gz: 0a303636ce48ffe795a4369c80fbf3f6c87fc7786186fc0cbdb5ec5d228a3766ee3ebf7e941e77f16445d56307765f39d9258c0643e92dcdea7249865382bb88
|
data/README.md
CHANGED
|
@@ -26,6 +26,15 @@ This repository contains the reference Ruby client for the InfluxDB 2.0.
|
|
|
26
26
|
- [Contributing](#contributing)
|
|
27
27
|
- [License](#license)
|
|
28
28
|
|
|
29
|
+
## Documentation
|
|
30
|
+
|
|
31
|
+
This section contains links to the client library documentation.
|
|
32
|
+
|
|
33
|
+
* [Product documentation](https://docs.influxdata.com/influxdb/v2.0/api-guide/client-libraries/), [Getting Started](#installation)
|
|
34
|
+
* [Examples](examples)
|
|
35
|
+
* [API Reference](https://influxdata.github.io/influxdb-client-ruby/InfluxDB2.html)
|
|
36
|
+
* [Changelog](CHANGELOG.md)
|
|
37
|
+
|
|
29
38
|
## Features
|
|
30
39
|
|
|
31
40
|
InfluxDB 2.0 client consists of two packages
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: influxdb-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.17.0.pre.
|
|
4
|
+
version: 1.17.0.pre.3024
|
|
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-07-
|
|
11
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|