google-apis-cloudbuild_v1beta1 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b55ff1d870b6e10cb3edd913eb1129f91a8f3d7999765605d04d2bcc8375ed4
4
- data.tar.gz: 844a35886ceb417d5bf62ea468c6ef126d66a78357546c604121bee47111b07b
3
+ metadata.gz: f7dbeed24e9be59bdf65a69f0f60e18365efc83f2e73b1cfcca67f69b9653083
4
+ data.tar.gz: 5962ae1322e97b520b9b043bde61b554a198f1f75ec51093785e43601010fd08
5
5
  SHA512:
6
- metadata.gz: 5186b976986a15d1df1e7561e89ce91d52407a9520a61eaefbcfba4dc78ee7b3723408c85f2a733ef829030bb58491a938b17d9c173a362728bdc1bbdd5bac5f
7
- data.tar.gz: 3e8e71e0c21c2561c47eabeb89f6b7bd01e4125a61d3399ebc3360cb166fdfd89a4054e32c066745a4db8fe7b758764769c4cb8c1fb729653276d958e7ded66a
6
+ metadata.gz: 219e243d3dfdd2f9c0c2eddec192f3d166bb1a775d90baabae03a2486b53a18e84c6c4d2b43bc96db00619cb5672ba5f2f95bc172a7e6a1c456b1fbcb3b89a72
7
+ data.tar.gz: 4c1fbb720ea240699daf22f01041e096666fe30dea6cd0d822cf766b48290e6d791c12e56f264f1003a31a991eb14bcc7947cc79d0359790112b3101293d6b52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1beta1
2
2
 
3
+ ### v0.5.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
3
7
  ### v0.4.0 (2021-05-19)
4
8
 
5
9
  * Unspecified changes
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1beta1
18
18
  # Version of the google-apis-cloudbuild_v1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20210511"
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Build API V1beta1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.5.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []