wisp-schema 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdd4e75996e7381f94fb24c2f94ef7fc3dd7ab991365ed88e700926c5f2d925e
4
- data.tar.gz: d4ab320ceac39cad91a0904422bc5f50b375fd2ab705616d9dae8f532b263b01
3
+ metadata.gz: '089748bd1acbccbba79379be9ea5e28a9291ebbf1950f78c9b26e0b6e7ca3bb5'
4
+ data.tar.gz: 59860657226f8c45c0100baaf02799dc865213e1ed36aa38325347574d7834a3
5
5
  SHA512:
6
- metadata.gz: 65c701710cb9344a7151e2e1429b2e9229d96468f329b0b706ec1e38213b6b67b8762ad35d12184978612fb13c136e7757b0f2b790ed0ac3f16aa5c197ed8847
7
- data.tar.gz: 0b9b3d11b4b135dead07af17c7fb0b88e2aeb473424518fa53ba373ed5c1aa638107adde93d9848e48c5babca725317237240c9f985866199b9047c444345ba2
6
+ metadata.gz: 72c5d7d11210b2181b344db7ff7ea1d676a0662e35823cbed781d973666e6a3f5a36ddca03aa28087174ba848f372882551d54ffaa5ebe8bf643af085e058d4b
7
+ data.tar.gz: cdc11f6f2b42e73a512b79cff3f684dfcc714d87474400a14c8da654f03e738500511f9e110eef49006f95fead4e8db5bb5231b6898cabbb4104dc1fb439eeb4
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.8.0"
5
- STABLE_VERSION = "1.8.0"
4
+ VERSION = "1.8.1"
5
+ STABLE_VERSION = "1.8.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.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski