aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-ttytest/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-ttytest/gemspec.patch')
-rw-r--r--testing/ruby-ttytest/gemspec.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/ruby-ttytest/gemspec.patch b/testing/ruby-ttytest/gemspec.patch
new file mode 100644
index 0000000000..c9e8ca63bb
--- /dev/null
+++ b/testing/ruby-ttytest/gemspec.patch
@@ -0,0 +1,13 @@
+--- 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"]