google-apis-workflowexecutions_v1 0.9.0 → 0.10.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: 6b06243cae19b296b1729cd128a4275235928665a250e8e53954c93f7ec6b6e1
4
- data.tar.gz: 777b99c58af2c10552606decdd81a950a6fc748261258330bbe704be2ab42625
3
+ metadata.gz: 6060d754974c1bfc980f3b40ec7c9e34af4976d8bd2175972c250aee64cbf8b8
4
+ data.tar.gz: 5451e4872c2f51dc8c7a5b28062ea1502117f62d0e62105577e0e4cd39df3374
5
5
  SHA512:
6
- metadata.gz: 4b5bb13b831a75732c50c1ce135017a484b65c427409ba82b1cfcd55c091d91e4c3b6c67923fc4dff7eaaf6a7902ef5b3f8a3877183c479dba032130b25a27b2
7
- data.tar.gz: 489fec3ca83052703f597d7cd40151faf21d019d10e0ee2a2fc7823dc60b76ef85315d08be1b17fa9b5fc121b0fcec6c856d73b6038cd018415407cae0c5bd97
6
+ metadata.gz: 5ec5a54b985d0be0ffdddc56a84d456fdf960056696823f711af3d5eddc26092a7f81b6df79ac7d63c40d0967acb809a7d89322e5b5c372dfd2c74c48757a205
7
+ data.tar.gz: 4aaea80c71fc1aecd10c0fe5d7555a5654a6d195e7656a8a39581cb38c63de0af95433d7a34a16abca7c45476277d953a8e5c26e14e879f9dfb31d5800acf39c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.10.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.9.0 (2021-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20211019
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/workflowexecutions_v1"
51
51
  client = Google::Apis::WorkflowexecutionsV1::WorkflowExecutionsService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module WorkflowexecutionsV1
18
18
  # Version of the google-apis-workflowexecutions_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workflowexecutions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Workflow Executions API V1