1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/ruby-minitest-around/gemspec.patch
2021-06-29 22:16:01 +02:00

11 lines
334 B
Diff

--- a/minitest-around.gemspec
+++ b/minitest-around.gemspec
@@ -7,7 +7,7 @@
s.summary = "Around block for minitest."
s.description = "Alternative for setup/teardown dance."
s.license = 'MIT'
- s.files = `git ls-files`.split("\n")
+ s.files = Dir['lib/**/*']
s.add_dependency 'minitest', '~> 5.0'