influxdb-client 1.3.0.pre.678 → 1.3.0.pre.716
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- 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: 0c1a5b7d8cbd5e2eaab2671332a11643b6ca8a8ee8498dcba18221ccd977c264
|
4
|
+
data.tar.gz: 2739279c947e40774385ab5e74db30efa149e3679085b431359cdf38bd78283d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bd655b519db1270283620fa7130eb2a9b30c0127dcf4aa73f8f5a5ef84572a5091abb263b35cad299c13221272643fd7eeb07c113189100015ef93dcaa49fd3
|
7
|
+
data.tar.gz: 45c0a04e7c8d75f89d3ef733aa0a0e31f7a51dbf7a4ce2e5a08cb880627873901018a875671d790e1b0f48c6a9812fe9394e9f11325a55a966e443c32ff1f35a
|
data/README.md
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
This repository contains the reference Ruby client for the InfluxDB 2.0.
|
12
12
|
|
13
|
-
#### Note:
|
13
|
+
#### Note: Use this client library with InfluxDB 2.x and InfluxDB 1.8+. For connecting to InfluxDB 1.7 or earlier instances, use the [influxdb-ruby](https://github.com/influxdata/influxdb-ruby) client library.
|
14
14
|
|
15
15
|
## Installation
|
16
16
|
|
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.3.0.pre.
|
4
|
+
version: 1.3.0.pre.716
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Bednar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|