google-cloud-workflows 2.1.1 → 2.2.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: 1dfa359fb7950225deac08478f6f9cf175bcb5ffdaf3c6c4b6fc207e469a89f3
4
- data.tar.gz: df0b13184af8e0ae9eeaffd07cda9aceb6e698101dfa437a451b69032213a4dd
3
+ metadata.gz: 2b1783235cb724123a67baec1efdb5550bb7c0fd437794ce264edf428b74cbf4
4
+ data.tar.gz: fa710306c29a34b29b2854c8b8afcc6fb1af6c16e86bfcc40ec3c8d5f8d8bc35
5
5
  SHA512:
6
- metadata.gz: 302afdd802aa719a46b356f85a3cf69db7da3eecabb5b42676d1f619886f4a762f3484fed224b4c9cfca1ecb1aaa4123c24bf1c7361203f7eb68a8fc87901ac6
7
- data.tar.gz: af30186df5633e2af2bd74330efad4303c7ac49a4ab199a9b603dc16490bf9926a6976f30547f896da3c736ee88d921a702e4fc351c44a3e13e6050bb5e2d015
6
+ metadata.gz: 8efe71805f518db10ef94bb834cc5ef1aa9626f532c1c93d901e2fefed6bbea43d004932a9c521f9dd7717f37f906e616ccd259a865b113e444453ef1bb69f15
7
+ data.tar.gz: 688c8ed997f70d7be2c0c411b240caea30e4e94c73fb6dd5014d5801bc03d924af5a0a387f48c194aa0872a10ad752b0d9ebba1fb80af9ac33c2ac67b2ec5b37
data/README.md CHANGED
@@ -11,7 +11,7 @@ verisoned 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
 
14
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-workflows/latest)
14
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows/latest)
15
15
  for this library, google-cloud-workflows, 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
@@ -63,14 +63,14 @@ end
63
63
 
64
64
  ## Supported Ruby Versions
65
65
 
66
- This library is supported on Ruby 2.5+.
66
+ This library is supported on Ruby 2.6+.
67
67
 
68
68
  Google provides official support for Ruby versions that are actively supported
69
69
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
70
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
71
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
72
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
73
- about the Ruby support schedule.
70
+ in security maintenance, and not end of life. Older versions of Ruby _may_
71
+ still work, but are unsupported and not recommended. See
72
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
73
+ support schedule.
74
74
 
75
75
  ## Which client should I use?
76
76
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
23
- VERSION = "2.1.1"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.2.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: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -110,28 +110,28 @@ dependencies:
110
110
  requirements:
111
111
  - - "~>"
112
112
  - !ruby/object:Gem::Version
113
- version: 1.25.1
113
+ version: 1.26.1
114
114
  type: :development
115
115
  prerelease: false
116
116
  version_requirements: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - "~>"
119
119
  - !ruby/object:Gem::Version
120
- version: 1.25.1
120
+ version: 1.26.1
121
121
  - !ruby/object:Gem::Dependency
122
122
  name: minitest
123
123
  requirement: !ruby/object:Gem::Requirement
124
124
  requirements:
125
125
  - - "~>"
126
126
  - !ruby/object:Gem::Version
127
- version: '5.14'
127
+ version: '5.16'
128
128
  type: :development
129
129
  prerelease: false
130
130
  version_requirements: !ruby/object:Gem::Requirement
131
131
  requirements:
132
132
  - - "~>"
133
133
  - !ruby/object:Gem::Version
134
- version: '5.14'
134
+ version: '5.16'
135
135
  - !ruby/object:Gem::Dependency
136
136
  name: minitest-focus
137
137
  requirement: !ruby/object:Gem::Requirement
@@ -166,14 +166,14 @@ dependencies:
166
166
  requirements:
167
167
  - - ">="
168
168
  - !ruby/object:Gem::Version
169
- version: '12.0'
169
+ version: '13.0'
170
170
  type: :development
171
171
  prerelease: false
172
172
  version_requirements: !ruby/object:Gem::Requirement
173
173
  requirements:
174
174
  - - ">="
175
175
  - !ruby/object:Gem::Version
176
- version: '12.0'
176
+ version: '13.0'
177
177
  - !ruby/object:Gem::Dependency
178
178
  name: redcarpet
179
179
  requirement: !ruby/object:Gem::Requirement
@@ -247,14 +247,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
247
247
  requirements:
248
248
  - - ">="
249
249
  - !ruby/object:Gem::Version
250
- version: '2.5'
250
+ version: '2.6'
251
251
  required_rubygems_version: !ruby/object:Gem::Requirement
252
252
  requirements:
253
253
  - - ">="
254
254
  - !ruby/object:Gem::Version
255
255
  version: '0'
256
256
  requirements: []
257
- rubygems_version: 3.3.4
257
+ rubygems_version: 3.3.14
258
258
  signing_key:
259
259
  specification_version: 4
260
260
  summary: API Client library for the Workflows API