wisp-schema 0.13.0 → 0.13.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/wisp-schema.rb +1 -1
  3. data/wisp.json +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c7679c3c81d096cb542759b2f3992a17093c34d3705c50a60e4fe989d09d05a
4
- data.tar.gz: 4a42431266818528457973e6686509e3cbdcca6e1bad76f1a1bec16fcc9a1586
3
+ metadata.gz: 6c8655266e4dac09da2b433cfb4920f3cfff76a9ecb39bab3868e3a7f6e9f9b1
4
+ data.tar.gz: 8a1bc4bd7a2910465ba3c5af8bc8c73bd83329599e41ea8f48b3238fc8d2287b
5
5
  SHA512:
6
- metadata.gz: '0953033322befcace40117fcd6477a4f5dadec5fd8b30b2d85ab50957ed8d9f87da02b359d30cb3a5095e3224dda4102450bf98f053f6831479a39788c697677'
7
- data.tar.gz: facefd947d4612375952e731e0bfbec7765947e47320c19efb22c9b778c879353418558554a2d7aa5852573a28e0f0431ed5cf138a1ec20bde72b3f95219ed69
6
+ metadata.gz: ac29cdc0945dfbae1e243e573cbc9112aabf552fbf4b95beb5ef01ad987448224187f390284d760246e8f0b9b847eae8faa71a2a058fb5b4d4fd0a1664794aa1
7
+ data.tar.gz: 93a506bd0f7a6d2a03dfc2ce80f58c6184f97f4a281e279331a44a79ee636e38fc61a864e6931e5f05c0f8c1417ae95e74cbd1232905dcbd1e7c71a9fd3960eb
data/lib/wisp-schema.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = '0.13.0'
4
+ VERSION = '0.13.1'
5
5
 
6
6
  SCHEMA_PATH = File.expand_path('../wisp.json', __dir__)
7
7
  NOUNS_PATH = File.expand_path('../nouns.json', __dir__)
data/wisp.json CHANGED
@@ -420,7 +420,7 @@
420
420
  "sleep": {
421
421
  "type": "object",
422
422
  "title": "Sleep",
423
- "Description": "Waits for a number of seconds",
423
+ "description": "Waits for a number of seconds",
424
424
  "properties": {
425
425
  "action": {
426
426
  "enum": ["sleep"]
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: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski