kube_schema 1.4.2 → 1.4.3

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: 6a4b8d1ba60da4a1f90ea62beeeff8e5e11ca767ee58762123aa4fa707d123b6
4
- data.tar.gz: 2a5cf867a63dd56683d5a944b6fa03d6b30c1ae3a6d6e4f5d30c248615171c6a
3
+ metadata.gz: ba7602c0c24945ada55520a025190b13f6ce4c6981e62dc8b455df3c3f0c921b
4
+ data.tar.gz: c91e8b6607bda7c787a7fe2d0260bf8068114d4ccf88deb4b07a03b52d6c5e13
5
5
  SHA512:
6
- metadata.gz: 4cdd9bf6146cfead65ca01128db452226f48d006e13f4f2e6be901a99d0578678c72174e6daedd1314bc29e182f6c6ba4b31b78237b53c99949527d0bf3092b9
7
- data.tar.gz: c2c21e6fc784b7ae4c7cd2fbcea1a8ddd23f31a8d31264d7b46cd83c7b2b7a1a5a19c4ae8f527b0816bd3177a43363d8b432832fcb7b4ffff2308d5185827729
6
+ metadata.gz: 2b5f9c5715375c44d3961a260d5c9dcb60b4b8b8ccee542b8bc945fde1c1dccc26c854943e6ae36255033cb7ad671d7c46aea62f5f191c2f6453a5d4fc1d4755
7
+ data.tar.gz: 942e526bbe5bdbcf939cf7722e64e623da0150413e93cea7dcb5b607b34328c8db0e6d9f5c835cb1046a2da5ce50568fe59da91064ef7dbd0400a1ebcab0f1e6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kube_schema (1.4.2)
4
+ kube_schema (1.4.3)
5
5
  json_schemer (~> 2.5.0)
6
6
  rubyshell (~> 1.5.0)
7
7
 
data/README.md CHANGED
@@ -256,4 +256,4 @@ Kube::Schema["Deployment"] # uses 1.31
256
256
 
257
257
  ## Built with
258
258
 
259
- [black_hole_struct](https://github.com/aanand/black_hole_struct) -- the dynamic nested struct that powers the block DSL. [json_schemer](https://github.com/davishmcclurg/json_schemer) -- JSON Schema validation against the real Kubernetes OpenAPI specs.
259
+ [json_schemer](https://github.com/davishmcclurg/json_schemer) -- JSON Schema validation against the real Kubernetes OpenAPI specs.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kube
4
4
  module Schema
5
- VERSION = "1.4.2"
5
+ VERSION = "1.4.3"
6
6
  end
7
7
  end