aports/community/ruby-mini_mime/gemspec.patch
2024-08-15 10:12:26 +00:00

14 lines
458 B
Diff

--- a/mini_mime.gemspec
+++ b/mini_mime.gemspec
@@ -15,9 +15,7 @@
spec.homepage = "https://github.com/discourse/mini_mime"
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"]