Add rakefile

This commit is contained in:
Patrick Marsceill 2017-06-04 17:54:54 -04:00
parent 76d8f0c50c
commit 937c237721
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5
2 changed files with 2 additions and 1 deletions

1
Rakefile Normal file
View File

@ -0,0 +1 @@
Dir.glob('lib/tasks/*.rake').each {|r| import r}

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|lib|_layouts|_includes|_sass|LICENSE|README|Rakefile)}i) }
spec.add_runtime_dependency "jekyll", "~> 3.3"