google-apis-forms_v1 0.17.0 → 0.18.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/forms_v1/classes.rb +1 -1
- data/lib/google/apis/forms_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cad0387ae3d1e1045acd5c5e81406c43936b3fade880f3cc37763b3d262229e5
|
4
|
+
data.tar.gz: c769013a1a8e6baa464c49f907501b5f5425bcb1444b68c8d86dc9805fda51d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e28e25756e222c4846182d5ae151cac6a915209b30817b4b41cd06c32371cd1677855d18851202c86fde7979df9ba079cd570f1c10bf5cc4d7399bc70c137938
|
7
|
+
data.tar.gz: '080a6e509dde7ee4a2781b13b5101c852ca4b620d71ce88379de03a920714ecd1a869830105cb92c3bb7523735c1f5b4ef5309f3e82b3958161d8f3da4b25269'
|
data/CHANGELOG.md
CHANGED
@@ -549,7 +549,7 @@ module Google
|
|
549
549
|
|
550
550
|
# Output only. The form URI to share with responders. This opens a page that
|
551
551
|
# allows the user to submit responses but not edit the questions. For forms that
|
552
|
-
# have `publish_settings` value set, this
|
552
|
+
# have `publish_settings` value set, this is the published form URI.
|
553
553
|
# Corresponds to the JSON property `responderUri`
|
554
554
|
# @return [String]
|
555
555
|
attr_accessor :responder_uri
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FormsV1
|
18
18
|
# Version of the google-apis-forms_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250415"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-forms_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-forms_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.18.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-forms_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|