1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 16:55:13 +03:00
aports/testing/ruby-terminal-table/gemspec.patch
Jakub Jirutka 8b93da716c testing/ruby-terminal-table: new aport
Required for jelyll.
2021-07-01 13:38:53 +02:00

11 lines
404 B
Diff

--- a/terminal-table.gemspec
+++ b/terminal-table.gemspec
@@ -13,7 +13,7 @@
spec.homepage = "https://github.com/tj/terminal-table"
spec.license = "MIT"
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ spec.files = Dir["lib/**/*"]
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 2"