Skip to content

Commit

Permalink
Update js.gemspec to publish to rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 6, 2024
1 parent 84f85a3 commit 08269de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/gems/js/js.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ Gem::Specification.new do |spec|
spec.authors = ["Yuta Saito"]
spec.email = ["[email protected]"]

spec.summary = "JavaScript bindings for ruby.wasm"
spec.summary = %q{JavaScript bindings for ruby.wasm}
spec.description = %q{JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functionalities from Ruby through WebAssembly.}
spec.homepage = "https://github.com/ruby/ruby.wasm"

spec.metadata = {
"source_code_uri" => "https://github.com/ruby/ruby.wasm/tree/main/packages/gems/js",
}

spec.license = "MIT"

Expand Down

0 comments on commit 08269de

Please sign in to comment.