influxdb-client-apis 2.4.0.pre.4589 → 2.4.0.pre.4800
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/influxdb-client-apis.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e029bfbba9e0acf3927716d447cde3a37dfb1d5ba9bd7494a03182d42942b97b
|
|
4
|
+
data.tar.gz: 8b5344ebccc7a86f99a8ec2dee1cebf6e6d9856cabc2de338645724aef6898de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd3380e599aba4bf99831cc905ae9d1a537046023420b271234fd83e622a42493c636be1c1d6cb6c014a576b3462ea9a1262187b0aecb24a75b80d75af1501ed
|
|
7
|
+
data.tar.gz: 7f1b33cf6c774966290ed74bb260927285b2186cff421ade5c60dde6c75a8741f27b8140ac79026362b20fa847d6e8a432578b202bd1f4511f5c8484ba098aed
|
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
|
|
|
29
29
|
spec.authors = ['Jakub Bednar']
|
|
30
30
|
spec.email = ['jakub.bednar@gmail.com']
|
|
31
31
|
|
|
32
|
-
spec.summary = 'Contains client APIs for InfluxDB
|
|
32
|
+
spec.summary = 'Contains client APIs for InfluxDB 2.'
|
|
33
33
|
spec.description = 'This is the official client APIs for for InfluxDB 2.'
|
|
34
34
|
spec.homepage = 'https://github.com/influxdata/influxdb-client-ruby'
|
|
35
35
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: influxdb-client-apis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.0.pre.
|
|
4
|
+
version: 2.4.0.pre.4800
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: influxdb-client
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.4.0.pre.
|
|
19
|
+
version: 2.4.0.pre.4800
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.4.0.pre.
|
|
26
|
+
version: 2.4.0.pre.4800
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: typhoeus
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -235,7 +235,7 @@ requirements: []
|
|
|
235
235
|
rubygems_version: 3.2.32
|
|
236
236
|
signing_key:
|
|
237
237
|
specification_version: 4
|
|
238
|
-
summary: Contains client APIs for InfluxDB
|
|
238
|
+
summary: Contains client APIs for InfluxDB 2.
|
|
239
239
|
test_files:
|
|
240
240
|
- test/base_api_test.rb
|
|
241
241
|
- test/influxdb2/apis_test.rb
|