-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjekyll-theme-deepdive.gemspec
30 lines (25 loc) · 1.43 KB
/
jekyll-theme-deepdive.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-deepdive"
spec.version = "9.1.7"
spec.authors = ["JV conseil"]
spec.email = ["[email protected]"]
spec.summary = %q{"Why DeepDive 🌊 Because the format is liquid 💦 😉"}
spec.homepage = "https://www.jv-conseil.net/"
spec.license = "EUPL-1.2"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/JV-conseil/jekyll-theme-deepdive/issues",
"changelog_uri" => "https://jv-conseil.github.io/jekyll-theme-deepdive/CHANGELOG/",
"documentation_uri" => "https://jv-conseil.github.io/jekyll-theme-deepdive/docs/",
"homepage_uri" => "https://jv-conseil.github.io/jekyll-theme-deepdive/",
"source_code_uri" => "https://github.com/JV-conseil/jekyll-theme-deepdive/",
"github_repo" => "ssh://github.com/JV-conseil/jekyll-theme-deepdive"
}
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|_config.yml|README|LICENSE|NOTICE|CHANGELOG)}i) }
spec.required_ruby_version = ">= 3.2.1"
spec.add_runtime_dependency "jekyll", ">= 3.9.3", "< 5.0"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.2.1"
# spec.add_runtime_dependency "github-pages", "~> 228"
spec.add_development_dependency "bundler", "~> 2.5.6"
# spec.add_development_dependency "rake", "~> 13.0.6"
spec.add_development_dependency "rake", "~> 13.1.0"
end