json-schema-ouidou 2.9.0 → 2.9.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 229c79fe08ec97502b0d3d7fb9384655af26b050fdc0b545ae4a286684cf130b
4
- data.tar.gz: 9e1777a533de9c1abab5bd537f28ef0ed7000da0368558847e314e0f258a18bf
3
+ metadata.gz: c34f51b4980b047e235f02bb09e76962ed19ed21449ce574741946ac619f2590
4
+ data.tar.gz: 6453453fdcc11885fe5aff17c4e0eba6ec12b7cdd92dfe72e11d8e3eb3f7406e
5
5
  SHA512:
6
- metadata.gz: 1ce322cce67da1ef9094291fc34f537135ce26af2f0c3bd292a9a4775404b6a6d866d846e9a7e982c8589292b9ae4510af3d2ac6b6dd5e148f6a1f0a66b1b818
7
- data.tar.gz: c53a0aed220852d9bbe67faf49a5cfd51310eb4b77729a4a5f64899fa66e2895945e46164d3cc64f3f7881c42d46827e0c0de82223b57585a5a5374577198cce
6
+ metadata.gz: ca9c8b99af66d4aeaada2265dceaf6a2cffa6066fce9bb28a02e6f8739b1294a2bbb8abea6f66706ae22203d08a279e9bda9f720f95c2f01b98f38d9cef5901c
7
+ data.tar.gz: 770f31ccb5e6fad234b6fabda24696b0afd994dcba052d635ebb36fa861e6e8d5176d5fcc4353817b05f20fdcbb621e6836777e18a204dc920b9dfa7e85038eb
data/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ # Custom version of the original gem json-schema
2
+
3
+ 2.9.0 is the version with just ownership changes
4
+ 2.9.1 is the version with the patch
5
+
1
6
  # Ruby JSON Schema Validator
2
7
 
3
8
  [![License](https://img.shields.io/github/license/voxpupuli/json-schema.svg)](https://github.com/voxpupuli/json-schema/blob/master/LICENSE)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-schema-ouidou
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenny Hoxworth