wisp-schema 0.12.1 → 0.12.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/lib/wisp-schema.rb +1 -1
  3. data/wisp.json +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e96b179ddc53f1257da82d8567ce5373b18062bd4c972e9707bf937d742b827
4
- data.tar.gz: ffc40d403c8f7e93945dba9c97cd871ed33b9db7ddc13ace6dd33dcbcddfd858
3
+ metadata.gz: c84ad3738ae583a6982f39d4991e4310ea8fa5119c6c3660d95efe7fbca35971
4
+ data.tar.gz: 1f5096d6efcd8018b8e4b33935baf934066b528ee69b1e4a71632973db3b3f5c
5
5
  SHA512:
6
- metadata.gz: a8cdf5a250e12330719f8c76a0f753152365a905395cb324a22a3a184a787b86aa711309d9848339fea4d80171a5df8f6821d9212e297ae48e68c77aa779514d
7
- data.tar.gz: b0056908c2f3230877ad4957beaf7fac1fde20366dbedf5174d69ed19db7c6112591183f3b01c28866dd953f9cd32a08ad41ada872bb5b1db3bcc3dfbd8bf8f9
6
+ metadata.gz: 6163946a1c195279279dd312b25588c18e2dc57c96131a1ff892e7487289e0fd82c67f4a419d46f2c1d7e9e510407a6f6213c493f0ec6458bef230f30116168d
7
+ data.tar.gz: 0ef028fe3605521a32129038dc00003f43260d22c7f10d7034b55c4db42668b2b9655968c3fd26066789251d18d2a3fd439001ad1feeb5f9b09b6eb2d4960b24
data/lib/wisp-schema.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '0.12.1'
4
+ VERSION = '0.12.2'
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
@@ -391,7 +391,7 @@
391
391
  "action": {
392
392
  "enum": ["scroll"]
393
393
  },
394
- "direction": {"title": "Direction", "enum": ["up", "down", "left", "right"]},
394
+ "direction": {"title": "Direction", "type": "string", "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.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski