rsmp_schema 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d56697bd07d0433d3c87794ba60633b668ccb4973e80efa8733a6990e8aed9cf
4
- data.tar.gz: d781453ca631feac00eea1e3c03e4fd8cf9205415b3329ed24872b220baefbc9
3
+ metadata.gz: 3a691ae7bb6527605f2ccee89b3826ff2cba1d87d788c412c9f7841c3d377d4a
4
+ data.tar.gz: ac7ec47c472f4a4423e207878eca887d8c895235e6bcb3215975553233df428e
5
5
  SHA512:
6
- metadata.gz: a56ae1db79d6061a5afbd1bdd3c90d690e4ff4747c362755da9bfea43297e553d1eca2da77900b939cebac595f1c5c4b7e25775f2f4c0136c6466200745fbca6
7
- data.tar.gz: 98cc8cb64e54023328fafc831686f7c7590f0ab61da5e0b4e74670f6b8611eb21a9b9c6b6ca0894dedbba6fa16da2dbbdfb1bee83ba08a9adbbb4b309f61f2ba
6
+ metadata.gz: c42a89bd38fe2e58c705db83d7638d5b6353a15524760ccc33d3af32634e5063509577da4da74c778e00a9451e43f15f1f915e987b0cb062a8f941a9d63402df
7
+ data.tar.gz: 3bef2fd0a7300f1b105948017ec88cc922c270288ff000506f49cc3b120acebe837b90386046a3be6bd4d891c7db50fe2838f6af3d0a5662ad6cf5336871342b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rsmp_schema (0.5.2)
4
+ rsmp_schema (0.5.3)
5
5
  json_schemer (~> 2.1.0)
6
6
  thor (~> 1.3.0)
7
7
 
@@ -1,5 +1,5 @@
1
1
  module RSMP
2
2
  module Schema
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- x{
1
+ {
2
2
  "properties" : {
3
3
  "ack" : {
4
4
  "description" : "Acknowledgement",
@@ -15,7 +15,7 @@ x{
15
15
  "type" : "string",
16
16
  "enum" : [ "Suspended", "notSuspended" ]
17
17
  },
18
- "aTs" : { "$ref": "definitions.json#/timestamp" },
18
+ "aTs" : { "$ref": "../3.1.2/definitions.json#/timestamp" },
19
19
  "cat" : {
20
20
  "description" : "Category",
21
21
  "type" : "string",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsmp_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emil Tin