gapic-generator-ads 0.43.0 → 0.44.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 +6 -0
- data/lib/gapic/generator/ads/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ceda94a05315386705ebc2792c1e8622bc12540c12d49a9a541ba4e3c6cdb3f
|
4
|
+
data.tar.gz: b50870abaa1cd158d5b0a24fbcba8944dd1bdbc7e78d3d4095b030a8b355ba19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c7ec3a40ffffbb7d26d4009f8212d015ce15f5496e0aa8636c7caf7a6fbf158cb2426fc542bf62b2c33fc8521cb48fc573c29df45e75301f2a225e3395cd68b
|
7
|
+
data.tar.gz: c3454c755af9b93f4137b0b100e87e302e813168e4a36a453eb6a694bfa24adb9beffd4da3266c68241508f80dc4221c98c0820a386c131090fdb6ecdb46549a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Release History for gapic-generator-ads
|
2
2
|
|
3
|
+
### 0.44.0 / 2025-04-30
|
4
|
+
|
5
|
+
* Includes changes from gapic-generator 0.44.0
|
6
|
+
* Feature: Update Ruby to 3.2.8
|
7
|
+
* Feature: ruby 3.1 and google-style 1.31.0
|
8
|
+
|
3
9
|
### 0.43.0 / 2025-04-24
|
4
10
|
|
5
11
|
* Includes changes from gapic-generator 0.43.0
|
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.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ernest Landrito
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
- Mike Moore
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: gapic-generator
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0.
|
20
|
+
version: 0.44.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.44.0
|
28
28
|
email:
|
29
29
|
- landrito@google.com
|
30
30
|
- quartzmo@gmail.com
|
@@ -56,14 +56,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
57
57
|
- - ">="
|
58
58
|
- !ruby/object:Gem::Version
|
59
|
-
version: '
|
59
|
+
version: '3.1'
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
61
|
requirements:
|
62
62
|
- - ">="
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
|
-
rubygems_version: 3.6.
|
66
|
+
rubygems_version: 3.6.8
|
67
67
|
specification_version: 4
|
68
68
|
summary: An API Client Generator for Ruby in Ruby!
|
69
69
|
test_files: []
|