gapic-generator-ads 0.48.1 → 0.49.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 +5 -0
- data/README.md +2 -2
- data/lib/gapic/generator/ads/version.rb +1 -1
- 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: 81281e947adf794eaf38722a764a95385c2faddd31430d85bbab6a2f37303620
|
|
4
|
+
data.tar.gz: 698f393ade2bd9b6082126039f91fc07e300ab68577e94796109463afec192c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe0bd06c5ac21db61d406c50cb4cc2d03500da7d0c74c231bdd5489126fb711dc823980ad2cb59076813352a83d69574ff28c64b4e60cb934388f782e01c207c
|
|
7
|
+
data.tar.gz: cd3ed2a17ccb2c422db0ed50a2d9c6f3f69bef4e2649040e047fe9f7e2c285ec8cc47bd84cfacdd55d82e37b220db8e21fa773b35466c748b94331b299d82df1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release History for gapic-generator-ads
|
|
2
2
|
|
|
3
|
+
### 0.49.0 / 2026-06-04
|
|
4
|
+
|
|
5
|
+
* Includes changes from gapic-generator 0.49.0
|
|
6
|
+
* Feature: Skip generation for services without RPC methods defined
|
|
7
|
+
|
|
3
8
|
### 0.48.1 / 2026-03-17
|
|
4
9
|
|
|
5
10
|
* Includes changes from gapic-generator 0.48.1
|
data/README.md
CHANGED
|
@@ -97,9 +97,9 @@ This is not an official Google project. While it is being used internally to
|
|
|
97
97
|
generate official Google API client libraries, there is no guarantee of support
|
|
98
98
|
or stability for any other use.
|
|
99
99
|
|
|
100
|
-
As of
|
|
100
|
+
As of May 2026, this generator can be run on Ruby 3.2 or later. In general,
|
|
101
101
|
we will make an effort to ensure it is supported on non-end-of-life versions of
|
|
102
|
-
Ruby.
|
|
102
|
+
Ruby. Currently, this includes support through Ruby 4.0.
|
|
103
103
|
|
|
104
104
|
Issues can be filed on GitHub at
|
|
105
105
|
https://github.com/googleapis/gapic-generator-ruby/issues.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gapic-generator-ads
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ernest Landrito
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.
|
|
20
|
+
version: 0.49.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.
|
|
27
|
+
version: 0.49.0
|
|
28
28
|
email:
|
|
29
29
|
- landrito@google.com
|
|
30
30
|
- quartzmo@gmail.com
|