google-ads-googleads 34.0.0 → 34.2.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: 0601d46f71d720b1936d43c27fcccf7a5a98db116aea4052fb93ff0e58b30169
4
- data.tar.gz: 16ac9762c60817afe40760c914fb675dc186377ea36793d903a80783c987e5da
3
+ metadata.gz: 4fc4f1dc26b895ef7a4ce59ba98310aab3a93a37a9f6a8dbb8b3c1f36ca988bd
4
+ data.tar.gz: c8a3dce5f8c460c9c76de9e9a4bd8741b0a4aa7c3e74681e524fea758301091f
5
5
  SHA512:
6
- metadata.gz: 1c6c9ca54544e0384d4fc5c7ba337e4a3c118ed387a6247d7c4459e0df3da3f6b7f91d0a8d0e22c513fdf420a4fa971dcc037c450a2fa14b675c5c115f4c6169
7
- data.tar.gz: b14f4b5da2b74776a0ac549aeafc0e737c80471cb2e845fcc26d608c2b3b4507e7ada3fa0e72674671ace760b3ffd031eed1c9571ef22bfff2ec00c0ed9bbf48
6
+ metadata.gz: c50a31225b2b19477ee4dbcfa12b6f18b9633ebb70fdec0173c9bb04303e04d0e06e7936081a48b33e9d34cc080744225a5c6a78884192a4421ec76c89f57873
7
+ data.tar.gz: 3931bbe5c6ebfa9585adcf43d84fba7c4c0a4d077a762b40c3d9cbe6b5494e3deaea00dd5e48a4cfaa977a72cbcf749da4b3d79c411fa7aa6677786e23804300
data/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ 34.2.0
2
+ -----
3
+ - Add a minimum version for standard
4
+ - Remove allocation_tracer
5
+ - Update gapic-common to 1.0.1
6
+
7
+ 34.1.0
8
+ -----
9
+ - Update activesupport version to 7.1
10
+ - Increase upper bound for google-protobuf and gapic-common dependencies
11
+
1
12
  34.0.0
2
13
  -----
3
14
  - Compatibility with v20 of the API: https://developers.google.com/google-ads/api/docs/release-notes
data/README.md CHANGED
@@ -138,7 +138,7 @@ See the [Logging guide][].
138
138
 
139
139
  ## Ruby versions
140
140
 
141
- The client library supports versions 3.1, 3.2, and 3.3 of Ruby. We plan to
141
+ The client library supports versions 3.2, 3.3, and 3.4 of Ruby. We plan to
142
142
  support three Ruby releases at any one time. As Ruby releases once a year on
143
143
  December 25th, we will look at dropping support for the oldest version early in
144
144
  the following year.
@@ -20,7 +20,7 @@ module Google
20
20
  module Ads
21
21
  module GoogleAds
22
22
  CLIENT_LIB_NAME = 'gccl'.freeze
23
- CLIENT_LIB_VERSION = '34.0.0'.freeze
23
+ CLIENT_LIB_VERSION = '34.2.0'.freeze
24
24
  VERSION = CLIENT_LIB_VERSION
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-googleads
3
3
  version: !ruby/object:Gem::Version
4
- version: 34.0.0
4
+ version: 34.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -15,20 +15,20 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '0.25'
18
+ version: 1.0.1
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '1.0'
21
+ version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: '0.25'
28
+ version: 1.0.1
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '1.0'
31
+ version: '3.0'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: google-protobuf
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: 3.19.4
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: '4.0'
41
+ version: '5.0'
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: 3.19.4
49
49
  - - "<"
50
50
  - !ruby/object:Gem::Version
51
- version: '4.0'
51
+ version: '5.0'
52
52
  - !ruby/object:Gem::Dependency
53
53
  name: bundler
54
54
  requirement: !ruby/object:Gem::Requirement
@@ -4228,7 +4228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
4228
4228
  - !ruby/object:Gem::Version
4229
4229
  version: '0'
4230
4230
  requirements: []
4231
- rubygems_version: 3.6.2
4231
+ rubygems_version: 3.6.9
4232
4232
  specification_version: 4
4233
4233
  summary: Google client library for the Google Ads API
4234
4234
  test_files: []