Add the Rakefile to the gemspec

This commit is contained in:
Patrick Marsceill 2017-06-09 10:38:00 -04:00
parent 50503046d2
commit 8acc767de9
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5
1 changed files with 1 additions and 1 deletions

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