kube_schema 1.2.0 → 1.2.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.
- checksums.yaml +4 -4
- data/kube_schema.gemspec +1 -1
- data/lib/kube/schema/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7644c3e6649df4772ab947bafb8987c14a77fff9e473ffcd860391b6cb48387
|
|
4
|
+
data.tar.gz: 660f1b1e495bb5f677768c8ed3b312d5af50776bcc9ef1f627d7e29ba7a22e32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07f0a77370aeee2cc79d603b64b75f403baff2054f982d6aec1ef1ebfc3f9b3b5a8b863d2d9686fddf8ac5b0fadf236d1be409ba5579df8130d955eace09dc8f
|
|
7
|
+
data.tar.gz: 905dad3ab418d1d3e6d311f4719484c2056948ecab18020b82676df8b5eea3aaaf584298e9c49e0b98126c355ff24f79fefac0a322a4c0f5892b8fb100035c4b
|
data/kube_schema.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
Abstractions are God. Let's give praise and build on the shoulders of giants by using objects to represent schemas. It was written and to it became.
|
|
15
15
|
DESC
|
|
16
16
|
|
|
17
|
-
spec.homepage = "https://github.com/
|
|
17
|
+
spec.homepage = "https://github.com/general-intelligence-systems/kube_schema"
|
|
18
18
|
spec.license = "Apache-2.0"
|
|
19
19
|
spec.required_ruby_version = ">= 3.2.0"
|
|
20
20
|
|
data/lib/kube/schema/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kube_schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan K
|
|
@@ -144,13 +144,13 @@ files:
|
|
|
144
144
|
- schemas/v1.33.json
|
|
145
145
|
- schemas/v1.34.json
|
|
146
146
|
- schemas/v1.35.json
|
|
147
|
-
homepage: https://github.com/
|
|
147
|
+
homepage: https://github.com/general-intelligence-systems/kube_schema
|
|
148
148
|
licenses:
|
|
149
149
|
- Apache-2.0
|
|
150
150
|
metadata:
|
|
151
|
-
homepage_uri: https://github.com/
|
|
152
|
-
source_code_uri: https://github.com/
|
|
153
|
-
documentation_uri: https://github.com/
|
|
151
|
+
homepage_uri: https://github.com/general-intelligence-systems/kube_schema
|
|
152
|
+
source_code_uri: https://github.com/general-intelligence-systems/kube_schema
|
|
153
|
+
documentation_uri: https://github.com/general-intelligence-systems/kube_schema
|
|
154
154
|
rubygems_mfa_required: 'true'
|
|
155
155
|
rdoc_options: []
|
|
156
156
|
require_paths:
|