google-apis-factchecktools_v1alpha1 0.21.0 → 0.22.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff04dbcd5c03442d7aa2b5c932c493243515da8bb5773cae5760441c4a428efd
|
4
|
+
data.tar.gz: 0dc5f52aa68348bcf873198e77e53458d5257565d7ebbd546ec9c3d15b9355e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43c79fe3247cea150b63a999d00a88810bebe1781664e7198c37029497efff7b613fcc0a1e13f3145d905abedc751125ce84087c8a4e2aafd163f1a9d50304e9
|
7
|
+
data.tar.gz: 65a0e724b914f769b2a7fe0683f81c83e3cd45353cecff104b59e47aaa7e879034961f19fb6eb34138b5a3d2305be41e26dc99d6576b09019e9f01dd2e4c4eeb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-factchecktools_v1alpha1
|
2
2
|
|
3
|
+
### v0.22.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240929
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.21.0 (2024-06-26)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240626
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FactchecktoolsV1alpha1
|
18
18
|
# Version of the google-apis-factchecktools_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -31,9 +31,6 @@ module Google
|
|
31
31
|
|
32
32
|
# Read, create, update, and delete your ClaimReview data.
|
33
33
|
AUTH_FACTCHECKTOOLS = 'https://www.googleapis.com/auth/factchecktools'
|
34
|
-
|
35
|
-
# See your primary Google Account email address
|
36
|
-
AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
|
37
34
|
end
|
38
35
|
end
|
39
36
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-factchecktools_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.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: 2024-06
|
11
|
+
date: 2024-10-06 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-factchecktools_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-factchecktools_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-factchecktools_v1alpha1/v0.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-factchecktools_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|