influxdb-client 1.17.0.pre.2922 → 1.17.0.pre.3024

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: daff4d53ef5a1db583b79aaf2cbd3576b1f18f3994fd8bb4f0fdd3e1aa5e38d5
4
- data.tar.gz: d706d7ca9d5adbb2dfd47e8600a069ace3fcc4c4c03139ba7115b6c67452f551
3
+ metadata.gz: d3c00b85066bf6f6d4043e66fd9747633b2ad20e92ea5e9683e00d33ca77a035
4
+ data.tar.gz: 2d109a3a326aab34d512cc8a93565e15b35ea7958af021492afce78f63362019
5
5
  SHA512:
6
- metadata.gz: 5fb240eb8fc015e859fc82cc0c510b0376f797bdde86e2f452d33b2eefb037f8d577af54a042b8c240c65b194fbed7d21112ea3652ae0d846f3f6e3980bf0754
7
- data.tar.gz: 13bf21d089edd3f0e2a51576e107b32a56c66015030529de66af4d5cf1ec9dde98e19e7c76ad18f0b9c185248e4a04306edb3b2c873d85223b43b603afccba1a
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.2922
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-09 00:00:00.000000000 Z
11
+ date: 2021-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler