wisp-schema 1.9.0 → 1.9.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: 84e87909280db1932f40c832eb9d38b651e98fa7efa506a485babd9f2a8c9b51
4
- data.tar.gz: d1e42da131d90643e86a419cf50702f3158731c86ef8d9c8a7db0b44fb3d89a2
3
+ metadata.gz: 274a88906ce99a36ac659a4fd9d4c5add34fbd4738093b6cb456c18f93b97571
4
+ data.tar.gz: 28c12b0499ba323aef0fe7669f56e9501fb889547b950a38c8a87a85bba8e4b1
5
5
  SHA512:
6
- metadata.gz: 1bb54b39d38fc4be9049e2dfd6575c43c657ec19d7dc933ce0e8df84cf4c8f46ebab2db3e0d614c7280886a1f30981668670453885c54fc3f10bab5b5d60dbea
7
- data.tar.gz: 7069691966746ab8a82c929df89bbacc893fde848dd396be94c8407f21d3897959fdc5f27b1c038c7a3a5c37156c0e098faeb1da63f9b2e960361be21b0850a6
6
+ metadata.gz: bf3ffd753ee2ded76ad4d5647f4ad4296d5fa436f426448919e1b781f6beec4f71504ac41af38b27ee3a8841c9fba06d22239fcce89785f3a40a4f00009366be
7
+ data.tar.gz: 76506a0ed0acca00a64152e612124be6b8252621095956e52d22b714f8a6cb85d3b5a791ecc593a75d1af76f7eda649cf161918e9c3400c4ffa0989d066c5165
data/canary-wisp.json CHANGED
@@ -100,7 +100,7 @@
100
100
  "ai_confirmation": {
101
101
  "type": "object",
102
102
  "action_type": "assertion",
103
- "title": "AI Confirmation",
103
+ "title": "AI Assertion",
104
104
  "description": "A Yes (pass) or No (fail) question answered by AI",
105
105
  "properties": {
106
106
  "action": {
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.9.0"
5
- STABLE_VERSION = "1.9.0"
4
+ VERSION = "1.9.1"
5
+ STABLE_VERSION = "1.9.1"
6
6
  CANARY_VERSION = "2.0.0"
7
7
  end
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "action_type": "assertion",
5
- "title": "AI Confirmation",
5
+ "title": "AI Assertion",
6
6
  "description": "A Yes (pass) or No (fail) question answered by AI",
7
7
  "properties": {
8
8
  "action": {
data/wisp.json CHANGED
@@ -100,7 +100,7 @@
100
100
  "ai_confirmation": {
101
101
  "type": "object",
102
102
  "action_type": "assertion",
103
- "title": "AI Confirmation",
103
+ "title": "AI Assertion",
104
104
  "description": "A Yes (pass) or No (fail) question answered by AI",
105
105
  "properties": {
106
106
  "action": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisp-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski