aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-mercenary/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-mercenary/gemspec.patch')
-rw-r--r--community/ruby-mercenary/gemspec.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/ruby-mercenary/gemspec.patch b/community/ruby-mercenary/gemspec.patch
new file mode 100644
index 00000000000..ffc6162a76d
--- /dev/null
+++ b/community/ruby-mercenary/gemspec.patch
@@ -0,0 +1,13 @@
+--- a/mercenary.gemspec
++++ b/mercenary.gemspec
+@@ -14,9 +14,7 @@
+ spec.homepage = "https://github.com/jekyll/mercenary"
+ spec.license = "MIT"
+
+- spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
+- spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
+- spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
++ spec.files = Dir["lib/**/*"]
+ spec.require_paths = ["lib"]
+
+ spec.required_ruby_version = ">= 2.4.0"