mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
9 lines
374 B
Diff
9 lines
374 B
Diff
--- a/debug.gemspec
|
|
+++ b/debug.gemspec
|
|
@@ -19,4 +19 @@
|
|
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
|
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
- end
|
|
+ spec.files = Dir["exe/*", "ext/**/*", "lib/**/*.rb"]
|