aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-jekyll-watch/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-jekyll-watch/gemspec.patch')
-rw-r--r--community/ruby-jekyll-watch/gemspec.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ruby-jekyll-watch/gemspec.patch b/community/ruby-jekyll-watch/gemspec.patch
new file mode 100644
index 00000000000..0311e3ef19b
--- /dev/null
+++ b/community/ruby-jekyll-watch/gemspec.patch
@@ -0,0 +1,12 @@
+--- 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"