influxdb-client 3.1.0 → 3.2.0.pre.7906
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/lib/influxdb2/client/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 764bbc7178d31aee3b5094c0d1c109f133360d527e09a78f978d945c258c26c1
|
4
|
+
data.tar.gz: cf9aa3028f7c676350f127d7e1b70fb23fb8b66e2599e1ef0a10515018a14eff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca999326c9ad0f38e8866141a4fb92b10b85c44ad97cdb281e78b918c69f4a7c913ae326357d4998f2df0425b1b755f4243539cda0258c217ffdb991cd88b92d
|
7
|
+
data.tar.gz: 3d0d1e438bfe86fdb3172f362a7ae3e631759d6564b4a5af82babdb53675a273a25150787570d78effe3cc8ff74ae4ed913da01d6112a5d2faa578e35169d967
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: influxdb-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2.0.pre.7906
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Bednar
|
@@ -180,27 +180,27 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
180
180
|
version: 2.2.0
|
181
181
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
182
182
|
requirements:
|
183
|
-
- - "
|
183
|
+
- - ">"
|
184
184
|
- !ruby/object:Gem::Version
|
185
|
-
version:
|
185
|
+
version: 1.3.1
|
186
186
|
requirements: []
|
187
|
-
rubygems_version: 3.
|
187
|
+
rubygems_version: 3.3.11
|
188
188
|
signing_key:
|
189
189
|
specification_version: 4
|
190
190
|
summary: Ruby library for InfluxDB 2.
|
191
191
|
test_files:
|
192
|
-
- test/influxdb/query_api_integration_test.rb
|
193
|
-
- test/influxdb/default_api_test.rb
|
194
192
|
- test/influxdb/client_test.rb
|
195
|
-
- test/influxdb/
|
193
|
+
- test/influxdb/default_api_test.rb
|
196
194
|
- test/influxdb/delete_api_integration_test.rb
|
197
|
-
- test/influxdb/write_api_integration_test.rb
|
198
|
-
- test/influxdb/query_api_stream_test.rb
|
199
|
-
- test/influxdb/flux_csv_parser_test.rb
|
200
195
|
- test/influxdb/delete_api_test.rb
|
196
|
+
- test/influxdb/flux_csv_parser_test.rb
|
197
|
+
- test/influxdb/invokable_scripts_api_test.rb
|
198
|
+
- test/influxdb/point_test.rb
|
199
|
+
- test/influxdb/query_api_integration_test.rb
|
200
|
+
- test/influxdb/query_api_stream_test.rb
|
201
|
+
- test/influxdb/query_api_test.rb
|
201
202
|
- test/influxdb/redirect_test.rb
|
202
|
-
- test/influxdb/write_api_test.rb
|
203
203
|
- test/influxdb/write_api_batching_test.rb
|
204
|
-
- test/influxdb/
|
205
|
-
- test/influxdb/
|
204
|
+
- test/influxdb/write_api_integration_test.rb
|
205
|
+
- test/influxdb/write_api_test.rb
|
206
206
|
- test/test_helper.rb
|