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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22b1cbf5d7f558243708bf0b6ae67157e30fadbbc5ce833d857c6aadf082f019
4
- data.tar.gz: 34e775099746c15bdca0cd54991db6d25389177378314537b8f1211b73002a8c
3
+ metadata.gz: d7112a69eac5eabcefd0a80a7581630d97ac6ed5f9965891ea42053fd8e001f9
4
+ data.tar.gz: 15ccc198b19d65e1c827f9ab2f3a4de7000df16536f10132bdc69ace2eb8be21
5
5
  SHA512:
6
- metadata.gz: f6602636513e62815b99fd1dcca18fb9cfca6d1256120515fc8af9496dc0affeaf74f8f0278cbd4de2d94618c0d03b3111e0159532ce77326c6e1ecce726c104
7
- data.tar.gz: bec1cf21ecca9f590038df4cd705323a79d59b28387484bc2e090afe02bca4ee8e317959dd68d669be43fb1682f6edc4a616f9bbb92fbef61ae3ab57b6886ecd
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": "e789c371d98f8fe50bd3708fce4500f0a5ef0e77",
5
+ "originGitCommit": "c06d126e5eda913e5b9e63776b13de7cbe02b8a2",
6
6
  "originGitCommitIsDirty": false,
7
7
  "invokedBy": "manual",
8
- "requestedVersion": "0.0.86",
9
- "sdkVersion": "0.0.86"
8
+ "requestedVersion": "0.1.0",
9
+ "sdkVersion": "0.1.0"
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.86",
14
+ "User-Agent" => "yasmina-motor-ruby/0.1.0",
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.86"
4
+ VERSION = "0.1.0"
5
5
  end
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.86
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-17 00:00:00.000000000 Z
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.