Patrick Marsceill
5 years ago
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5
2 changed files with
2 additions and
1 deletions
-
Rakefile
-
just-the-docs.gemspec
|
|
@ -0,0 +1 @@ |
|
|
|
Dir.glob('lib/tasks/*.rake').each {|r| import r} |
|
|
@ -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" |
|
|
|
|
|
|
|