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