influxdb-client 1.13.0.pre.2019 → 1.13.0.pre.2069

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 +5 -0
  3. data/README.md +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6e23e141ca11fc6a666576fc47e6ebe27bc05c3edfcad2909cff1c6b81cc77f
4
- data.tar.gz: b6c0a12ac9e9d76a286774b3295054b5ecc231130c451863c5781a22b6ff39af
3
+ metadata.gz: fdcf45194cf7f2d20c28059a08eddf2479ee7774b48755cae4b4b4231d8cfb8a
4
+ data.tar.gz: ac4e084ef314306382bcae68d8047f2954ee15fe048b5cd64774f6cbf3ae90c9
5
5
  SHA512:
6
- metadata.gz: 807527c932a6ae7fd741dd62398957662a2df29f084880251c2dbe846373f8d30eaf361680c1bdf9e13991d6d93d3701f2c7308b4465cf4a3065d9328ebf0aea
7
- data.tar.gz: c4b08fd31dc0812c81e2873c9fc1fbe3b743eb2b6d9c1b7095c4dd41db007dc7d3501804889b7074c0bb1d540e3688adfd2ec559003e96d682d9057427e89969
6
+ metadata.gz: 9aa4b0e62f93ad288f786d235a529f296ec37f5378f84891a9fe92413b4c360b89d7b2c64b9bd5918b2be3adc550852c987a2f82c7ca45023e28f56af03dcb9e
7
+ data.tar.gz: 48ae3ee8c39c017967b026fb2f70e54cacdd642c2bc7407312723244c9e79e9c6c6bd99321569b21a82ed1d1d36d52dd7c538047c8e8b0ea8dea961bde55a766
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## 1.13.0 [unreleased]
2
2
 
3
+ ## 1.12.1 [2021-03-05]
4
+
5
+ ### Bug Fixes
6
+ 1. [#74](https://github.com/influxdata/influxdb-client-ruby/pull/74): Avoid uses sources from parent path
7
+
3
8
  ## 1.12.0 [2021-03-05]
4
9
 
5
10
  ### Features
data/README.md CHANGED
@@ -54,13 +54,13 @@ The client can be installed manually or with bundler.
54
54
  To install the client gem manually:
55
55
 
56
56
  ```
57
- gem install influxdb-client -v 1.12.0
57
+ gem install influxdb-client -v 1.12.1
58
58
  ```
59
59
 
60
60
  For management API:
61
61
 
62
62
  ```
63
- gem install influxdb-client-apis -v 1.12.0
63
+ gem install influxdb-client-apis -v 1.12.1
64
64
  ```
65
65
 
66
66
  ## 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: 1.13.0.pre.2019
4
+ version: 1.13.0.pre.2069
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar