yasmina-motor-ruby 0.0.71 → 0.0.75

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: dadf630d93cbc5cdae358fc03a35493174c2188beb7def963c54fd63d01ac1ad
4
- data.tar.gz: b29e19b5ec15eb61971fb93c13164f3cf96366bb4fd577a444e8bfcc27f1ff22
3
+ metadata.gz: 6c545705e0b16f8fcb6fcd339c45d8027c3774a9a2cde7522decbb73405d59b7
4
+ data.tar.gz: 69bfb9fc7f1ef800b058b63aa287abc2c34366d5e88382382cfbd34f7c52459b
5
5
  SHA512:
6
- metadata.gz: f1a7fad9f8d3cd69f7525ffc228745bfb6b86fe20a080f87aea8588b999cbcf7aa32bd2211551766fa2f9577a41fe64aa1070f5382f201f2c397cc865f9c0059
7
- data.tar.gz: 74b98978322bc3a0fe583a2ec67db872238d6cb00a323a5a891eb92af2a232b61b3bc5d16e16d1e16a54c8d571862d0e0fbd3a2f0d4421eeb0ef3789e7d0449f
6
+ metadata.gz: 847775d6dec5246258489ca82b7facdbdf798aab780b21f0a16a4d85da504ba38df04510e8ce0c232fd0fb7a35d43fd011e831bc09f068964f4bb02c3fe00edf
7
+ data.tar.gz: c1a6204db7f49012aa2d1d795c3fc13d58a125ef44b595471d019153632d67db448875f0dfc2fdaeb4974075ea39956eb62709064102ddfd0a7ea8a91b06d94e
data/.fern/metadata.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "originGitCommit": "63dfa8c27053d50d0db46746e6a4a64af46f427d",
6
6
  "originGitCommitIsDirty": false,
7
7
  "invokedBy": "manual",
8
- "requestedVersion": "0.0.71",
9
- "sdkVersion": "0.0.71"
8
+ "requestedVersion": "0.0.75",
9
+ "sdkVersion": "0.0.75"
10
10
  }
@@ -11,7 +11,7 @@ module Yasminaai
11
11
  @raw_client = Yasminaai::Internal::Http::RawClient.new(
12
12
  base_url: base_url || Yasminaai::Environment::SANDBOX,
13
13
  headers: {
14
- "User-Agent" => "yasmina-motor-ruby/0.0.71",
14
+ "User-Agent" => "yasmina-motor-ruby/0.0.75",
15
15
  "X-Fern-Language" => "Ruby",
16
16
  Authorization: "Bearer #{token}"
17
17
  },
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yasminaai
4
- VERSION = "0.0.71"
4
+ VERSION = "0.0.75"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yasmina-motor-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.71
4
+ version: 0.0.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasminaai