influxdb-client 2.7.0.pre.5696 → 2.7.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -1
  3. data/README.md +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba316a88f11258e93d163ce5b142a25362efc06956a75c11f7ea2522685c26d1
4
- data.tar.gz: 0f169623568dbc17147e8c92cb8b62ac117d32742876ba928d4a6fc412ce22d4
3
+ metadata.gz: 24a33716dacd82c821bfc2561b36ed84dd433aae91be982280943ccbc49722c5
4
+ data.tar.gz: c6a0a05942ab88f8040afa733e3282e4ca8cce42353c225c75de0c6745a53dd0
5
5
  SHA512:
6
- metadata.gz: 1aeda2da93617831af41ad95597aa8c489233a21cde7d290cd3b5e0bda722f269d2fe9be561a6cfca26a050831fc04fe55c3ebfefe002265f9e838aa254aee8c
7
- data.tar.gz: d29b9e5e306d8d073fd041bc58d9b624a7843add2ab3f8ac02e5c44d83cbbb8e8d7ab73422953f9ca4a3be784756996f5693689a8b2eba57204f98ba2ecb56cc
6
+ metadata.gz: 8207c34e987a48044c9ce6a7380d2b3964ebf517f44af5a2a9de22a0183b7d408732cf6037ef49ceff1b70201643c75090b6f32fdf91bf51085db212f9d66295
7
+ data.tar.gz: 8d065bfdb63e7b215a5bde3ef8ad88d430d677327a2d20ed28658c617f297704dadf4278c617eedcd1c8f79ee9cba2c1030912b98df07cf77b49ffdf80120528
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 2.7.0 [unreleased]
1
+ ## 2.7.0 [2022-07-29]
2
2
 
3
3
  ### Features
4
4
  1. [#106](https://github.com/influxdata/influxdb-client-ruby/pull/106): Add logging for HTTP requests
data/README.md CHANGED
@@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
64
64
  To install the client gem manually:
65
65
 
66
66
  ```
67
- gem install influxdb-client -v 2.6.0
67
+ gem install influxdb-client -v 2.7.0
68
68
  ```
69
69
 
70
70
  For management API:
71
71
 
72
72
  ```
73
- gem install influxdb-client-apis -v 2.6.0
73
+ gem install influxdb-client-apis -v 2.7.0
74
74
  ```
75
75
 
76
76
  ## Usage
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: 2.7.0.pre.5696
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
@@ -180,11 +180,11 @@ 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: 1.3.1
185
+ version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.3.11
187
+ rubygems_version: 3.0.3.1
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: Ruby library for InfluxDB 2.