archives/ruby3.2-power_assert: new aport

This commit is contained in:
Antoine Martin 2024-08-09 22:28:09 -04:00
parent 8497be9439
commit f7eea066ee
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 71 additions and 0 deletions

View 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']