vindi 0.0.10 → 0.0.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6fa1eff2a2d8309334d87e99160abc15ad4aad3c2232270d8ce19e44778db88
4
- data.tar.gz: ccefc9b54c05a9fc3ede43d4da37465e1f8cbdf42a69fa365c44f07af5e5ddad
3
+ metadata.gz: 9d452294189f26fcfccfbd24a0553ab6e52a02cd32b2ecc00301780db497f5d6
4
+ data.tar.gz: a9f42d85c349274dfca2f691536f41e1961b16e54897a68d21f516677e26591a
5
5
  SHA512:
6
- metadata.gz: e11501e6ea2aed07b9189c2a1daa258c20ec9d078034e10bb09e93134c642c4717f81f72fb2d66dd8451fc468474e80f3f1bd2cc1987e6a996fb6268683111a3
7
- data.tar.gz: bc344745c9c52eeccc679050c7e5340999faccedd3963b571edf4bab508ad6add4da29fbffb5f6e40397263f2ca8199b7ed4235b3296f26631c1dd6b192e8303
6
+ metadata.gz: 94ff15975f9707590805167e28005ae586500655c34115991e50254ed28b53dd58a8551510e54a8ab500a8737b1002cb684ac6c094ba391e727e2d4b909788cf
7
+ data.tar.gz: 650397600e4525b7932c8553f270fbe9db821352a44080bab4d0a30f5f103e61cea2a4a9a14b04dcca4a2dbf4a2b15daa671a9c939016510aa352598e721b257
@@ -11,7 +11,7 @@ module Vindi
11
11
  @http_client = Faraday.new(api_endpoint, connection_options) do |http|
12
12
  http.request(:multipart)
13
13
  http.request(:url_encoded)
14
- http.basic_auth(@key, '')
14
+ http.request(:basic_auth, @key, '')
15
15
  http.builder.use @middleware
16
16
  http.adapter(Faraday.default_adapter)
17
17
  end
data/lib/vindi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vindi
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vindi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vindi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-12 00:00:00.000000000 Z
11
+ date: 2021-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.1.2
117
+ rubygems_version: 3.0.1
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Ruby toolkit for working with the Vindi API