wisp-schema 1.16.0 → 1.16.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f39dcc55023361b361396e14cf3c625718390c33ecccd7d8625c7bc87294c21c
4
- data.tar.gz: 5233a1b5b06953020b1e1612799067c9da19d346ddc1962c47f3f43ab2b05a74
3
+ metadata.gz: f20a9da1d89b096a6b7bd35bc81d9b2392051f59e138c24cca4c3b476a57ec33
4
+ data.tar.gz: fb16a805ae9903973d49dfcdc5efa7dc87bf2f2d058044d38fabe6f7889c15da
5
5
  SHA512:
6
- metadata.gz: d00b491b95f02429559a8b5c4bf384f57a4627d2a117092e2461e45c957c6ef4de7ea5570c43bb8c622698831d5a5031b84b6e094ee2eda1ef499ef16714eef7
7
- data.tar.gz: 729722e6257b61e96c668c783922176bef9c2f90e7ed48e5c8a1a089043b7862be7e1e2a8540dd75c840523f8507860ff0b6066651745978d7adcc40771b54bc
6
+ metadata.gz: b0eec465fa45294b579de618777d81ec08d5638650dae27a4336a5c29368c6eb1abfdb168a97f4c36b7b5632a274acc8e1f72df5b69c6966de9d6d7052df6133
7
+ data.tar.gz: 83acfd386f62ae67f30c59aa266fc30df16e861ad1b77bd0f5ba064606076b3c9af80462ef2979a126af1598cbf2a9a4a1b912e11ffdaa9c7c3f8af46bbe838b
data/canary-wisp.json CHANGED
@@ -632,7 +632,7 @@
632
632
  "seconds": {
633
633
  "title": "seconds",
634
634
  "type": "integer",
635
- "minimum": 60,
635
+ "minimum": 30,
636
636
  "maximum": 3600
637
637
  },
638
638
  "visibility": {
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.16.0"
5
- STABLE_VERSION = "1.16.0"
4
+ VERSION = "1.16.1"
5
+ STABLE_VERSION = "1.16.1"
6
6
  CANARY_VERSION = "2.0.0"
7
7
  end
@@ -21,7 +21,7 @@
21
21
  "seconds": {
22
22
  "title": "seconds",
23
23
  "type": "integer",
24
- "minimum": 60,
24
+ "minimum": 30,
25
25
  "maximum": 3600
26
26
  },
27
27
  "visibility": {
data/wisp.json CHANGED
@@ -632,7 +632,7 @@
632
632
  "seconds": {
633
633
  "title": "seconds",
634
634
  "type": "integer",
635
- "minimum": 60,
635
+ "minimum": 30,
636
636
  "maximum": 3600
637
637
  },
638
638
  "visibility": {
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.16.0
4
+ version: 1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski