google-cloud-deploy 0.3.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e988e08cd5378e2563a0a662dcaae252515f8f0c738042b08bf67ed236b4032
4
- data.tar.gz: 9aa972bf7f898d0db2b808b503008fbcad754d8257e5d64dea1f3f06181cdd08
3
+ metadata.gz: 503b5e33fb1ed0da2963cacd8c0aa4abbbb80610bebf933e807a03d51452fca8
4
+ data.tar.gz: 447c2cd898c5619fe7829501191dafaf85456eeb21278045c0e7f357492371f6
5
5
  SHA512:
6
- metadata.gz: a0b76a5d78b89bf843655ea661f986c23ae5bc87ed42a9c9d23fbf22b1f5320620ce055d34615eaa91f502184278c3d9516b49ca3db8bc7345ec6e5885647d9b
7
- data.tar.gz: c261c055cf6c6fb6767ae96d09f709904648e0df8cdddd4184f8252df8197f417e08c36e92c9b7d73ea695402f387c6724aa41a13dc8fd591b9fefbfa90d8ebe
6
+ metadata.gz: 7d71cb9bc286398df4995a36e236f5419751554093c5346d181161f074622edb69eeec0c5b65249b2b3d293753dba9b9eada5a03abe67350b874d4783a8b9bb5
7
+ data.tar.gz: e75ff53257d33dbc3c72ac05328ca35ac575991368c198731213ac4d68fe906cf4014a8d2c9f0ab4db668485ec8ea85089f8cc3bc9bb28121634cf300fb0e73f
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-deploy, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-deploy-v1](https://googleapis.dev/ruby/google-cloud-deploy-v1/latest).
19
+ [google-cloud-deploy-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-deploy-v1/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/deploy/)
22
22
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Deploy
23
- VERSION = "0.3.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for CloudDeploy.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::Deploy::V1::CloudDeploy::Client](https://googleapis.dev/ruby/google-cloud-deploy-v1/latest/Google/Cloud/Deploy/V1/CloudDeploy/Client.html)
51
+ # [Google::Cloud::Deploy::V1::CloudDeploy::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-deploy-v1/latest/Google-Cloud-Deploy-V1-CloudDeploy-Client)
52
52
  # for a gRPC client for version V1 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the CloudDeploy service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.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: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core