Skip to content

Commit 08269de

Browse files
Update js.gemspec to publish to rubygems.org
1 parent 84f85a3 commit 08269de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/gems/js/js.gemspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Yuta Saito"]
99
spec.email = ["[email protected]"]
1010

11-
spec.summary = "JavaScript bindings for ruby.wasm"
11+
spec.summary = %q{JavaScript bindings for ruby.wasm}
12+
spec.description = %q{JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functionalities from Ruby through WebAssembly.}
13+
spec.homepage = "https://github.com/ruby/ruby.wasm"
14+
15+
spec.metadata = {
16+
"source_code_uri" => "https://github.com/ruby/ruby.wasm/tree/main/packages/gems/js",
17+
}
1218

1319
spec.license = "MIT"
1420

0 commit comments

Comments
 (0)