influxdb-client 1.0.0.pre.63 → 1.0.0.pre.92
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 +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: 1a4af6864a3267c6833cbdd45137d0767fdf11f5cc89dbf22b7e5aa314f15eb1
|
|
4
|
+
data.tar.gz: b4b34b24f0d8ef858f80e5ce13255e052ac3f585f165eda2bc589079afea5eb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f27f7528139521e633c7417696d1e5d776fd9c1ad811ad9e01c98f1dd191efacafbe369920023ebd46615380a4bdd34432f44647e93adb610b48f784234e9313
|
|
7
|
+
data.tar.gz: 750117b4e0465db3139fd1b44fe08ff0cdc99889c7dde1f1cfa0f4cd259ebb068c45202ea91cde318100a5207d7dca479a1233ab56ffd3071341040ca30bfbf8
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ This repository contains the reference Ruby client for the InfluxDB 2.0.
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
-
The InfluxDB 2 client is bundled as a gem and is hosted on [Rubygems](https://rubygems.org/gems/
|
|
16
|
+
The InfluxDB 2 client is bundled as a gem and is hosted on [Rubygems](https://rubygems.org/gems/influxdb-client).
|
|
17
17
|
|
|
18
18
|
### Install the Gem
|
|
19
19
|
|
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.0.0.pre.
|
|
4
|
+
version: 1.0.0.pre.92
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|