mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
11 lines
334 B
Diff
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'
|
|
|