google-cloud-workflows 3.0.0 → 3.0.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: c767b6fcdc4eee7adc2ee20e1ccccc511913863c3393b1b1e2f56de9b22e4e8f
4
- data.tar.gz: 30a7e338d1170f1c80be0b9b28b16ca01474be2187de0e95a65e3f87c071e34c
3
+ metadata.gz: 4afb733464b925913b3c1b696070ea41a28fd1c36bc465ac7a8426d41b207f8e
4
+ data.tar.gz: 485b615ef1833f9e35943e0821365eadeb2230a46f4384fd3dd3182c5f7b423e
5
5
  SHA512:
6
- metadata.gz: bfb590e19f8db26bbcb2d95a847ceaf1a8c66b4da45affeb09d62d2ee143d67b3eb4d0e2b17c550321c092265c10dc18fa818ff63040cb4a7bfd1c02d728ccd4
7
- data.tar.gz: 20ea1286da6b43a9f6d3854878455af6a580d517c8ed4d69d5b2eca9db0d8727cd67e805eec8e64374d558bdac67108d9ec07731a76cf88b83f915dd88d4c15e
6
+ metadata.gz: 99d365c0bb736f68854152014a9ba6dbe64c52a25752b2b7e9160ef0c1ffce57a84d6d64c74acb94029731e44b64217587a55d77461ad1f9ab2a54a7eddf3c05
7
+ data.tar.gz: ec0e96eeaa69484708c82298af6ff9f8b33d94232c78628a434019ddc700a10f96f5fd6b57f7cae5f78ca10e5e5279f2b3025214b928c07052681f8fbe6cccc3
data/README.md CHANGED
@@ -7,7 +7,7 @@ Workflows link series of serverless tasks together in an order you define. Combi
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-workflows-v*`.
9
9
  The gem `google-cloud-workflows` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -17,7 +17,6 @@ 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
19
  [google-cloud-workflows-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest),
20
- [google-cloud-workflows-executions-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-executions-v1/latest),
21
20
  [google-cloud-workflows-executions-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-executions-v1/latest).
22
21
 
23
22
  See also the [Product Documentation](https://cloud.google.com/workflows/)
@@ -64,7 +63,8 @@ results in logs appearing alongside your application logs in the
64
63
  Debug logging also requires that the versioned clients for this service be
65
64
  sufficiently recent, released after about Dec 10, 2024. If logging is not
66
65
  working, try updating the versioned clients in your bundle or installed gems:
67
- [google-cloud-workflows-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest).
66
+ [google-cloud-workflows-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest),
67
+ [google-cloud-workflows-executions-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-executions-v1/latest).
68
68
 
69
69
  ## Supported Ruby Versions
70
70
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
23
- VERSION = "3.0.0"
23
+ VERSION = "3.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubygems_version: 3.6.3
91
+ rubygems_version: 3.6.8
92
92
  specification_version: 4
93
93
  summary: API Client library for the Workflows API
94
94
  test_files: []