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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7015c79f754569659d3e92b9d0fd456d60b3714541e6450a2aa1343cfec1d977
4
- data.tar.gz: 22005ee9b9da3ddb490c7513f99dc04278c532ba1d2820440009344bad067762
3
+ metadata.gz: 56d8b9176783b02dfd76aa0c59e960fc25d2b936e852cdfa79658578ac5e4e9e
4
+ data.tar.gz: d534502c6f03804f0f96ea4839dc24c8fe28724e285f1fac53dcabe2fe5f7f8f
5
5
  SHA512:
6
- metadata.gz: 758e26d12d4d88bf4b2abf741e9105987e3c9f261ecd7fa954d4230a53dcced8dfa1efe7b7549205fba4b4ebd584346c8e2975a5f03e4c38bdedad7073a28d77
7
- data.tar.gz: 85f92ce2f585288bc75f6d8b80a9b1c4d2d9817c546a13030ed05821bf964147d63bae41b23b5e149508c7fd1868f720f10fca55ac61695acc95a785fb088844
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)`.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Typesafe
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
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.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
- - dtheo
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
- - dtheo@users.noreply.github.com
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/dtheo/typesafe-jev-ruby
78
- changelog_uri: https://github.com/dtheo/typesafe-jev-ruby/blob/main/CHANGELOG.md
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