aports/main/ruby-debug/gemspec.patch
Jakub Jirutka 471a938b29 main/ruby-debug: new aport
This aport is needed for main/ruby 3.1.1.
2022-04-04 19:24:23 +02:00

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"]