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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfdd87f63df56ccaccfa5efa62a17363aa4f23ef5b5f4181fc818a8dd5b88878
4
- data.tar.gz: '0139f72ececad7ec2a3dbd10686e769c92a626ca938ee091a967abfe91ac1452'
3
+ metadata.gz: 0c1a5b7d8cbd5e2eaab2671332a11643b6ca8a8ee8498dcba18221ccd977c264
4
+ data.tar.gz: 2739279c947e40774385ab5e74db30efa149e3679085b431359cdf38bd78283d
5
5
  SHA512:
6
- metadata.gz: f0f1a96df880bd30f3ef945968ee7e0163e28507b2372f2e0c5daa2a7437570e49cd2fe183de9bd8eb0f002bf83272a814a562928d2a14c480a46456c4a46955
7
- data.tar.gz: cbae27badcc80adc5b4bd4185ab02262ce941763da4727ae01366adc2579db4d697ea62131957a3abf088a56ac74bbc7a2b2c4349e48b942790101eabf6c4007
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: This library is for use with InfluxDB 2.x. For connecting to InfluxDB 1.x instances, please use the [influxdb-ruby](https://github.com/influxdata/influxdb-ruby) client.
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.678
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-03-19 00:00:00.000000000 Z
11
+ date: 2020-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler