typesafe-jev 0.4.0 → 0.4.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/CHANGELOG.md +4 -0
- data/lib/typesafe/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56d8b9176783b02dfd76aa0c59e960fc25d2b936e852cdfa79658578ac5e4e9e
|
|
4
|
+
data.tar.gz: d534502c6f03804f0f96ea4839dc24c8fe28724e285f1fac53dcabe2fe5f7f8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 034e9bdc3ae16ef9783612d7eea2ee524a3b457cfb666ce1095c5c43224dc148d1ce9442cd65c7b4a1f6eb0e8d5b88dcf32d3dfe1b0fe5b5e7c5e74f0df5a5b1
|
|
7
|
+
data.tar.gz: 10fcd78136555393c85d8876a31ac9584f61ce4464b7818d7c537698426b381545a53a768c99e1313d62cc74e19183e590b0aa5f434ab61465a5d36a01aa98eb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
- Fix gemspec metadata: point `source_code_uri`/`changelog_uri` and author/email at the `dtheofr` GitHub account.
|
|
6
|
+
|
|
3
7
|
## 0.4.0
|
|
4
8
|
|
|
5
9
|
- Add `Typesafe::Jev`, a `Typesafe::Client` subclass with the model pinned to `jev-latest`: `Jev.new(api_key: nil).evaluate(...)` plus a one-shot `Typesafe::Jev.evaluate(state:, questions:, api_key: nil)`.
|
data/lib/typesafe/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typesafe-jev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- dtheofr
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
version: '3.0'
|
|
54
54
|
description: Use Jev, TypeSafe's System One model, from Ruby or Rails.
|
|
55
55
|
email:
|
|
56
|
-
-
|
|
56
|
+
- dtheofr@users.noreply.github.com
|
|
57
57
|
executables: []
|
|
58
58
|
extensions: []
|
|
59
59
|
extra_rdoc_files: []
|
|
@@ -74,8 +74,8 @@ licenses:
|
|
|
74
74
|
- MIT
|
|
75
75
|
metadata:
|
|
76
76
|
homepage_uri: https://docs.typesafe.ai
|
|
77
|
-
source_code_uri: https://github.com/
|
|
78
|
-
changelog_uri: https://github.com/
|
|
77
|
+
source_code_uri: https://github.com/dtheofr/typesafe-jev-ruby
|
|
78
|
+
changelog_uri: https://github.com/dtheofr/typesafe-jev-ruby/blob/main/CHANGELOG.md
|
|
79
79
|
rdoc_options: []
|
|
80
80
|
require_paths:
|
|
81
81
|
- lib
|