aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-minitest-around/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-minitest-around/gemspec.patch')
-rw-r--r--community/ruby-minitest-around/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-minitest-around/gemspec.patch b/community/ruby-minitest-around/gemspec.patch
new file mode 100644
index 00000000000..cc6733d07b5
--- /dev/null
+++ b/community/ruby-minitest-around/gemspec.patch
@@ -0,0 +1,11 @@
+--- 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'
+