kruby 1.36.1.1 → 1.36.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/README.md +5 -5
- data/lib/kubernetes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48735cde95715a6cfd7f6d62ddcab32548709ad660fc46ea00903335640daedf
|
|
4
|
+
data.tar.gz: 851c93212611a110cf4a13fa4c2ce0aba252522d70a8e228045633e44751367a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5abb5cd43b9d158927cf98fe8da73177e222f5db42e523e952544742ad1417bacee5fcf3f67c81e3a6e25264b0a9fa9c8438700ccb75aee5e5a165b39fbc8fe3
|
|
7
|
+
data.tar.gz: c31af26d89ed7b923a34075a45e1b95ef642c738438a0d2c020ac23e423bdc9e74efb8bdde090439317f1fe7fcba7fc5d6070d5516479fffe681c51b827e8359
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: release-1.36
|
|
10
|
-
- Package version: 1.36.
|
|
10
|
+
- Package version: 1.36.2.1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Project Origin
|
|
@@ -18,7 +18,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
18
18
|
## Release History
|
|
19
19
|
|
|
20
20
|
- User-visible release notes are tracked in the repository [CHANGELOG.md](https://github.com/doridoridoriand/kruby/blob/master/CHANGELOG.md).
|
|
21
|
-
- Release tags use the format `v<version>` (for example `v1.36.
|
|
21
|
+
- Release tags use the format `v<version>` (for example `v1.36.2.1`), and matching GitHub Releases are published at [github.com/doridoridoriand/kruby/releases](https://github.com/doridoridoriand/kruby/releases).
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
24
|
|
|
@@ -33,17 +33,17 @@ gem build kubernetes.gemspec
|
|
|
33
33
|
Then either install the gem locally:
|
|
34
34
|
|
|
35
35
|
```shell
|
|
36
|
-
gem install ./kruby-1.36.
|
|
36
|
+
gem install ./kruby-1.36.2.1.gem
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
(for development, run `gem install --dev ./kruby-1.36.
|
|
39
|
+
(for development, run `gem install --dev ./kruby-1.36.2.1.gem` to install the development dependencies)
|
|
40
40
|
|
|
41
41
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
42
42
|
|
|
43
43
|
Finally add this to the Gemfile:
|
|
44
44
|
|
|
45
45
|
```ruby
|
|
46
|
-
gem 'kruby', '~> 1.36.
|
|
46
|
+
gem 'kruby', '~> 1.36.2.1'
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
### Install from Git
|
data/lib/kubernetes/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.36.
|
|
4
|
+
version: 1.36.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- doridoridoriand
|
|
@@ -932,7 +932,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
932
932
|
- !ruby/object:Gem::Version
|
|
933
933
|
version: '0'
|
|
934
934
|
requirements: []
|
|
935
|
-
rubygems_version:
|
|
935
|
+
rubygems_version: 3.6.7
|
|
936
936
|
specification_version: 4
|
|
937
937
|
summary: Kruby community client for Kubernetes API.
|
|
938
938
|
test_files: []
|