google-apis-admob_v1beta 0.1.0 → 0.2.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: 6baba7d7f6e930a78974f59d2b3ac10739efac3a740ab7c23975eb442d7b1e2a
4
- data.tar.gz: 8fd60a98d71c34826014c6fbef3b8deed7148e404e9975800771bf3f3f982500
3
+ metadata.gz: 8b973e370e08389a92957ca369c9d17f2007023b951dbb6374afeb1d6562f27f
4
+ data.tar.gz: 91ac5fd22b532a8d113ce9e4f0707e80fea94ba5865593cc7df6473a7a1b0c29
5
5
  SHA512:
6
- metadata.gz: a5ab552ad56126084aed518362bf1e04e9174af11ecb9966ede44d84c08e214587f800df897ad3cebc4fd2c95c1647b40419af74bc84f49add9891ac45a07fa2
7
- data.tar.gz: 3a104e835833eb459afe28a3885466c2f629637c5e3a6f171e2f86bcee41f2082ac1de1e2480bc9bc11a6037506afe0c763e4c4012f2e6d4e01d2dc4f604c30b
6
+ metadata.gz: 4a43e908a1ad6e366c7188b68ddb08eb00b6308fcb6f0499be516a7d938c01621ccfff28737b69fc0a3e1e9b6bb74917d963db45171bdc78aa3ed0745f59bd89
7
+ data.tar.gz: 103b8cd9a8dd130fc32e54f22ded89931e2ab047928cc2b8c13366cecae209da6c2d4508b58096beab86a2e8ca00519e58cfed89561f3fc1e19bd090e14bc969
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admob_v1beta
2
2
 
3
+ ### v0.2.0 (2021-03-04)
4
+
5
+ * Regenerated from discovery document revision 20210227
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20201231
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdmobV1beta
18
18
  # Version of the google-apis-admob_v1beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201231"
25
+ REVISION = "20210227"
26
26
  end
27
27
  end
28
28
  end
@@ -81,8 +81,9 @@ module Google
81
81
  execute_or_queue_command(command, &block)
82
82
  end
83
83
 
84
- # List the AdMob publisher account accessible with the client credential.
85
- # Currently, all credentials have access to at most one AdMob account.
84
+ # Lists the AdMob publisher account that was most recently signed in to from the
85
+ # AdMob UI. For more information, see https://support.google.com/admob/answer/
86
+ # 10243672.
86
87
  # @param [Fixnum] page_size
87
88
  # Maximum number of accounts to return.
88
89
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admob_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admob_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admob_v1beta
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for AdMob API V1beta