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 44acba1 commit abf6ef4Copy full SHA for abf6ef4
ruby_wasm.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
spec.files = Dir.chdir(__dir__) do
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
- f.match(%r{\Apackages/})
+ f.match(%r{\A(?:packages|builders)/})
26
end
27
28
spec.bindir = "exe"
0 commit comments