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 +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +1 -1
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fc4f1dc26b895ef7a4ce59ba98310aab3a93a37a9f6a8dbb8b3c1f36ca988bd
|
4
|
+
data.tar.gz: c8a3dce5f8c460c9c76de9e9a4bd8741b0a4aa7c3e74681e524fea758301091f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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:
|
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:
|
18
|
+
version: 1.0.1
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: '
|
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:
|
28
|
+
version: 1.0.1
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: '
|
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: '
|
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: '
|
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.
|
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: []
|