wisp-schema 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/wisp-schema.rb +1 -1
  3. data/wisp.json +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c7a86aa819418aa43e93d5b628f542d7056837bf4e459196e083855e023f211
4
- data.tar.gz: 7c25ced3f0ddf4bc9b3b93ce1ded78ab8e362a7eae8f5f3f6553da415536df18
3
+ metadata.gz: 7e96b179ddc53f1257da82d8567ce5373b18062bd4c972e9707bf937d742b827
4
+ data.tar.gz: ffc40d403c8f7e93945dba9c97cd871ed33b9db7ddc13ace6dd33dcbcddfd858
5
5
  SHA512:
6
- metadata.gz: 04314c2e7e8012c9e4d2ef62bc10d95c08362e3c8bef31f869cbefd8a5b420cd79a9199051642eb7aeefa92358edfc15c33c771b0c516019f0629b2bef3e8edb
7
- data.tar.gz: 9a8a88907bafb2c1cb4a3ba8a227129bb1bbea2d7e6cc942d0044010bc4bc0df43b8edb3d620751971886fd48aace87acea7d18a9717d5769b26f86419c48011
6
+ metadata.gz: a8cdf5a250e12330719f8c76a0f753152365a905395cb324a22a3a184a787b86aa711309d9848339fea4d80171a5df8f6821d9212e297ae48e68c77aa779514d
7
+ data.tar.gz: b0056908c2f3230877ad4957beaf7fac1fde20366dbedf5174d69ed19db7c6112591183f3b01c28866dd953f9cd32a08ad41ada872bb5b1db3bcc3dfbd8bf8f9
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '0.12.0'
4
+ VERSION = '0.12.1'
5
5
 
6
6
  SCHEMA_PATH = File.expand_path('../wisp.json', __dir__)
7
7
  NOUNS_PATH = File.expand_path('../nouns.json', __dir__)
data/wisp.json CHANGED
@@ -313,7 +313,7 @@
313
313
  "checkbox_uncheck": {
314
314
  "type": "object",
315
315
  "title": "Checkbox Uncheck",
316
- "description": "Unhecks specified checkbox",
316
+ "description": "Unchecks specified checkbox",
317
317
  "properties": {
318
318
  "action": {
319
319
  "enum": ["checkbox_uncheck"]
@@ -391,7 +391,7 @@
391
391
  "action": {
392
392
  "enum": ["scroll"]
393
393
  },
394
- "direction": {"title": "Direction", "type": "string"},
394
+ "direction": {"title": "Direction", "enum": ["up", "down", "left", "right"]},
395
395
  "target": {
396
396
  "title": "Target",
397
397
  "$ref": "#/definitions/noun"
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: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski