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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3ee9a86d08b3ff0438f8aea702f9e76ca82e28609d5de1f43e3a4d5068551af
4
- data.tar.gz: 54e1782b07ba5b9d517cc75f447406cb2b43a5511fc87723a365bf857f2a9f06
3
+ metadata.gz: 48735cde95715a6cfd7f6d62ddcab32548709ad660fc46ea00903335640daedf
4
+ data.tar.gz: 851c93212611a110cf4a13fa4c2ce0aba252522d70a8e228045633e44751367a
5
5
  SHA512:
6
- metadata.gz: 78735449c98daaa2d42e6b1038d87ecebd5b2173e2357dfbe0db71cc19b3472b161aae7eed24959e7b854a87411e32e0038eb89c139bf2dcf8190a529f4a73e8
7
- data.tar.gz: b3002a384c026a5fccc15a95b82efa9c59ea31f0f7c5bfea6efa4271ef5db823e956d7e25c303b6aeace8be7c8c068272e2cbbb4364c6906929a7ec3fbca0110
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.0.1
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.0.1`), and matching GitHub Releases are published at [github.com/doridoridoriand/kruby/releases](https://github.com/doridoridoriand/kruby/releases).
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.0.1.gem
36
+ gem install ./kruby-1.36.2.1.gem
37
37
  ```
38
38
 
39
- (for development, run `gem install --dev ./kruby-1.36.0.1.gem` to install the development dependencies)
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.0.1'
46
+ gem 'kruby', '~> 1.36.2.1'
47
47
  ```
48
48
 
49
49
  ### Install from Git
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.0
11
11
  =end
12
12
 
13
13
  module Kubernetes
14
- VERSION = '1.36.1.1'
14
+ VERSION = '1.36.2.1'
15
15
  end
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.1.1
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: 4.0.7
935
+ rubygems_version: 3.6.7
936
936
  specification_version: 4
937
937
  summary: Kruby community client for Kubernetes API.
938
938
  test_files: []