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 53b5862 commit ad53e0cCopy full SHA for ad53e0c
ruby_wasm.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
`git ls-files -z`.split("\x0").reject do |f|
24
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
25
end
26
- end + ["rubies/ruby-head-wasm32-unknown-wasi-full.tar.gz"]
+ end
27
spec.bindir = "exe"
28
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
29
spec.require_paths = ["lib"]
0 commit comments