1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/ruby-mercenary/gemspec.patch
Jakub Jirutka ec1fcdafdb testing/ruby-mercenary: new aport
Required for jekyll.
2021-07-01 13:38:53 +02:00

13 lines
491 B
Diff

--- 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"