mirror of
https://github.com/thangisme/notes.git
synced 2025-02-21 06:57:46 -05:00
add exec to gemspec
This commit is contained in:
parent
c8c658290f
commit
5aa92a08d3
@ -11,6 +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.add_runtime_dependency "jekyll", "~> 3.3"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user