Skip to content

Commit 9bce315

Browse files
release: gapic-generator 0.44.0 (#1176)
* Feature: Update Ruby for the generators to 3.2.8 including prebuilt binary * Feature: Set minumum Ruby version for generated code to 3.1 and use google-style 1.31
1 parent a24e7eb commit 9bce315

9 files changed

Lines changed: 36 additions & 19 deletions

File tree

gapic-generator-ads/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History for gapic-generator-ads
22

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+
39
### 0.43.0 / 2025-04-24
410

511
* Includes changes from gapic-generator 0.43.0

gapic-generator-ads/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../gapic-generator
33
specs:
4-
gapic-generator (0.43.0)
4+
gapic-generator (0.44.0)
55
actionpack (~> 5.2)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -12,8 +12,8 @@ PATH
1212
PATH
1313
remote: .
1414
specs:
15-
gapic-generator-ads (0.43.0)
16-
gapic-generator (= 0.43.0)
15+
gapic-generator-ads (0.44.0)
16+
gapic-generator (= 0.44.0)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -47,10 +47,10 @@ GEM
4747
google-cloud-common (1.8.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
googleapis-common-protos-types (~> 1.7)
50-
google-protobuf (3.25.7-x86_64-linux)
50+
google-protobuf (3.25.7)
5151
google-style (1.31.0)
5252
rubocop (~> 1.75)
53-
googleapis-common-protos-types (1.19.0)
53+
googleapis-common-protos-types (1.20.0)
5454
google-protobuf (>= 3.18, < 5.a)
5555
grpc-tools (1.60.2)
5656
i18n (1.14.7)
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
yard (~> 0.9)
135135

136136
BUNDLED WITH
137-
2.4.19
137+
2.6.7

gapic-generator-ads/lib/gapic/generator/ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module Gapic
1919
module Generator
2020
module Ads
21-
VERSION = "0.43.0"
21+
VERSION = "0.44.0"
2222
end
2323
end
2424
end

gapic-generator-cloud/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History for gapic-generator-cloud
22

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+
39
### 0.43.0 / 2025-04-24
410

511
* Includes changes from gapic-generator 0.43.0

gapic-generator-cloud/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../gapic-generator
33
specs:
4-
gapic-generator (0.43.0)
4+
gapic-generator (0.44.0)
55
actionpack (~> 5.2)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -12,8 +12,8 @@ PATH
1212
PATH
1313
remote: .
1414
specs:
15-
gapic-generator-cloud (0.43.0)
16-
gapic-generator (= 0.43.0)
15+
gapic-generator-cloud (0.44.0)
16+
gapic-generator (= 0.44.0)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -47,10 +47,10 @@ GEM
4747
google-cloud-common (1.8.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
googleapis-common-protos-types (~> 1.7)
50-
google-protobuf (3.25.7-x86_64-linux)
50+
google-protobuf (3.25.7)
5151
google-style (1.31.0)
5252
rubocop (~> 1.75)
53-
googleapis-common-protos-types (1.19.0)
53+
googleapis-common-protos-types (1.20.0)
5454
google-protobuf (>= 3.18, < 5.a)
5555
grpc-tools (1.60.2)
5656
i18n (1.14.7)
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
yard (~> 0.9)
135135

136136
BUNDLED WITH
137-
2.4.19
137+
2.6.7

gapic-generator-cloud/lib/gapic/generator/cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module Gapic
1919
module Generator
2020
module Cloud
21-
VERSION = "0.43.0"
21+
VERSION = "0.44.0"
2222
end
2323
end
2424
end

gapic-generator/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History for gapic-generator
22

3+
### 0.44.0 / 2025-04-30
4+
5+
* Feature: Update Ruby for the generator to 3.2.8 including prebuilt binary
6+
* Feature: Set minumum Ruby version for generated code to 3.1 and use google-style 1.31
7+
38
### 0.43.0 / 2025-04-24
49

510
* Fix: Fixed typo in generated wrapper readmes

gapic-generator/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gapic-generator (0.43.0)
4+
gapic-generator (0.44.0)
55
actionpack (~> 5.2)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -41,10 +41,10 @@ GEM
4141
google-cloud-common (1.8.0)
4242
google-protobuf (>= 3.18, < 5.a)
4343
googleapis-common-protos-types (~> 1.7)
44-
google-protobuf (3.25.7-x86_64-linux)
44+
google-protobuf (3.25.7)
4545
google-style (1.31.0)
4646
rubocop (~> 1.75)
47-
googleapis-common-protos-types (1.19.0)
47+
googleapis-common-protos-types (1.20.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
grpc-tools (1.60.2)
5050
i18n (1.14.7)
@@ -127,4 +127,4 @@ DEPENDENCIES
127127
yard (~> 0.9)
128128

129129
BUNDLED WITH
130-
2.4.19
130+
2.6.7

gapic-generator/lib/gapic/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Gapic
1818
module Generator
19-
VERSION = "0.43.0"
19+
VERSION = "0.44.0"
2020
end
2121
end

0 commit comments

Comments
 (0)