From f8d7f1d69c001e4c51e7b57f7ad0286eda99a304 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Sun, 9 Apr 2017 16:20:24 -0400 Subject: [PATCH] add search data to the gem; --- just-the-docs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 50f90ae..2b21dfb 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/pmarsceill/just-the-docs" spec.license = "MIT" - spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) } + spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README|search-data)}i) } spec.add_runtime_dependency "jekyll", "~> 3.3"