Skip to content

Commit 4e7a1d9

Browse files
committed
Gemspec file cleanup
1 parent 164fad0 commit 4e7a1d9

File tree

3 files changed

+5
-54
lines changed

3 files changed

+5
-54
lines changed

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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:

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

Lines changed: 0 additions & 43 deletions
This file was deleted.

spannerlib/wrappers/spannerlib-ruby/spannerlib-ruby.gemspec

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,15 @@ require_relative "lib/spannerlib/ruby/version"
55
Gem::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"

0 commit comments

Comments
 (0)