Skip to content

Commit 26e99e7

Browse files
committed
chore(ruby): fixed naming for ruby wrapper gem workflow
1 parent 443de06 commit 26e99e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-native-binaries.yml renamed to .github/workflows/release-ruby-wrapper.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build and Publish Native Gem
1+
name: Build and Publish Native Ruby Gem
22

33
on:
44
workflow_dispatch:
55

66
jobs:
7-
build:
7+
build-shared-library-binaries:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-13, windows-latest]
@@ -54,7 +54,6 @@ jobs:
5454
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
5555
# Mingw-w64 cross toolchain for Windows target (x86_64)
5656
sudo apt-get install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
57-
# Verify tools exist (helps debugging CI failures)
5857
echo "=== cross compiler versions ==="
5958
aarch64-linux-gnu-gcc --version || true
6059
aarch64-linux-gnu-g++ --version || true

spannerlib/wrappers/spannerlib-ruby/lib/spannerlib/ruby/version.rb

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

33
module Spannerlib
44
module Ruby
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.0.alpha1"
66
end
77
end

0 commit comments

Comments
 (0)