vortex-ruby-sdk 1.8.0 → 1.8.1
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/lib/vortex/client.rb +2 -0
- data/lib/vortex/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '069cd5d8f962e84762ce56244a9775b16bdda20e5728fd05bdfff852d9483f16'
|
|
4
|
+
data.tar.gz: 105f2c1b8305730e1402b5049da2aaf3fd4e51e34f2e9801682537c8b72af331
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bf887643c359e2768dbe35b130313a667fe201c02f90a490f3074ac0ed8c5e9797c44c61143cbfef49b0bcd6d2284a4e6e32fa2478d25dc862a11ea2f3de204
|
|
7
|
+
data.tar.gz: 486de49b074e29577b2ec1ba01d0d98b38b5df630cdbbeed3a98b460f4df2e5478979eed3aca66ce303d6a8fc008171ba02604d005b1721c2b2ad58c9069ac2b
|
data/lib/vortex/client.rb
CHANGED
|
@@ -490,6 +490,8 @@ module Vortex
|
|
|
490
490
|
# Add API key header (same as Node.js SDK)
|
|
491
491
|
conn.headers['x-api-key'] = @api_key
|
|
492
492
|
conn.headers['User-Agent'] = "vortex-ruby-sdk/#{Vortex::VERSION}"
|
|
493
|
+
conn.headers['x-vortex-sdk-name'] = 'vortex-ruby-sdk'
|
|
494
|
+
conn.headers['x-vortex-sdk-version'] = Vortex::VERSION
|
|
493
495
|
end
|
|
494
496
|
end
|
|
495
497
|
|
data/lib/vortex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vortex-ruby-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vortex Software
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|