wisp-schema 1.2.2 → 1.2.3

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: 4b84a9f4f5273e68367e3dd5f8a7ca761d799c9e8da578dbcd0902949206f267
4
- data.tar.gz: c24fd37ce555fe9ae1378f936539085df37e6ab321f428721e16550df3557038
3
+ metadata.gz: ea6514e4fd27c79b345868d52c989a83054abf949b7df313a935b2908ffe6a62
4
+ data.tar.gz: bfad055fa66994e843cc4f2dc0e89268b3a1e9ccf2f5a7f5390f25f31000bae3
5
5
  SHA512:
6
- metadata.gz: a4e7aad44e62ee576644afb790bf2de039c7fccd11d0031594798949ac57e6a078b1dff9115fec999a0eec78df5a56c9f2f854f83539888f77739e204293c21a
7
- data.tar.gz: ce14c453a2d0e96f3440c20228e34b41da7607723ec98502ac1007825d407b56c7a675300b9159e289d2b61f32355ec15641ef0bb7a574b67c806ff2870e6b17
6
+ metadata.gz: 936a851caa72f6e98ee1cec70ce1573e1af2f04e6508875522007ebee906b1c49d7ed68943ec2ee1f901888a992963f333cbb0f1c02c26cd3e3a73636bcb6f48
7
+ data.tar.gz: 5a531d93b9f064d27729266f5258e62fd87ab7c0683a21663302ab46a09ee6e47fe0578b78182605eeb54b7025e822fb5b47ee8c3b821dd4da6d5601502508b8
data/canary-wisp.json CHANGED
@@ -108,7 +108,7 @@
108
108
  "double_click": {
109
109
  "type": "object",
110
110
  "action_type": "action",
111
- "title": "Double Click",
111
+ "title": "Double-click",
112
112
  "description": "Double-clicks on the UI element",
113
113
  "properties": {
114
114
  "action": {
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '1.2.2'
5
- STABLE_VERSION = '1.2.2'
4
+ VERSION = '1.2.3'
5
+ STABLE_VERSION = '1.2.3'
6
6
  CANARY_VERSION = '2.0.0'
7
7
  end
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "action_type": "action",
5
- "title": "Double Click",
5
+ "title": "Double-click",
6
6
  "description": "Double-clicks on the UI element",
7
7
  "properties": {
8
8
  "action": {
data/wisp.json CHANGED
@@ -108,7 +108,7 @@
108
108
  "double_click": {
109
109
  "type": "object",
110
110
  "action_type": "action",
111
- "title": "Double Click",
111
+ "title": "Double-click",
112
112
  "description": "Double-clicks on the UI element",
113
113
  "properties": {
114
114
  "action": {
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.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski