wisp-schema 1.3.0 → 1.3.1

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/version.rb +2 -2
  3. data/wisp.json +4 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2712ecc18258f5cf1c8eb6e04d43148bc60c81118377db02b4516fe6ec77e21
4
- data.tar.gz: 2d898cd3d372098667d1e0cb04b1ed239c41e2c80897a9920ddb47bf56bae72c
3
+ metadata.gz: ead9ad84d80f54652407ca70da3130d955e68d6b631feb43c48274c8fd3bf98d
4
+ data.tar.gz: 9c64e872d8b5e4876c08eea20fc162daefca73d5eecd030796f9d129d32ace1f
5
5
  SHA512:
6
- metadata.gz: da76dbf0c9eedf5ada0644ef0e0b36acb2f139811dc2f086aef400a2cc31ace7c38ce718ddbbf693d3adb91ddffcb5f40a6e440cfb55cf55738f9b6d78f189d9
7
- data.tar.gz: e3d86e0a79be92a449c92a4d73477731282fbfc84263811d9c3f6e6a102644c209bfe0f7f65d127babd169df27f55ed55d05f53aabc636356f53c73a30455e8f
6
+ metadata.gz: c519811ec985fab344eb097c664ade09f9d9aa04695f4c2bc6466ad0431bd544960c2c776d61bee4a3dfcfbceed88a1fd8ea1d5ff895901985c9963c5f03590a
7
+ data.tar.gz: d15712efc9a1807b940f2965bc1be3216377627fa6cb1e05f64193de8958c8a75f6ea7a6264d25ad0c15f0068443a0eb48a0b9f671d74dfaf547142b644905bb
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '1.3.0'
5
- STABLE_VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
+ STABLE_VERSION = '1.3.1'
6
6
  CANARY_VERSION = '2.0.0'
7
7
  end
data/wisp.json CHANGED
@@ -354,6 +354,10 @@
354
354
  "test_id": {
355
355
  "title": "Test ID",
356
356
  "type": "integer"
357
+ },
358
+ "id": {
359
+ "title": "Action ID",
360
+ "type": "integer"
357
361
  }
358
362
  },
359
363
  "additionalProperties": false,
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.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski