typesafe-sdk-ruby 0.6.0 → 0.6.0.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typesafe-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TypeSafe Ruby SDK Contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-20 00:00:00.000000000 Z
11
+ date: 2026-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.7'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,12 +27,14 @@ dependencies:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '2.7'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3'
27
33
  description: |-
28
34
  Unofficial Ruby SDK for the TypeSafe AI API (Jev model). Ask named questions about
29
35
  text or structured state and get typed answers: yes/no (noul), choice, and score
30
36
  questions, with retries, timeouts, structured logging, and typed errors.
31
37
  email:
32
- - opensource@typesafe.ai
33
38
  executables: []
34
39
  extensions: []
35
40
  extra_rdoc_files: []
@@ -37,6 +42,9 @@ files:
37
42
  - CHANGELOG.md
38
43
  - LICENSE
39
44
  - README.md
45
+ - docs/COMPATIBILITY.md
46
+ - docs/RELEASING.md
47
+ - docs/UPSTREAM_ISSUES.md
40
48
  - lib/typesafe-sdk-ruby.rb
41
49
  - lib/typesafe/sdk/client.rb
42
50
  - lib/typesafe/sdk/env.rb
@@ -54,8 +62,7 @@ licenses:
54
62
  metadata:
55
63
  bug_tracker_uri: https://github.com/afurm/typesafe-sdk-ruby/issues
56
64
  changelog_uri: https://github.com/afurm/typesafe-sdk-ruby/blob/main/CHANGELOG.md
57
- documentation_uri: https://docs.typesafe.ai/
58
- homepage_uri: https://github.com/afurm/typesafe-sdk-ruby
65
+ documentation_uri: https://github.com/afurm/typesafe-sdk-ruby#readme
59
66
  rubygems_mfa_required: 'true'
60
67
  source_code_uri: https://github.com/afurm/typesafe-sdk-ruby
61
68
  post_install_message: