wisp-schema 1.16.1 → 1.16.2

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: f20a9da1d89b096a6b7bd35bc81d9b2392051f59e138c24cca4c3b476a57ec33
4
- data.tar.gz: fb16a805ae9903973d49dfcdc5efa7dc87bf2f2d058044d38fabe6f7889c15da
3
+ metadata.gz: c9f73ac17964a8099cd40fe61ca6f1f15fa828058f9ca40a22099565e4c5b80c
4
+ data.tar.gz: 959caebc682454cfe2b5bfb5a10a77e1342ce89979f38f85bfbe022e0bd27aa5
5
5
  SHA512:
6
- metadata.gz: b0eec465fa45294b579de618777d81ec08d5638650dae27a4336a5c29368c6eb1abfdb168a97f4c36b7b5632a274acc8e1f72df5b69c6966de9d6d7052df6133
7
- data.tar.gz: 83acfd386f62ae67f30c59aa266fc30df16e861ad1b77bd0f5ba064606076b3c9af80462ef2979a126af1598cbf2a9a4a1b912e11ffdaa9c7c3f8af46bbe838b
6
+ metadata.gz: 10bbb1856bad580f37c3bba0bb96cd1298cdba33f295144ba97c4de9d95a4079ed62fa99869bf9378a0b9624936dbdbc2b25698b0face424f2bf39afe9aadab6
7
+ data.tar.gz: 1b52f042e6f1beb3845bc12211b9fc2b5a68e4d3319d07bbf9ac3cd42db677cb9ced750978930e5f56a678e7d8fbf7a7af428fb9ab6d0d4b64a0557d0d7b6fc1
data/canary-wisp.json CHANGED
@@ -632,7 +632,7 @@
632
632
  "seconds": {
633
633
  "title": "seconds",
634
634
  "type": "integer",
635
- "minimum": 30,
635
+ "minimum": 10,
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.1"
5
- STABLE_VERSION = "1.16.1"
4
+ VERSION = "1.16.2"
5
+ STABLE_VERSION = "1.16.2"
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": 30,
24
+ "minimum": 10,
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": 30,
635
+ "minimum": 10,
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.1
4
+ version: 1.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski