You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
854 B

  1. # coding: utf-8
  2. Gem::Specification.new do |spec|
  3. spec.name = "just-the-docs"
  4. spec.version = "0.2.7"
  5. spec.authors = ["Patrick Marsceill"]
  6. spec.email = ["patrick.marsceill@gmail.com"]
  7. spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documention with built-in search.}
  8. spec.homepage = "https://github.com/pmarsceill/just-the-docs"
  9. spec.license = "MIT"
  10. spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) }
  11. spec.executables << 'just-the-docs'
  12. spec.add_runtime_dependency "jekyll", "~> 3.8.5"
  13. spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
  14. spec.add_runtime_dependency "rake", "~> 12.3.1"
  15. spec.add_development_dependency "bundler", "~> 2.0.1"
  16. end