-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopensource.gemspec
More file actions
21 lines (17 loc) · 875 Bytes
/
opensource.gemspec
File metadata and controls
21 lines (17 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "opensource"
spec.version = "0.1.0"
spec.authors = ["Kakao Corp"]
spec.email = ["opensource@kakaocorp.com"]
spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documentation with built-in search.}
spec.homepage = "https://kakao.github.io"
spec.license = "MIT"
spec.metadata = {}
spec.files = `git ls-files -z ':!:*.jpg' ':!:*.png'`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README|CHANGELOG|favicon)}i) }
spec.executables << ''
spec.add_development_dependency "bundler", ">= 2.3.5"
spec.add_runtime_dependency "jekyll", ">= 3.8.5"
spec.add_runtime_dependency "jekyll-seo-tag", ">= 2.0"
spec.add_runtime_dependency "rake", ">= 12.3.1"
end