Skip to content

Commit 823c22e

Browse files
authored
Merge pull request #272 from bytecodealliance/jb/fix-gemspec-ruby-3-3
Fix gemspec for 3.3 compat
2 parents 84568be + ac8cb70 commit 823c22e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wasmtime.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
1414
spec.license = "Apache-2.0"
1515
spec.required_ruby_version = ">= 3.0.0"
1616

17-
spec.metadata["homepage_uri"] = "https://github.com/BytecodeAlliance/wasmtime-rb"
1817
spec.metadata["source_code_uri"] = "https://github.com/BytecodeAlliance/wasmtime-rb"
1918
spec.metadata["cargo_crate_name"] = "wasmtime-rb"
2019
spec.metadata["changelog_uri"] = "https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)