aports/main/ruby-rr/gemspec.patch
Jakub Jirutka 2cad316e29 main/ruby-rr: new aport
This aport is needed for main/ruby-test-unit-rr < main/ruby-debug < main/ruby 3.1.1.
2022-04-04 19:24:23 +02:00

24 lines
423 B
Diff

--- a/rr.gemspec
+++ b/rr.gemspec
@@ -2,3 +2,2 @@
-require 'rake'
require File.expand_path('../lib/rr/version', __FILE__)
@@ -16,14 +15,3 @@
- gem.files = FileList[
+ gem.files = Dir[
- 'Appraisals',
- 'CHANGES.md',
- 'CREDITS.md',
- 'Gemfile',
- 'LICENSE',
- 'README.md',
- 'Rakefile',
- 'doc/*.md',
- 'gemfiles/**/*',
'lib/**/*.rb',
- 'rr.gemspec',
- 'spec/**/*'
- ].to_a
+ ]