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

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
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.executibles << 'just-the-docs'
spec.executables << 'just-the-docs'
spec.add_runtime_dependency "jekyll", "~> 3.3"