google-apis-cloudtasks_v2 0.6.0 → 0.7.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: 626fa2572492d546843ac7661d61d1f950d68180555abcedccbf09ab31cc093c
4
- data.tar.gz: 92f4f23f994b34f547e989d283445807cdc9f0525ef7b0d08878f1dde7b6794a
3
+ metadata.gz: 8e50d62a694a4478010ebf7ffa92ce7b3dbf1533c7ab19bdc2d003c5b1c49eeb
4
+ data.tar.gz: 385efa820aa735d09b7ca7ea1a5d74675341b1eaba972443dab2347731b2d8cf
5
5
  SHA512:
6
- metadata.gz: 0bf2bd995533514447cab739df99bdf993c0883ac72a30de362589aaed21233af90e63640be4f156432b7a097d6056f557f04c58677f614fd6945687feb146b5
7
- data.tar.gz: 6c709b5c0bae2d0f54e985436b7e09c87336f70c834941b91d0db98ffd6ec369dcc3ca4616f766366b81285379dc56a5b1a45226eab2a0b7a01e06de0e593094
6
+ metadata.gz: 833661770c98c59a0ba2a0166e7a137d4901659e2224c1232f4feb188cd26cfcdec2e75dc6fd8e5926535e89be9bb31a48e3b14e9c2e02e832980f36283da2f6
7
+ data.tar.gz: 86a25814517c2a2851886859b8eecf5da1ddccf9b98948498c297faf3a42f53d1d541918333a85fc131c5510a367d95143e71f73937a79829fbf0a8791b1f262
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.7.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.6.0 (2021-06-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210528
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2
18
18
  # Version of the google-apis-cloudtasks_v2 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
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.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Tasks API V2. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.7.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2
57
63
  post_install_message:
58
64
  rdoc_options: []