diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 2b21dfb..74e0668 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|search-data)}i) } + spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README|search-data.json)}i) } spec.add_runtime_dependency "jekyll", "~> 3.3"