google-apis-factchecktools_v1alpha1 0.7.0 → 0.8.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: ee23ee74e2d2a9c56f51233f6d6ba2509369bfcb785bee487267e1772f709c2c
4
- data.tar.gz: ae2ffbcc7ac83817d86f4437b825a467277e96d45ca3b6892b63f7077e653c40
3
+ metadata.gz: add530164bec857b4aa8b27f3214ff4dcbf29963475145d504b3ca41edb36a28
4
+ data.tar.gz: 7b27f9a9d257ae67ce50ad963dcafce1a6e7126984dc8e13829d19387ffe59e1
5
5
  SHA512:
6
- metadata.gz: 40c9d36c01feedbd7cc4b8be2b0718dab76957bf95b6fc1fd95af74f13b3854cd2c367aa0fc85f36b138364b838d6cf84d6269b842bebbd6e815f77c94667896
7
- data.tar.gz: 2cca4467dfd975d93dd9a1c7a1449b0fbc40cefa3eb373943c51ccdfe82f0807ed368cf860ea464cd4aff042c9f83eedeba4465f8f0333034f7beac1ac2e71bb
6
+ metadata.gz: aa8859f377b27c8c8f3e483fcb0e6cfae1c4c5ceb81d97afc6b31875e85faf59a1fd01da2c10a4be8c81cb9addfa356fa00607972fa85bbe697fd870f35d1474
7
+ data.tar.gz: 269251fc068d0a621e07f42f2f6ffd17e15d288eee9b04aa11ff97bfade3fdef4a19a280d86ccfef927dce933fe36716cd92730042208c25ccb3eb57d25fda3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-factchecktools_v1alpha1
2
2
 
3
+ ### v0.8.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.7.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/factchecktools_v1alpha1"
51
51
  client = Google::Apis::FactchecktoolsV1alpha1::FactCheckToolsService.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 FactchecktoolsV1alpha1
18
18
  # Version of the google-apis-factchecktools_v1alpha1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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-factchecktools_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-factchecktools_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-factchecktools_v1alpha1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-factchecktools_v1alpha1/v0.8.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: []
@@ -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 Fact Check Tools API V1alpha1