2017-03-09 13:16:08 -05:00
|
|
|
# coding: utf-8
|
|
|
|
|
|
|
|
Gem::Specification.new do |spec|
|
|
|
|
spec.name = "just-the-docs"
|
2018-11-15 16:18:19 -05:00
|
|
|
spec.version = "0.1.6"
|
2017-03-09 13:16:08 -05:00
|
|
|
spec.authors = ["Patrick Marsceill"]
|
|
|
|
spec.email = ["patrick.marsceill@gmail.com"]
|
|
|
|
|
2018-10-22 13:02:06 -04:00
|
|
|
spec.summary = %q{A nice looking, high customizable, responsive Jekyll theme for documention with built-in search.}
|
2017-03-09 13:16:08 -05:00
|
|
|
spec.homepage = "https://github.com/pmarsceill/just-the-docs"
|
|
|
|
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'
|
2017-03-09 13:16:08 -05:00
|
|
|
|
|
|
|
spec.add_runtime_dependency "jekyll", "~> 3.3"
|
2018-10-24 12:56:33 -04:00
|
|
|
spec.add_runtime_dependency "rake", "~> 10.0"
|
2017-03-09 13:16:08 -05:00
|
|
|
|
|
|
|
spec.add_development_dependency "bundler", "~> 1.12"
|
|
|
|
end
|