1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 18:00:43 +00:00
notes/just-the-docs.gemspec
Patrick Marsceill 80198acbc9
Update gemspec
2017-06-08 09:43:44 -04:00

20 lines
679 B
Ruby

# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "just-the-docs"
spec.version = "0.1.0"
spec.authors = ["Patrick Marsceill"]
spec.email = ["patrick.marsceill@gmail.com"]
spec.summary = %q{A Jekyll theme for documentation}
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|lib|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_runtime_dependency "jekyll", "~> 3.3"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end