influxdb-client 3.2.0 → 3.3.0.pre.8563
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 +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: b9595bde39e7e2c9df19d52ff9bb1170dcce13ee38aa03a21f68613e77f85dee
|
|
4
|
+
data.tar.gz: 6ce2de509fb1bc2775b60d498f3f8efa77c02c1c6bb69b4c2bdd86bdbfc29518
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bebfaea0d8af2d8a5407ac34ef7cf10d3d75b1b5a3a740ba0b3eda6dbcb36f7364574d2277785eac62fc04e3bcc0482e59a59dfb188f0e6767710f1c14f24ad
|
|
7
|
+
data.tar.gz: ec18f665950bfcd59ef47169ba2b20afa00cf34a91e62dfbcbef66124e9fb7f91dc60affd5251e2ebcef0ef7c0ae7f8780020667df63ece8d1b6570bd3f6e6b1
|
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.3.0.pre.8563
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
@@ -194,27 +194,27 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
version: 2.2.0
|
|
195
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
requirements:
|
|
197
|
-
- - "
|
|
197
|
+
- - ">"
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version:
|
|
199
|
+
version: 1.3.1
|
|
200
200
|
requirements: []
|
|
201
|
-
rubygems_version: 3.
|
|
201
|
+
rubygems_version: 3.3.11
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
204
|
summary: Ruby library for InfluxDB 2.
|
|
205
205
|
test_files:
|
|
206
|
-
- test/influxdb/query_api_integration_test.rb
|
|
207
|
-
- test/influxdb/default_api_test.rb
|
|
208
206
|
- test/influxdb/client_test.rb
|
|
209
|
-
- test/influxdb/
|
|
207
|
+
- test/influxdb/default_api_test.rb
|
|
210
208
|
- test/influxdb/delete_api_integration_test.rb
|
|
211
|
-
- test/influxdb/write_api_integration_test.rb
|
|
212
|
-
- test/influxdb/query_api_stream_test.rb
|
|
213
|
-
- test/influxdb/flux_csv_parser_test.rb
|
|
214
209
|
- test/influxdb/delete_api_test.rb
|
|
210
|
+
- test/influxdb/flux_csv_parser_test.rb
|
|
211
|
+
- test/influxdb/invokable_scripts_api_test.rb
|
|
212
|
+
- test/influxdb/point_test.rb
|
|
213
|
+
- test/influxdb/query_api_integration_test.rb
|
|
214
|
+
- test/influxdb/query_api_stream_test.rb
|
|
215
|
+
- test/influxdb/query_api_test.rb
|
|
215
216
|
- test/influxdb/redirect_test.rb
|
|
216
|
-
- test/influxdb/write_api_test.rb
|
|
217
217
|
- test/influxdb/write_api_batching_test.rb
|
|
218
|
-
- test/influxdb/
|
|
219
|
-
- test/influxdb/
|
|
218
|
+
- test/influxdb/write_api_integration_test.rb
|
|
219
|
+
- test/influxdb/write_api_test.rb
|
|
220
220
|
- test/test_helper.rb
|