mirror of
https://github.com/thangisme/notes.git
synced 2024-12-21 09:06:24 -05:00
Add rakefile
This commit is contained in:
parent
76d8f0c50c
commit
937c237721
@ -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|lib|_layouts|_includes|_sass|LICENSE|README|Rakefile)}i) }
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 3.3"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user