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

12 lines
438 B
Diff

--- a/jekyll-watch.gemspec
+++ b/jekyll-watch.gemspec
@@ -13,8 +13,7 @@
spec.homepage = "https://github.com/jekyll/jekyll-watch"
spec.license = "MIT"
- spec.files = `git ls-files -z`.split("\x0").grep(%r!(bin|lib)/!)
- spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
+ spec.files = Dir["lib/**/*"]
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.3.0"