google-apis-admob_v1 0.23.0 → 0.25.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: ea1eb9ba913e78ad74044709f78f4c577476078937586acee5a9813b3fafc022
4
- data.tar.gz: 58a22a3ef7bf68abf0e4df6f346f16e486edc1894f49147979ed9170af8d1727
3
+ metadata.gz: 377b0311b56acc47887d86178a7550535ba033d18adfa3caba41bdd6d425989b
4
+ data.tar.gz: 261c6b0f06724c11a1526b54ef93886ab2936e0c89a4a5823894391c10a02a2b
5
5
  SHA512:
6
- metadata.gz: 43d188f159c68ad7d2dc0362701472924bb49831128af535e9c5196892f60c2b533337c67c698296cc3998ddbc817d13423a1348f964f233c7d79c0fce2e229e
7
- data.tar.gz: dd16c6b8c384d4fb7199b6ac158ef698de38a8a59436f52060baabd3ff2492dcfae0254fd9fd259d63bb9db4e20410b366d6d699efb59c1c67e5bd13cdbda5a3
6
+ metadata.gz: 26ffa42d0ba8b01443d94fa9ede2b29e758d8049e3a8cb9839e0ff9be32cd9a98c40eb11e712a96cd205eb185ee4decc4cef8f2b42f4ea63953d231eb4ae809d
7
+ data.tar.gz: debabda6b44d060ce25357749e8adc37bf55402df65e19fbcaf8ef65a5d69f68f042bb137ad6d5bd15577bc93c9b9a1fbf330aae932a174be6109141262bf723
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-admob_v1
2
2
 
3
+ ### v0.25.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.24.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240514
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.23.0 (2024-02-24)
4
13
 
5
14
  * Regenerated using generator version 0.14.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/admob/api/) may provid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -272,7 +272,7 @@ module Google
272
272
  end
273
273
  end
274
274
 
275
- # Request to generate an AdMob mediation report.
275
+ # Request to generate an AdMob Mediation report.
276
276
  class GenerateMediationReportRequest
277
277
  include Google::Apis::Core::Hashable
278
278
 
@@ -303,7 +303,7 @@ module Google
303
303
  end
304
304
  end
305
305
 
306
- # The streaming response for the AdMob mediation report where the first response
306
+ # The streaming response for the AdMob Mediation report where the first response
307
307
  # contains the report header, then a stream of row responses, and finally a
308
308
  # footer as the last response message. For example: [` "header": ` "date_range":
309
309
  # ` "start_date": `"year": 2018, "month": 9, "day": 1`, "end_date": `"year":
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdmobV1
18
18
  # Version of the google-apis-admob_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230425"
25
+ REVISION = "20240514"
26
26
  end
27
27
  end
28
28
  end
@@ -202,7 +202,7 @@ module Google
202
202
  execute_or_queue_command(command, &block)
203
203
  end
204
204
 
205
- # Generates an AdMob mediation report based on the provided report specification.
205
+ # Generates an AdMob Mediation report based on the provided report specification.
206
206
  # Returns result of a server-side streaming RPC. The result is returned in a
207
207
  # sequence of responses.
208
208
  # @param [String] parent
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admob_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.14.0
18
+ version: 0.15.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.14.0
28
+ version: 0.15.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.25.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for AdMob API V1
82
79
  test_files: []