add exec to gemspec
... | @@ -11,6 +11,7 @@ Gem::Specification.new do |spec| | ... | @@ -11,6 +11,7 @@ Gem::Specification.new do |spec| |
spec.license = "MIT" | 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|lib|_layouts|_includes|_sass|LICENSE|README)}i) } | ||
spec.executibles << 'just-the-docs' | |||
spec.add_runtime_dependency "jekyll", "~> 3.3" | spec.add_runtime_dependency "jekyll", "~> 3.3" | ||
... | ... |
Please register or sign in to comment