1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/ruby-treetop/gemspec.patch
Jakub Jirutka a3244c0556 community/ruby-treetop: new aport
Needed for community/opennebula.
2022-11-18 22:30:18 +00:00

13 lines
346 B
Diff

--- a/treetop.gemspec
+++ b/treetop.gemspec
@@ -18,9 +18,5 @@
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|website|script|\.|benchmark)}) }
+ spec.files = Dir["lib/**/*", "bin/*"]
spec.executables = ["tt"]
spec.require_paths = ["lib"]
- spec.extra_rdoc_files = [
- "LICENSE",
- "README.md"
- ]