google-cloud-deploy-v1 0.5.0 → 0.6.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: 481f84b206d9329ad7856e85cfedc030219ebcbef69ce93040699b5332240625
4
- data.tar.gz: a3e390ddaf2abb45f9693153ecd5210988e699f32efe5d004b60f1f8c11846d4
3
+ metadata.gz: d0959f0c3fc393c7b7bf8532b5263e8998b135ed7430b3fcfc815eb8d8e02925
4
+ data.tar.gz: c9c0f0c6d76c96c7cc334fe4e35e6a9afe0ffe9f70b57c89d1b371eac65a7dc8
5
5
  SHA512:
6
- metadata.gz: f2d1e22600ad87d730cbf5f2ead5628afd2146a1286d42685af7817e3f48b5faf3bed50503a9ffff880b57e7971d8ac94eeffbd78935be213c917967626c09e5
7
- data.tar.gz: 366953ddd515192052d1053b1a49049dd37935c9d124a85839d2f8782c1d87fb8009e555cf034462d91e7b9e88ff00d0062c32b109a50394cb783528bc0bfc8f
6
+ metadata.gz: db3948c7814aeae8ba7f1c025a990b1774d0a9788a043f7b4db222c611c5db419d86ecb797fd585e99852e2e0b548362f5d5b51941e99ad42d8292e5bc01d150
7
+ data.tar.gz: 06b4cf53f50b190cbed1a31aa2577ce6785c52ed5eae8883d173b5ca0f07a1f69d9bdb98ce241b249171296105eb0b264df8768818ece7f03af98c6e6d26093b
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53