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