google-apis-adsense_v2 0.10.0 → 0.11.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/adsense_v2/classes.rb +3 -1
- data/lib/google/apis/adsense_v2/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: 732d76d0a4a9495c9bb054a891daee0b86d590fa3171c20334ca8a4c623a4020
|
|
4
|
+
data.tar.gz: 9c588371721a2b122f8bfa5c76396d4589bfc79e49e3e2a47eab6dcc40032923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b05a4fb4a1f440399e451f0b9b80f62f7764a7b4581f9d03399e8c19e311899898c48c7f1684f7937fea72d5f0c182a8253e879923ea3432c07af2f7df3d829
|
|
7
|
+
data.tar.gz: 295a06a3c64c537d96a58ac8d70bad2ca56c6bcec3eb35c9aa8081079f9fb149a1d11093f77c7f2a9ae0340a6856ba552651dd5b84ef670124a7ace07d433322
|
data/CHANGELOG.md
CHANGED
|
@@ -746,7 +746,9 @@ module Google
|
|
|
746
746
|
|
|
747
747
|
# Representation of an unpaid or paid payment. See [Payment timelines for
|
|
748
748
|
# AdSense](https://support.google.com/adsense/answer/7164703) for more
|
|
749
|
-
# information about payments
|
|
749
|
+
# information about payments and the [YouTube homepage and payments account](
|
|
750
|
+
# https://support.google.com/adsense/answer/11622510) article for information
|
|
751
|
+
# about dedicated payments accounts for YouTube.
|
|
750
752
|
class Payment
|
|
751
753
|
include Google::Apis::Core::Hashable
|
|
752
754
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdsenseV2
|
|
18
18
|
# Version of the google-apis-adsense_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220224"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-adsense_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.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: 2022-02-
|
|
11
|
+
date: 2022-02-28 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-adsense_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.11.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|