Skip to content

Commit 4369231

Browse files
Update ruby_wasm.gemspec descriptions
1 parent f2212a4 commit 4369231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby_wasm.gemspec

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

11-
spec.summary = "Tools for building ruby.wasm"
12-
spec.description = "Tools for building ruby.wasm"
11+
spec.summary = %q{Ruby to WebAssembly toolkit}
12+
spec.description = %q{Ruby to WebAssembly toolkit. This gem takes Ruby code and Gemfile, and packages them with Ruby runtime into a WebAssembly binary.}
1313
spec.homepage = "https://github.com/ruby/ruby.wasm"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 2.6.0"

0 commit comments

Comments
 (0)