1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-26 23:04:35 -04:00

add search data to the gem;

This commit is contained in:
Patrick Marsceill 2017-04-09 16:20:24 -04:00
parent 5febc89a32
commit f8d7f1d69c
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5

View File

@ -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"