wisp-schema 0.14.3 → 0.14.4

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 +4 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04eca3cd9e43edf231824204d2827f2f294168c2bcfc64158bdfe7215474556d
4
- data.tar.gz: 0acc6697a575f9522df28d941adc677b5300f7fb537b4e532e6e7ae59036ff51
3
+ metadata.gz: 6809f3d0c3bce926324847b336099a3fb83b7a48c198a449bfba25cd897ade82
4
+ data.tar.gz: fbd4482a20bd3ec2f8392cc054dc36abb4dffdee43e2d8bcd925c404298916bb
5
5
  SHA512:
6
- metadata.gz: e20a44f9450b1919896f0da1e22626c3557a0cc1eeacc94b3604f69aa15b7f96d2ea7d158a383abb9188be5e4b28deba53e87a230f42ba4c75f580936f6c1cb8
7
- data.tar.gz: 6dc7f888bd920a66d8916c362a51eaa0cad9d276053d0292a91c267d408415983fe30005544d3395b585f6aa843eee59b9d1873a78366e24b860ac06d7933752
6
+ metadata.gz: 71811f88d0febecf5e5a88139746e5f26b000d1942c683da8992b304fbbe6d06c51e785717f4f69755b1ca3d55be16cc090c1d6dc990f87e958a5ea50ea3a4b6
7
+ data.tar.gz: c6b96b5081c001cb22f18513cf66f287fa5c1a59c7bb4d6f3bd081b9f4312a3b7c3c5b455708cf4da06ba4411ac93528f63807a91b020d5dd1c680a799d6b488
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.14.3'
4
+ VERSION = '0.14.4'
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
@@ -265,7 +265,8 @@
265
265
  "title": "Target",
266
266
  "$ref": "#/definitions/noun"
267
267
  },
268
- "text": {"title": "Text", "type": "string"}
268
+ "text": {"title": "Text", "type": "string"},
269
+ "method": { "title": "Text entry method", "type": "string", "enum": ["pasting", "typing"] }
269
270
  },
270
271
  "additionalProperties": false,
271
272
  "required": ["action", "target", "text"]
@@ -279,7 +280,8 @@
279
280
  "enum": ["type"]
280
281
  },
281
282
  "custom_action_id": {"title": "Custom Action ID", "type": "integer"},
282
- "text": {"title": "Text", "type": "string"}
283
+ "text": {"title": "Text", "type": "string"},
284
+ "method": { "title": "Text entry method", "type": "string", "enum": ["pasting", "typing"] }
283
285
  },
284
286
  "additionalProperties": false,
285
287
  "required": ["action", "text"]
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.14.3
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski