google-apis-run_v1alpha1 0.5.0 → 0.6.0
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/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v1alpha1/classes.rb +1 -1
- data/lib/google/apis/run_v1alpha1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6cda763bf0ebef19d71468cd67494f99bd065300922972f709169c8edd415f2
|
|
4
|
+
data.tar.gz: 20cf71b90ccb23ae5e480fbd38416d87272ecfa33ca6b654cadbd2ca61f7f3e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f82558ca38f40b19e52e36b992c1a398abb48e6f95bf6bc3dbbb3acfc3d56ec460f38009d61c38fc379d87ec1a65eb5539e75c7f85b0b97ceafe1e0ee320b62
|
|
7
|
+
data.tar.gz: 64befb1ed378ee7185356044c3d69d8c794244ed1a0cadc54716794f61a3c70a733605d34fd8052d18105da8ae7d7dde80771e2e9b4a651c4014dd930b6740b5
|
data/CHANGELOG.md
CHANGED
|
@@ -2436,7 +2436,7 @@ module Google
|
|
|
2436
2436
|
alias_method :controller?, :controller
|
|
2437
2437
|
|
|
2438
2438
|
# Kind of the referent. More info: https://git.k8s.io/community/contributors/
|
|
2439
|
-
# devel/api-conventions.md#types-kinds
|
|
2439
|
+
# devel/sig-architecture/api-conventions.md#types-kinds
|
|
2440
2440
|
# Corresponds to the JSON property `kind`
|
|
2441
2441
|
# @return [String]
|
|
2442
2442
|
attr_accessor :kind
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RunV1alpha1
|
|
18
18
|
# Version of the google-apis-run_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210319"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-run_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|