rusty_json_schema 0.3.2 → 0.5.0

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: f1e9da4b27f62c9eff44103b3eeacefdd83f2c3831c569c450f25348d268b464
4
- data.tar.gz: 934abcfc7eaebfc9354fb9b5c65ad8be406421969cd6ae9df185dcd90c57020c
3
+ metadata.gz: b08915b084567c0b3e6538c697087291a41a5503bbe746c6e9c779a1b83f889c
4
+ data.tar.gz: 4f80c40236138fc5f063e45a804b642470836190fb3defc6430bbb2972f91667
5
5
  SHA512:
6
- metadata.gz: 053f4b712ddda62db5cac62d834feaab370b076d89674c5d858b31c5a863740c0742e6ff0bd073cc87ffe296ee7b6e74cf26e74486669a37fdb832da4381d644
7
- data.tar.gz: b8619fa8cf4d1caa53a8a0418b51e57c10cafaa1c4589e384903667a4e08c02116f98d3314015d46853231e993988848d063e0065c8575c2fcf505fed8dc8113
6
+ metadata.gz: 823b2666a7422de6d00ef4acab4d49844e94503000c31d3a16b213dd3b4ddf866d10d35bbdf2cd1700918deb038a5ad38cf01b4fd8291f5cbe96561c66ef40a8
7
+ data.tar.gz: ae9884e9efe7db0395e89cff031dcaccc71562259d1dafd6b77164629d0e9e6c4bb216382054f2ac2bf4a9c9fd3ec169657738b1f0b114b56d4609063694dba2
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "json_schema"
3
- version = "0.3.0"
3
+ version = "0.5.0"
4
4
  authors = ["Leszek Zalewski <leszekzalewski@fastmail.fm>"]
5
5
  edition = "2018"
6
6
 
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
10
10
 
11
11
  [dependencies]
12
12
  libc = "0.2.81"
13
- jsonschema = "0.4.3"
13
+ jsonschema = "0.5.0"
14
14
  serde_json = "1.0"
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RustyJSONSchema
4
4
 
5
- VERSION = "0.3.2"
5
+ VERSION = "0.5.0"
6
6
 
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rusty_json_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leszek Zalewski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-14 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thermite