1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/ruby-ttytest/gemspec.patch
Eivind Uggedal 34946f61ea testing/ruby-ttytest: new aport
Required to run fzy's acceptance tests
2019-06-05 20:28:49 +00:00

13 lines
478 B
Diff

--- ttytest-0.5.0/ttytest.gemspec
+++ ttytest-0.5.0_p/ttytest.gemspec
@@ -14,9 +14,7 @@
spec.homepage = "https://github.com/jhawthorn/ttytest"
spec.license = "MIT"
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
- f.match(%r{^(test|spec|features)/})
- end
+ spec.files = Dir["lib/**/*"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]