google-cloud-tasks-v2beta3 0.6.0 → 0.6.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: bd4e01ad306f52680dc959cbefb9c91868ebec88b3e1feeb755146664f5247d8
4
- data.tar.gz: 35c5e59b9b100a9633c75b8db79d5c5b9423d4c435b477325d238038a1293689
3
+ metadata.gz: 6fa7365934cc1b7747676b52abe4d36d70715568b735f36846a58902a4f26011
4
+ data.tar.gz: 51b4e3586dd98458f100b5b4f28bce842723caa2fd58fbd4f05f6e8c6525d0bd
5
5
  SHA512:
6
- metadata.gz: d8650a2c9bab7f4c8740a5a995d5e56f3e625f2fb7d04019a08b278e96c1a4764141e2775fa54bafa3160e2b44c03d35467ee2259edb266c4a649eb54909302d
7
- data.tar.gz: 50d183f99719fa705dddf55c0b06886acbd015b0c1c036b0b4c7bfde2a61d1df3167412f21970fb794ab743fd8828f81f16445651fecf56af188e648482ea74e
6
+ metadata.gz: f655f87a3fc894310ba9611449471edad66e92c6888ff3ac2368e134f50c4cebaab73d4773ba0ec1ee2d7d0bff3a4c60dd95e7ac9ae8355a00a959ae38e1ce0b
7
+ data.tar.gz: 1361d581a92e3e12ecb18e96e4d03da3c5f86b51258debc8ffd8a273ce091ca8efcb8420d058e4ef4c4eef24bdbe7c173f0e3c488deea0982ef1d556c79fb96b
@@ -28,7 +28,7 @@ module Google
28
28
  # work in their applications.
29
29
  class Service
30
30
 
31
- include GRPC::GenericService
31
+ include ::GRPC::GenericService
32
32
 
33
33
  self.marshal_class_method = :encode
34
34
  self.unmarshal_class_method = :decode
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2beta3
24
- VERSION = "0.6.0"
24
+ VERSION = "0.6.1"
25
25
  end
26
26
  end
27
27
  end
@@ -92,7 +92,7 @@ module Google
92
92
  # @return [::Google::Cloud::Tasks::V2beta3::Queue::State]
93
93
  # Output only. The state of the queue.
94
94
  #
95
- # `state` can only be changed by called
95
+ # `state` can only be changed by calling
96
96
  # {::Google::Cloud::Tasks::V2beta3::CloudTasks::Client#pause_queue PauseQueue},
97
97
  # {::Google::Cloud::Tasks::V2beta3::CloudTasks::Client#resume_queue ResumeQueue}, or uploading
98
98
  # [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tasks-v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.5'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.3'
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.5'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.3'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,7 +53,7 @@ dependencies:
47
53
  version: 0.6.10
48
54
  - - "<"
49
55
  - !ruby/object:Gem::Version
50
- version: '2.0'
56
+ version: 2.a
51
57
  type: :runtime
52
58
  prerelease: false
53
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +63,7 @@ dependencies:
57
63
  version: 0.6.10
58
64
  - - "<"
59
65
  - !ruby/object:Gem::Version
60
- version: '2.0'
66
+ version: 2.a
61
67
  - !ruby/object:Gem::Dependency
62
68
  name: google-style
63
69
  requirement: !ruby/object:Gem::Requirement
@@ -233,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
239
  - !ruby/object:Gem::Version
234
240
  version: '0'
235
241
  requirements: []
236
- rubygems_version: 3.2.13
242
+ rubygems_version: 3.2.17
237
243
  signing_key:
238
244
  specification_version: 4
239
245
  summary: API Client library for the Cloud Tasks V2beta3 API