wisp-schema 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/canary-wisp.json +4 -4
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 908f03765ec903816a9fe1a86a89915ba2b54f437b14ad4fd26f82ab0f7d964a
4
- data.tar.gz: 74fb5b6b46d4dbbe2e937075fb3c024f82295fa4c1e291c474580641fa4afd1c
3
+ metadata.gz: 7d0b3c8aafbec709cee5e5224702f63d4b87f5b075817b657bc5967c3ccc892f
4
+ data.tar.gz: 4bf671093aea5f59d080fd277a57d660d53568e90f918e2d107e58b59819b86c
5
5
  SHA512:
6
- metadata.gz: 016e76f2aa05757ca6baff83c8ad00423681a405675066bd164d11d545868338023a09c1aa11c59d7f923f4272f1135a7f703143ed287b58326802dae183e9b2
7
- data.tar.gz: 26c3b60bdeb6344107b9f42734d33eb672e6e33f4e801ef1b39b0313f9b33c92a87e1507048efd74ed41389e6f480aa6abb14c50063f80445130a710a24db047
6
+ metadata.gz: 4e3b58dfe8c0932f9e3c56339e0d3db5f06329d2c3a78741f0dd54f176c7834b4b6dd3de973d14aa150e1f3e1a48a003a07723d38937aeabc3fa1f44b8326eb1
7
+ data.tar.gz: 1c5e0d725380d01332147b30e1bc28dc97eed7023d08a33628becd4098e5c47679911482c91d46e237fd947839db94e1be0df0f5192b63ad97a00242b7e25050
@@ -228,7 +228,7 @@
228
228
  "tab": {"title": "Tab", "type": "string", "enum": ["current", "new", "incognito"]}
229
229
  },
230
230
  "additionalProperties": false,
231
- "required": ["action", "url"]
231
+ "required": ["action", "url", "tab"]
232
232
  },
233
233
  "close_tab": {
234
234
  "type": "object",
@@ -315,7 +315,7 @@
315
315
  "tester_instruction": {
316
316
  "type": "object",
317
317
  "title": "Tester Instruction",
318
- "description": "Allows to fallback to english",
318
+ "description": "An action for a human to complete",
319
319
  "properties": {
320
320
  "action": {
321
321
  "enum": ["tester_instruction"]
@@ -339,7 +339,7 @@
339
339
  "title": "Object",
340
340
  "$ref": "#/definitions/noun"
341
341
  },
342
- "visiblity": {"title": "Is the element visible?", "type": "boolean"}
342
+ "visibility": {"title": "Is the element visible?", "type": "boolean"}
343
343
  },
344
344
  "additionalProperties": false,
345
345
  "required": ["assertion", "object"]
@@ -347,7 +347,7 @@
347
347
  "tester_confirmation": {
348
348
  "type": "object",
349
349
  "title": "Tester Confirmation",
350
- "description": "Allows to fallback to english",
350
+ "description": "Ask a question to confirm a behavior",
351
351
  "properties": {
352
352
  "assertion": {
353
353
  "enum": ["tester_confirmation"]
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  STABLE_VERSION = '0.18.1'
6
6
  end
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.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski