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 4369231 commit da7c0e7Copy full SHA for da7c0e7
ruby_wasm.gemspec
@@ -21,7 +21,8 @@ Gem::Specification.new do |spec|
21
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
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)})
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) ||
25
+ f.match(%r{\Apackages/})
26
end
27
28
spec.bindir = "exe"
0 commit comments