1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/ruby-rspec-core/gemspec.patch
2025-04-26 00:18:52 +02:00

9 lines
361 B
Diff

--- a/rspec-core.gemspec
+++ b/rspec-core.gemspec
@@ -24,2 +24 @@
- s.files = `git ls-files -- lib/*`.split("\n")
- s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document]
+ s.files = Dir["lib/**/*"]
@@ -28 +27 @@
- s.executables = ['rspec']
+ s.executables = Dir["exe/*"].map{ |f| File.basename(f) }