archives/ruby3.2-power_assert: new aport
This commit is contained in:
parent
8497be9439
commit
f7eea066ee
2 changed files with 71 additions and 0 deletions
9
archives/ruby3.2-power_assert/gemspec.patch
Normal file
9
archives/ruby3.2-power_assert/gemspec.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- a/power_assert.gemspec
|
||||
+++ b/power_assert.gemspec
|
||||
@@ -15,5 +15 @@
|
||||
- s.files = `git ls-files -z`.split("\x0").reject do |f|
|
||||
- f.match(%r{\A(?:test|spec|features|benchmark|bin)/})
|
||||
- end
|
||||
- s.bindir = 'exe'
|
||||
- s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
+ s.files = Dir['lib/**/*.rb']
|
Loading…
Add table
Add a link
Reference in a new issue