wisp-schema 1.5.0 → 1.6.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e73f98b159f41d1a474b97c805a6524cdcb074f78c87814ce3d45ea656476b10
4
- data.tar.gz: 5fe655578655fa555a51b9780125a81c17671dc8ebc3a0c5adcf6b49a793df52
3
+ metadata.gz: 889ffc5bfb0f47725ebef8153f0b171575d04ae9aedb2fac9f318bd90c53c384
4
+ data.tar.gz: 0f853a006b3585f4dbc9ec8915064c34d3cbe6d35ca19b8d49a3ead995cd769d
5
5
  SHA512:
6
- metadata.gz: 0ccd31577de8f3874228b0b8cbcadb3bcd9db61c080dbb24403cf894e0f55097807a3803436c553e111ed8f48abd80009e8fffe06a14c3fc497ac2f2ed9f9b44
7
- data.tar.gz: d568bfc9df99e0d1a470e16a867c851dd8f93214546a90b0f34bb79f9f90c7700b74cdf0148fb2fea38d5fb2c5134a7558b2fc7a6ba2b5ac6f99e918446348a9
6
+ metadata.gz: 3d2cf5614513e79c496e67f77fdc841f83bd60267355d4d406eb76f269344beb2e14048bc61d40adeee13ec927f2b7dfa72e6c1fdb269d1cce338a192ce32bc8
7
+ data.tar.gz: f88b2ff72660c9b1925f2d731e4cba52363d18490ae2112dee0895e6acde01a490a2803a7d42794cf46c2d8ab86391d2d2eb0998ac998785f155edbc810bdb5b
data/canary-nouns.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
14
14
  "focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
15
15
  "match_mode": {
16
- "enum": ["pixel", "pixel_and_ocr", "semantic"]
16
+ "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
17
17
  },
18
18
  "ocr_expression": {
19
19
  "title": "Expression to use for text matching",
data/canary-wisp.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
21
21
  "focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
22
22
  "match_mode": {
23
- "enum": ["pixel", "pixel_and_ocr", "semantic"]
23
+ "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
24
24
  },
25
25
  "ocr_expression": {
26
26
  "title": "Expression to use for text matching",
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '1.5.0'
5
- STABLE_VERSION = '1.5.0'
4
+ VERSION = '1.6.0'
5
+ STABLE_VERSION = '1.6.0'
6
6
  CANARY_VERSION = '2.0.0'
7
7
  end
data/nouns.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
14
14
  "focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
15
15
  "match_mode": {
16
- "enum": ["pixel", "pixel_and_ocr", "semantic"]
16
+ "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
17
17
  },
18
18
  "ocr_expression": {
19
19
  "title": "Expression to use for text matching",
data/wisp.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
21
21
  "focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
22
22
  "match_mode": {
23
- "enum": ["pixel", "pixel_and_ocr", "semantic"]
23
+ "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
24
24
  },
25
25
  "ocr_expression": {
26
26
  "title": "Expression to use for text matching",
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.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski