kube_schema 1.4.1 → 1.4.2

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: fda1529e32d0c67ab09583321fb978e79a6458dd728690fabca903481cbc0091
4
- data.tar.gz: 80af0b145d5818bf71fa1b7bd71cdffdd716c61a75318c1af9ca6216b8a235bf
3
+ metadata.gz: 6a4b8d1ba60da4a1f90ea62beeeff8e5e11ca767ee58762123aa4fa707d123b6
4
+ data.tar.gz: 2a5cf867a63dd56683d5a944b6fa03d6b30c1ae3a6d6e4f5d30c248615171c6a
5
5
  SHA512:
6
- metadata.gz: 170f76c75099ec6ff86385286d5a3a46f2a0277b28c8c6ab6d1e6a4beff274f4509824fc6638d67e9ad6f96b2b47d56c9dce710fcbc752e07ffad1a56d412806
7
- data.tar.gz: e381f258ac28d30e5ca7fa2ca64d222afc9fc7cf298a445ce29bd5afed171f1de55166012c986a934ad140a67f70d275aca58e4de596108241544461a1741222
6
+ metadata.gz: 4cdd9bf6146cfead65ca01128db452226f48d006e13f4f2e6be901a99d0578678c72174e6daedd1314bc29e182f6c6ba4b31b78237b53c99949527d0bf3092b9
7
+ data.tar.gz: c2c21e6fc784b7ae4c7cd2fbcea1a8ddd23f31a8d31264d7b46cd83c7b2b7a1a5a19c4ae8f527b0816bd3177a43363d8b432832fcb7b4ffff2308d5185827729
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kube_schema (1.4.0)
4
+ kube_schema (1.4.2)
5
5
  json_schemer (~> 2.5.0)
6
6
  rubyshell (~> 1.5.0)
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kube
4
4
  module Schema
5
- VERSION = "1.4.1"
5
+ VERSION = "1.4.2"
6
6
  end
7
7
  end