2017-03-09 13:16:08 -05:00
|
|
|
# coding: utf-8
|
|
|
|
|
|
|
|
Gem::Specification.new do |spec|
|
|
|
|
spec.name = "just-the-docs"
|
2020-04-23 15:03:10 -04:00
|
|
|
spec.version = "0.2.8"
|
2017-03-09 13:16:08 -05:00
|
|
|
spec.authors = ["Patrick Marsceill"]
|
|
|
|
spec.email = ["patrick.marsceill@gmail.com"]
|
|
|
|
|
2019-09-10 12:46:05 -04:00
|
|
|
spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documention with built-in search.}
|
2019-11-16 09:20:43 -05:00
|
|
|
spec.homepage = "https://github.com/pdmosses/just-the-docs"
|
2017-03-09 13:16:08 -05:00
|
|
|
spec.license = "MIT"
|
|
|
|
|
2017-06-09 10:38:00 -04:00
|
|
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) }
|
2017-06-09 10:23:13 -04:00
|
|
|
spec.executables << 'just-the-docs'
|
2020-04-23 15:00:50 -04:00
|
|
|
|
|
|
|
spec.add_runtime_dependency "bundler", "~> 2.1.4"
|
2019-09-10 12:54:31 -04:00
|
|
|
spec.add_runtime_dependency "jekyll", ">= 3.8.5", "< 4.1.0"
|
2019-02-28 02:08:27 -05:00
|
|
|
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
|
2019-09-27 08:32:23 -04:00
|
|
|
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0"
|
2017-03-09 13:16:08 -05:00
|
|
|
|
|
|
|
end
|