yasmina-motor-ruby 0.0.86 → 0.1.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.
- checksums.yaml +4 -4
- data/.fern/metadata.json +3 -3
- data/lib/yasminaai/client.rb +1 -1
- data/lib/yasminaai/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: d7112a69eac5eabcefd0a80a7581630d97ac6ed5f9965891ea42053fd8e001f9
|
|
4
|
+
data.tar.gz: 15ccc198b19d65e1c827f9ab2f3a4de7000df16536f10132bdc69ace2eb8be21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a103565691fa8dd890879ceb797c9ba9cc22fb37bd4a7caea36ea9e6dcf037e01e7d425355a1642d4e2e0568d5a3af7b8d8c918213fb67e4e9839e9520e2b1f5
|
|
7
|
+
data.tar.gz: 8de8b9bf9be2108c82a591a98156a97e1cce29493ed56224c3ac35f9c3b454d0fd985d4465c97141b04236214bdf8f9956373223fd007d6be9ebd44222c227dc
|
data/.fern/metadata.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"cliVersion": "5.49.0",
|
|
3
3
|
"generatorName": "fernapi/fern-ruby-sdk",
|
|
4
4
|
"generatorVersion": "1.13.1",
|
|
5
|
-
"originGitCommit": "
|
|
5
|
+
"originGitCommit": "c06d126e5eda913e5b9e63776b13de7cbe02b8a2",
|
|
6
6
|
"originGitCommitIsDirty": false,
|
|
7
7
|
"invokedBy": "manual",
|
|
8
|
-
"requestedVersion": "0.0
|
|
9
|
-
"sdkVersion": "0.0
|
|
8
|
+
"requestedVersion": "0.1.0",
|
|
9
|
+
"sdkVersion": "0.1.0"
|
|
10
10
|
}
|
data/lib/yasminaai/client.rb
CHANGED
|
@@ -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
|
|
14
|
+
"User-Agent" => "yasmina-motor-ruby/0.1.0",
|
|
15
15
|
"X-Fern-Language" => "Ruby",
|
|
16
16
|
Authorization: "Bearer #{token}"
|
|
17
17
|
},
|
data/lib/yasminaai/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yasmina-motor-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yasminaai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: The Yasminaai Ruby library provides convenient access to the Yasminaai
|
|
14
14
|
API from Ruby.
|