influxdb-client 1.12.0.pre.1937 → 1.12.0.pre.1980
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/CHANGELOG.md +3 -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: f561bc172e7b36ca7eb10ca397eb39f99b98de3ff5916421ddcccd7a7d2e36f6
|
|
4
|
+
data.tar.gz: cc684a5c1f922d19481dd7e5db77a20d4b49effa68a16b2d30d0a460b858da2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33073424611a28aeb272d417a16f46773165b9082dfa2347fac12ee5f9b586c1430deae21f773b7641423ff045d52a0b9cc6c80007850a0cb6ad283856649691
|
|
7
|
+
data.tar.gz: 779b49fd0c5410266d8d13b3f22dadf0eb5879c86dffe3317ac758f5c2fabc5f609db9521008460d14b073905ba23072bfea5e6c1f5e64750d8a495b03164ab3
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
1. [#69](https://github.com/influxdata/influxdb-client-ruby/pull/69): Created `influxdb-client-apis` package for Management API
|
|
5
5
|
1. [#71](https://github.com/influxdata/influxdb-client-ruby/pull/71): Added possibility to specify the certification verification behaviour
|
|
6
6
|
|
|
7
|
+
### CI
|
|
8
|
+
1. [#73](https://github.com/influxdata/influxdb-client-ruby/pull/73): Updated stable image to `influxdb:latest` and nightly to `quay.io/influxdb/influxdb:nightly`
|
|
9
|
+
|
|
7
10
|
## 1.11.0 [2021-01-29]
|
|
8
11
|
|
|
9
12
|
### CI
|
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.12.0.pre.
|
|
4
|
+
version: 1.12.0.pre.1980
|
|
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-
|
|
11
|
+
date: 2021-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|