Skip to content

Commit

Permalink
Add rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsceill committed Jun 4, 2017
1 parent 76d8f0c commit 937c237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dir.glob('lib/tasks/*.rake').each {|r| import r}
2 changes: 1 addition & 1 deletion just-the-docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 937c237

Please sign in to comment.