File tree Expand file tree Collapse file tree 3 files changed +5
-54
lines changed
spannerlib/wrappers/spannerlib-ruby Expand file tree Collapse file tree 3 files changed +5
-54
lines changed Original file line number Diff line number Diff line change 1818 - 9020:9020
1919 steps :
2020 - name : Install Go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
2222 with :
2323 go-version : 1.25.x
2424 - name : Checkout code
4242 - 9020:9020
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 - name : Set up Ruby
4747 uses : ruby/setup-ruby@v1
4848 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,21 +5,15 @@ require_relative "lib/spannerlib/ruby/version"
55Gem ::Specification . new do |spec |
66 spec . name = "spannerlib-ruby"
77 spec . version = Spannerlib ::Ruby ::VERSION
8- spec . authors = [ "Spannerlib Contributors " ]
9- spec . email = [ "spannerlib@example .com" ]
8+ spec . authors = [ "Google LLC " ]
9+ spec . email = [ "cloud-spanner-developers@googlegroups .com" ]
1010
1111 spec . summary = "Ruby wrapper for the Spanner native library"
1212 spec . description = "Lightweight Ruby FFI bindings for the Spanner native library produced from the Go implementation."
13- # Use an example homepage for local builds; replace with your project's URL.
14- spec . homepage = "https://example.com/spannerlib-ruby"
13+ spec . homepage = "https://github.com/googleapis/go-sql-spanner/tree/main/spannerlib/wrappers/spannerlib-ruby"
1514 spec . license = "Apache 2.0 License"
1615 spec . required_ruby_version = ">= 3.1.0"
1716
18- spec . metadata [ "allowed_push_host" ] = "TODO: Set to your gem server 'https://example.com'"
19-
20- spec . metadata [ "homepage_uri" ] = spec . homepage || "https://example.com"
21- spec . metadata [ "source_code_uri" ] = "https://example.com/source"
22- spec . metadata [ "changelog_uri" ] = "https://example.com/CHANGELOG.md"
2317 spec . metadata [ "rubygems_mfa_required" ] = "true"
2418
2519 spec . bindir = "exe"
You can’t perform that action at this time.
0 commit comments