mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
13 lines
346 B
Diff
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"
|
|
- ]
|
|
|