google-cloud-tasks-v2 0.4.4 → 0.4.5

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: 69168facdf66d4b5d19820bb6880afbc0e0a1f33be7e67f35b830d4201f2f9b5
4
- data.tar.gz: b92f6f769f2fc6faf7f069a72949728c4e08bb62c05b3eedc81094f865d7ce21
3
+ metadata.gz: ce0331d0b337ac1e542113b2aa08b410a34930b7c76542355c4ab3ba9afc11ab
4
+ data.tar.gz: d390182c9b264a16237e7a9586355b8d219572db941a3517cee313b1311116cb
5
5
  SHA512:
6
- metadata.gz: 7e1e3d814dbb1c8b71abb45a8d94b14846d0146c59764367de4ffa6ac46aaf7eb09747f0f833280ccb85fea8fe5ad2c6c3e9c9886870ab40e6b0f8d9f675d0cd
7
- data.tar.gz: 64e5e6871eb20c9c2e1976a609f70163ee7d188326f9ff9710b83ef20549629d4b29f0f30674c029a04d2903f3ff9a98e2bcf0d3ace2d52640f0c37dd71617b6
6
+ metadata.gz: e776e422e3e2adb1f8b82e07feb7b8b837cba73d86e6d444fa397d2def2bec6152dcba6c1bc929e2ce9e322b6989a64f5153a5c0e207d4babdd1997925461c24
7
+ data.tar.gz: 892731d1682a2ca139a02a8a1349f2cf53387d3d7e0f4057053e0928baedd3fa175c0361873debdb2c04a9796e44ca523c6bdef5091fd4611c5e83ee5041abfd
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2
24
- VERSION = "0.4.4"
24
+ VERSION = "0.4.5"
25
25
  end
26
26
  end
27
27
  end
@@ -80,8 +80,8 @@ module Google
80
80
  # {::Google::Cloud::Tasks::V2::HttpRequest#url HttpRequest.url}.
81
81
  # * Content-Length: This will be computed by Cloud Tasks.
82
82
  # * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
83
- # * X-Google-*: Google use only.
84
- # * X-AppEngine-*: Google use only.
83
+ # * `X-Google-*`: Google use only.
84
+ # * `X-AppEngine-*`: Google use only.
85
85
  #
86
86
  # `Content-Type` won't be set by Cloud Tasks. You can explicitly set
87
87
  # `Content-Type` to a media type when the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tasks-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
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-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common