We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f85a3 commit 08269deCopy full SHA for 08269de
packages/gems/js/js.gemspec
@@ -8,7 +8,13 @@ Gem::Specification.new do |spec|
8
spec.authors = ["Yuta Saito"]
9
spec.email = ["[email protected]"]
10
11
- spec.summary = "JavaScript bindings for ruby.wasm"
+ 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
+ }
18
19
spec.license = "MIT"
20
0 commit comments